Releases: blockfrost/blockfrost-rust
Releases · blockfrost/blockfrost-rust
v1.0.5
v1.0.4
1.0.4 - 2023-11-20
Fixed
- Off-by-one when using Pagination::all(). Thanks SupernaviX 💖
Added
- Transactions cbor by @SupernaviX in #51
Changed
- Rate limit handling by @SupernaviX in #52
Full Changelog: v1.0.3...v1.0.4
v1.0.3
1.0.3 - 2023-10-05
Added
- Utils endpoints by @vladimirvolek in #48
Changed
- Updated dependencies to latest versions.
- Expose reqwest rustls features by @SupernaviX in #49
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0.2 - 2023-05-31
Added
- Added
derive_address
andutils_tx_evaluate
endpoints.
v1.0.1
1.0.1 - 2023-01-01
Fixed
- Return types for asset and tx endpoints
v1.0.0
1.0.0 - 2023-12-18
Changed
- Implemented pagination for each endpoint.
- Integrated GitHub Continuous Integration for automated testing and deployment.
- Applied Cargo Clippy and rustfmt for code linting and formatting.
- Removed macros.
- Expanded test coverage with additional tests.
- Enhanced data fetching methods.
- Conducted code cleanup and refactoring.
- Refactored settings for improved clarity and efficiency.
- Updated data structures and schemas to the latest standards.
- Provided more comprehensive examples for better user understanding.
- Enhanced unit tests for more robust code testing.
- Implemented additional linting measures for code quality assurance.
- ENDPOINTS.md now contains a table of implemented endpoints.
- Added missing endpoints:
accounts_addresses_total
addresses_extended
addresses_utxos_asset
network_eras
mempool
mempool_hash
mempool_addresses_address
scripts_hash_json
scripts_hash_cbor
scripts_datum_hash
scripts_datum_hash_cbor
utils_tx_evaluate
utils_tx_evaluate_utxos
v0.2.1
Changed
use_previewnet
->use_preview
use_preprodnet
->use_preprod
Fixed
- typos
- redemeers -> redeemers