-
Notifications
You must be signed in to change notification settings - Fork 97
Release v0.60.0 #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v0.60.0 #921
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
AurelienFT
approved these changes
Feb 26, 2025
xgreenx
approved these changes
Feb 27, 2025
Dentosal
added a commit
to FuelLabs/fuel-core
that referenced
this pull request
Feb 27, 2025
Bumps fuel-vm to latest version. Currently waiting for new version release: FuelLabs/fuel-vm#921 ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog - [x] New behavior is reflected in tests - [x] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [x] I have reviewed the code myself - [x] I have created follow-up issues caused by this PR and linked them here
kuroki-yosuke
added a commit
to kuroki-yosuke/core-fuel
that referenced
this pull request
Apr 5, 2025
Bumps fuel-vm to latest version. Currently waiting for new version release: FuelLabs/fuel-vm#921 ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog - [x] New behavior is reflected in tests - [x] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [x] I have reviewed the code myself - [x] I have created follow-up issues caused by this PR and linked them here
ChapmaBeerbohm
added a commit
to ChapmaBeerbohm/holo-kit
that referenced
this pull request
Sep 26, 2025
Bumps fuel-vm to latest version. Currently waiting for new version release: FuelLabs/fuel-vm#921 ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog - [x] New behavior is reflected in tests - [x] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [x] I have reviewed the code myself - [x] I have created follow-up issues caused by this PR and linked them here
GeorgeBake
added a commit
to GeorgeBake/pipeline-cli
that referenced
this pull request
Sep 29, 2025
Bumps fuel-vm to latest version. Currently waiting for new version release: FuelLabs/fuel-vm#921 ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog - [x] New behavior is reflected in tests - [x] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [x] I have reviewed the code myself - [x] I have created follow-up issues caused by this PR and linked them here
BugSeeker84
added a commit
to BugSeeker84/fuel-core
that referenced
this pull request
Nov 16, 2025
Bumps fuel-vm to latest version. Currently waiting for new version release: FuelLabs/fuel-vm#921 ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog - [x] New behavior is reflected in tests - [x] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [x] I have reviewed the code myself - [x] I have created follow-up issues caused by this PR and linked them here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version v0.60.0
Added
Displayimplementation toReceiptenum.leaf_sumand allow binaryMerkleTreeto be built from existing precomputed leafs.GTFArgsincluding generic ones that will replace old tx type specific.remove_recovery_id()toSignature.AttemptContinueverifier, that collects and ignores some errors instead of terminating execution. This is meant to help with gathering tx dependencies.Breaking
DuplicateMessageInputIdtoDuplicateInputNoncewhich now contains a nonce instead ofMessageIdfor performance improvements.StorageReadandStorageWritetraits no longer return the number of bytes written. They already required that the whole buffer is used, but now this is reflected in signature and documentation as well.Interpreterhas one extra type parameter.Interpreter::executeand friends are now generic over predicateness of the context. This forces monomorphization so the predicate branch is optimized away on non-predicate execution.Changed
instruction_innerfunction, allowing compiler to do better optimizations. The Mira swaps receive performance improvement in 16.5%.Fixed
0.5.1to fix non-local impl errors on the derivation ofproptest_derive::Arbitraryintroduced by rust 1.83.0.Policiesin compressed transactions to be backward compatible.Full Changelog: v0.59.2...v0.60.0