pallet-revive: EXTCODEHASH to match EIP-1052 (#6088)
# Description Update `ext_code_hash` to match [EIP-1052](https://eips.ethereum.org/EIPS/eip-1052) specs. Since all possible results are written into output pointer then there's no need for a return value. https://github.com/paritytech/revive/pull/77
Showing
- prdoc/pr_6088.prdoc 14 additions, 0 deletionsprdoc/pr_6088.prdoc
- substrate/frame/revive/fixtures/contracts/code_hash.rs 40 additions, 0 deletionssubstrate/frame/revive/fixtures/contracts/code_hash.rs
- substrate/frame/revive/src/exec.rs 35 additions, 15 deletionssubstrate/frame/revive/src/exec.rs
- substrate/frame/revive/src/tests.rs 42 additions, 0 deletionssubstrate/frame/revive/src/tests.rs
- substrate/frame/revive/src/wasm/runtime.rs 8 additions, 18 deletionssubstrate/frame/revive/src/wasm/runtime.rs
- substrate/frame/revive/uapi/src/host.rs 5 additions, 3 deletionssubstrate/frame/revive/uapi/src/host.rs
- substrate/frame/revive/uapi/src/host/riscv32.rs 3 additions, 4 deletionssubstrate/frame/revive/uapi/src/host/riscv32.rs
Please register or sign in to comment