[pallet-revive] code size API (#6260)
This PR implements the contract API to query the code size of a given address. --------- Signed-off-by:Cyrill Leutwiler <bigcyrill@hotmail.com> Signed-off-by:
xermicus <cyrill@parity.io> Co-authored-by:
GitHub Action <action@github.com> Co-authored-by: command-bot <> Co-authored-by:
PG Herveou <pgherveou@gmail.com>
parent
40547f9f
Branches
Pipeline
#503543
waiting for manual action
with stages
in
29 minutes and 54 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- prdoc/pr_6260.prdoc 12 additions, 0 deletionsprdoc/pr_6260.prdoc
- substrate/frame/revive/fixtures/contracts/extcodesize.rs 36 additions, 0 deletionssubstrate/frame/revive/fixtures/contracts/extcodesize.rs
- substrate/frame/revive/src/benchmarking/mod.rs 18 additions, 0 deletionssubstrate/frame/revive/src/benchmarking/mod.rs
- substrate/frame/revive/src/exec.rs 10 additions, 0 deletionssubstrate/frame/revive/src/exec.rs
- substrate/frame/revive/src/tests.rs 31 additions, 0 deletionssubstrate/frame/revive/src/tests.rs
- substrate/frame/revive/src/wasm/mod.rs 5 additions, 0 deletionssubstrate/frame/revive/src/wasm/mod.rs
- substrate/frame/revive/src/wasm/runtime.rs 31 additions, 12 deletionssubstrate/frame/revive/src/wasm/runtime.rs
- substrate/frame/revive/src/weights.rs 476 additions, 451 deletionssubstrate/frame/revive/src/weights.rs
- substrate/frame/revive/uapi/src/host.rs 12 additions, 0 deletionssubstrate/frame/revive/uapi/src/host.rs
- substrate/frame/revive/uapi/src/host/riscv32.rs 5 additions, 0 deletionssubstrate/frame/revive/uapi/src/host/riscv32.rs
Please register or sign in to comment