RSSAmplifier

Blog

Release notes from fuel-core

github.comRSS feed ↗10 posts

Latest posts

v0.48.2

Version v0.48.2 Fixed 3289 : shutdown services in parallel to stop poa promptly 3290 : Use semantic JSON comparison in QuorumTransport 3301 : disable coredumps in the fuel-core binary so the rocksdb atexit SIGABRT does not block pod restart for tens of seconds; set FUEL_CORE_ENABLE_COREDUMP=1 to opt back in. What's Changed Fix a typo in changelog by @Dentosal in #3291 Ignore audits blocking CI by…

v0.48.1

Version v0.48.1 Changed 3243 : Migrating from standard Debian slim base Docker images to GCR Distroless images. 3255 : Adds client & server support for the existing protobuf HTTP-based remote RPC block accessor. 3259 : Bump wasmtime to 0.43.1 Fixed 3258 : Fix backward-compatiblity of GraphQL queries for pre-0.48.0 versions 3261 : Fix PoA leader deadlock after reconciliation import where…

v0.47.4

Changed 3138 : Migrate CI from BuildJet to WarpBuild runners, update GitHub Actions to latest versions, and use pre-built binaries for cargo-nextest and cargo-audit. 3203 : Add lease port for PoA adapter to allow multiple producers to be live but only one leader. 3225 : PoA quorum and HA failover fixes: Redis leader lease adapter improvements, write_block.lua HEIGHT_EXISTS check, sub-quorum block…

v0.48.0

Version v0.48.0 Breaking 3105 : Only the first RPC Url is now used to create a provider in relayer server; others are ignored. 3141 : Fix the index of the transaction inside the pre-confirmation during native block production. 3217 : Bump dependencies and the rust version to 1.93.0 Added 3100 : Add protobuf api for querying the block aggregator 3101 : Integrate new block aggregation RPC into Fuel…

v0.47.3

What's Changed bump version by @MitchTurner in #3223 PoA quorum and HA failover fixes (to release/v0.47.3) by @Voxelot in #3225 Full Changelog : v0.47.2...v0.47.3

v0.47.2

Full Changelog : v0.47.1...v0.47.2 What's Changed Add fork resilience for Leader Lock by @MitchTurner in #3210 Bump version by @MitchTurner in #3219 Cherry Pick Add lease port for PoA adapter to allow multiple producers to be live but only one leader. in #3203 Full Changelog : v0.47.1...v0.47.2

v0.47.1

Version 0.47.1 Breaking 3014 : Extend CoinConfig to also support being configured with private keys. 3050 : - Used a new fuel-vm 0.64.0 release which brings breaking changes: https://github.com/FuelLabs/fuel-vm/releases/tag/v0.64.0 The default gas cost has been changed according to new optimizations and a new benchmark machine for a local node. Receipts now are behind an Arc pointer to avoid…

v0.46.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…

v0.45.1

Version v0.45.1 Breaking 3022 : Support rolling back Relayer DB. 3056 : Bump Rust version to 1.86.0 3058 : upgrade wasmtime and thiserror dependencies Added 2959 : Add Registrations table to the compression database. This is merkleized. 3027 : Support state rewind for compression DB. 3054 : Added a new configuration option --p2p-cache-size to control the size of the p2p req/res protocol cache…

v0.44.0

Version v0.44.0 Breaking 2887 : Bump Rust version to 1.85.0 . Starting with this release, newly generated WASM state transition functions are no longer compatible with old versions of the fuel-core . So, the change breaks forward compatibility for the network and each node should start to use a new fuel-core release. 2943 : Registry root calculation for compression tables no longer accounts for…