Skip to content

v0.61.0

Choose a tag to compare

@netrome netrome released this 06 May 18:48
· 38 commits to master since this release
60e1228

Version 0.61.0

Breaking

  • 778: Add SubAssetId newtype that's used instead of Bytes32.
  • 933: Don't perform balance update if the change is zero
  • 934: Add input_index of the failed predicate to CheckError::PredicateVerificationFailed.
  • 935: Bump Rust version to 1.85.0.
  • 936: Update Rust edition to 2024.
  • 938: Rename update method to insert on sparse merkle tree, and allow inserting empty values.

Added

  • 899: Add a feature that propose u32 tx_pointer instead of u16 in fuel-tx and fuel-vm.
  • 939: Add new GetGasPrice GM opcode argument

Changed

  • 913: Change the way we are building the changelog to avoids conflicts.

Fixed

  • 940: Zero out heap memory when reallocating after reset.

What's Changed

Full Changelog: v0.60.0...v0.61.0