Skip to content

v0.41.1

Compare
Choose a tag to compare
@xgreenx xgreenx released this 23 Jan 05:21
· 47 commits to master since this release
d4b2b64

Version v0.41.1

Warning

This release has a bug while executing the LDC and CCP opcodes. It has been patched in v0.41.6, please use that version.

Added

  • 2551: Enhanced the DA compressed block header to include block id.
  • 2595: Added indexation field to the nodeInfo GraphQL endpoint to allow checking if a specific indexation is enabled.

Changed

  • 2603: Sets the latest recorded height on initialization, not just when DA costs are received

Fixed

  • 2612: Use latest gas price to estimate next block gas price during dry runs
  • 2612: Use latest gas price to estimate next block gas price in tx pool instead of using algorithm directly
  • 2609: Check response before trying to deserialize, return error instead
  • 2599: Use the proper url apis to construct full url path in BlockCommitterHttpApi client
  • 2593: Fixed utxo id decompression

What's Changed

  • fault_proving(compression): include block_id in da compressed block headers by @rymnc in #2551
  • chore: Add myself and Andrea as codeowner for graphql API + related crates by @netrome in #2570
  • fix(integration_tests): remove flake from produce_block__l1_committed_block_affects_gas_price by @rymnc in #2566
  • bugfix: Improve the BlockCommitterHttpApi client to use url apis better by @MitchTurner in #2599
  • Fix version compatibility error by @AurelienFT in #2608
  • Improve error messages for responses from committer by @MitchTurner in #2609
  • Update async processor tests by @rafal-ch in #2577
  • The amount of returned dust coins is limited by factor relative to the amount of selected big coins by @rafal-ch in #2610
  • fix(da_compression): invalid decompression of utxo id and CoinConfig fix by @rymnc in #2593
  • Use latest gas price to estimate next price for tx pool checks by @MitchTurner in #2612
  • Set Latest Recorded Height on startup by @MitchTurner in #2603
  • Use latest gas price to estimate next block gas price during dry runs by @MitchTurner in #2615
  • Check that fuel-core lib builds correctly without default features by @rafal-ch in #2594
  • Expose indexation status in NodeInfo endpoint by @rafal-ch in #2595
  • Release v0.41.1 by @MitchTurner in #2620

Full Changelog: v0.41.0...v0.41.1