Skip to content

Commit

Permalink
Update fuel-vm to v0.53.0 (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Jun 14, 2024
1 parent 38d532f commit 8fdf31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- [#1942](https://github.com/FuelLabs/fuel-core/pull/1942): Sequential relayer's commits.
- [#1952](https://github.com/FuelLabs/fuel-core/pull/1952): Change tip sorting to ratio between tip and max gas sorting in txpool
- [#1960](https://github.com/FuelLabs/fuel-core/pull/1960): Update fuel-vm to v0.53.0.

### Fixed
- [#1950](https://github.com/FuelLabs/fuel-core/pull/1950): Fix cursor `BlockHeight` encoding in `SortedTXCursor`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fuel-core-wasm-executor = { version = "0.28.0", path = "./crates/services/upgrad
fuel-core-xtask = { version = "0.0.0", path = "./xtask" }

# Fuel dependencies
fuel-vm-private = { version = "0.52.0", package = "fuel-vm", default-features = false }
fuel-vm-private = { version = "0.53.0", package = "fuel-vm", default-features = false }

# Common dependencies
anyhow = "1.0"
Expand Down

0 comments on commit 8fdf31a

Please sign in to comment.