Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fuel-core-0.46.0-aarch64-apple-darwin.tar.gz | 2025-08-02 | 24.5 MB | |
fuel-core-0.46.0-x86_64-apple-darwin.tar.gz | 2025-08-02 | 26.9 MB | |
fuel-core-0.46.0-x86_64-unknown-linux-gnu.tar.gz | 2025-08-02 | 27.7 MB | |
fuel-core-0.46.0-aarch64-unknown-linux-gnu.tar.gz | 2025-08-02 | 25.8 MB | |
README.md | 2025-08-02 | 1.6 kB | |
v0.46.0 source code.tar.gz | 2025-08-02 | 5.0 MB | |
v0.46.0 source code.zip | 2025-08-02 | 5.5 MB | |
Totals: 7 Items | 115.4 MB | 0 |
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 https://github.com/FuelLabs/fuel-core/pull/3067
- Fix
AssetDetails
endpoint 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