Version v0.46.0
Breaking
- 3070: Fix the
AssetDetails
endpoint to match GraphQL standards
Added
- 3061: Add tests showing that mints are correctly added and validated
- 3074: Added alpha version of new subscriptions for pre confirmations and new blocks.
These subscriptions are not final and may change in the future.
Subscriptions are disabled by default and can be enabled by setting--expensive-subscriptions
via CLI.
Fixed
- 3071: Use outputs instead of events to compress blocks
What's Changed
- Update network versions on README by @github-actions[bot] in #3067
- Fix
AssetDetails
endpoint to match GraphQL standards by @MitchTurner in #3070 - Update network versions on README by @github-actions[bot] in #3068
- Add test showing mint added by @MitchTurner in #3061
- Use inputs/outputs instead of events to compress blocks by @MitchTurner in #3071
- Added new subscriptions for pre confirmations and blocks by @xgreenx in #3074
- Release v0.46.0 by @xgreenx in #3075
Full Changelog: v0.45.1...v0.46.0