Skip to content

Version 0.32.0

Compare
Choose a tag to compare
@MitchTurner MitchTurner released this 06 Aug 22:57
· 63 commits to master since this release
ecf5d23

Added

Added

  • 1983: Add adapters for gas price service for accessing database values

Breaking

  • 2048: Disable SMT for ContractsAssets and ContractsState for the production mode of the fuel-core. The SMT still is used in benchmarks and tests.
  • #1988: Updated fuel-vm to 0.56.0 (release notes). Adds Blob transaction support.
  • 2025: Add new V0 algorithm for gas price to services.
    This change includes new flags for the CLI:
    - "starting-gas-price" - the starting gas price for the gas price algorithm
    - "gas-price-change-percent" - the percent change for each gas price update
    - "gas-price-threshold-percent" - the threshold percent for determining if the gas price will be increase or decreased
    And the following CLI flags are serving a new purpose
    - "min-gas-price" - the minimum gas price that the gas price algorithm will return
  • 2045: Include withdrawal message only if transaction is executed successfully.
  • 2041: Add code for startup of the gas price algorithm updater so
    the gas price db on startup is always in sync with the on chain db

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0