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.59.0
Added
expiration
policy that prevent a transaction to be inserted after a given block height.wasm-bindgen
to0.2.97
Fixed
Breaking
diff
function to get VM instance diff to arollback_to
that allow to fetch changes to make self -> previous state. However, this support the new memory management that allow memory to grow between instances instead of fixed memory size.Changed
interpreter::blockchain::load_contract_code
andinterpreter::blockchain::code_copy
to use the new version ofStorageRead::read
where the contract is loaded into a buffer starting from an offset. The contract is copied directly into the portion of memory starting at the destination address, rather than having to be copied indirectly after being fetched from storage.What's Changed
0.2.88
to0.2.97
by @petertonysmith94 in chore: bump wasm-bindgen from0.2.88
to0.2.97
#875interpreter::blockchain::{load_contract_code, code_copy}
to read contract starting from offset by @acerone85 in Optimizeinterpreter::blockchain::{load_contract_code, code_copy}
to read contract starting from offset #847New Contributors
0.2.88
to0.2.97
#875Full Changelog: v0.58.2...v0.59.0