New
v0.46.0
Version v0.46.0
Breaking
- 3070: Fix the
AssetDetailsendpoint 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-subscriptionsvia CLI.
Fixed
- 3071: Use outputs instead of events to compress blocks
What's Changed
- Update network versions on README by @github-actions[bot] in https://github.com/FuelLabs/fuel-core/pull/3067
- Fix
AssetDetailsendpoint to match GraphQL standards by @MitchTurner in https://github.com/FuelLabs/fuel-core/pull/3070 - Update network versions on README by @github-actions[bot] in https://github.com/FuelLabs/fuel-core/pull/3068
- Add test showing mint added by @MitchTurner in https://github.com/FuelLabs/fuel-core/pull/3061
- Use inputs/outputs instead of events to compress blocks by @MitchTurner in https://github.com/FuelLabs/fuel-core/pull/3071
- Added new subscriptions for pre confirmations and blocks by @xgreenx in https://github.com/FuelLabs/fuel-core/pull/3074
- Release v0.46.0 by @xgreenx in https://github.com/FuelLabs/fuel-core/pull/3075
Full Changelog: https://github.com/FuelLabs/fuel-core/compare/v0.45.1...v0.46.0