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
Display
implementation toReceipt
enum.leaf_sum
and allow binaryMerkleTree
to be built from existing precomputed leafs.GTFArgs
including generic ones that will replace old tx type specific.remove_recovery_id()
toSignature
.AttemptContinue
verifier, that collects and ignores some errors instead of terminating execution. This is meant to help with gathering tx dependencies.Breaking
DuplicateMessageInputId
toDuplicateInputNonce
which now contains a nonce instead ofMessageId
for performance improvements.StorageRead
andStorageWrite
traits 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.Interpreter
has one extra type parameter.Interpreter::execute
and 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_inner
function, allowing compiler to do better optimizations. The Mira swaps receive performance improvement in 16.5%.Fixed
0.5.1
to fix non-local impl errors on the derivation ofproptest_derive::Arbitrary
introduced by rust 1.83.0.Policies
in compressed transactions to be backward compatible.Full Changelog: v0.59.2...v0.60.0