forked from casper-network/casper-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4894: Bump casper-wasmi, add sign-ext support r=igor-casper a=igor-casper This PR addresses casper-network#4855 by bumping casper-wasmi to 0.14.0 As a key takeaway, [sign-ext](https://github.com/WebAssembly/sign-extension-ops/blob/master/proposals/sign-extension-ops/Overview.md) ops were previously unsupported, which is no longer the case with the newest interpreter. The engine was updated to accommodate this change: - chainspec was modified to include ''wasm.opcode_costs.sign'' field which dictates the cost of these ops - certain execution engine tests no longer make sense, so they've been removed: - should_not_accept_sign_ext_i32_e8s_proposal_wasm - should_not_accept_sign_ext_i32_e16s_proposal_wasm - should_not_accept_sign_ext_i64_e8s_proposal_wasm - should_not_accept_sign_ext_i64_e16s_proposal_wasm - should_not_accept_sign_ext_i64_e32s_proposal_wasm - the appropriate serialization error no longer mentions unsupported sign extension operators This PR also bumps the supported nightly toolchain to 2024-07-31. Co-authored-by: igor-casper <igor@casper.network> Co-authored-by: Michał Papierski <michal@casper.network> Co-authored-by: igor-casper <152597353+igor-casper@users.noreply.github.com>
- Loading branch information
Showing
39 changed files
with
191 additions
and
433 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.