[pallet-revive] implement the call data copy API (#6880)
This PR implements the call data copy API by adjusting the input method.
Closes #6770
---------
Signed-off-by:
xermicus <cyrill@parity.io>
Co-authored-by: command-bot <>
parent
08bfa860
Showing
- prdoc/pr_6880.prdoc 14 additions, 0 deletionsprdoc/pr_6880.prdoc
- substrate/frame/revive/fixtures/contracts/call_data_copy.rs 53 additions, 0 deletionssubstrate/frame/revive/fixtures/contracts/call_data_copy.rs
- substrate/frame/revive/fixtures/contracts/common/src/lib.rs 3 additions, 2 deletionssubstrate/frame/revive/fixtures/contracts/common/src/lib.rs
- substrate/frame/revive/rpc/examples/js/pvm/ErrorTester.polkavm 0 additions, 0 deletions...rate/frame/revive/rpc/examples/js/pvm/ErrorTester.polkavm
- substrate/frame/revive/rpc/examples/js/pvm/EventExample.polkavm 0 additions, 0 deletions...ate/frame/revive/rpc/examples/js/pvm/EventExample.polkavm
- substrate/frame/revive/rpc/examples/js/pvm/Flipper.polkavm 0 additions, 0 deletionssubstrate/frame/revive/rpc/examples/js/pvm/Flipper.polkavm
- substrate/frame/revive/rpc/examples/js/pvm/FlipperCaller.polkavm 0 additions, 0 deletions...te/frame/revive/rpc/examples/js/pvm/FlipperCaller.polkavm
- substrate/frame/revive/rpc/examples/js/pvm/PiggyBank.polkavm 0 additions, 0 deletionssubstrate/frame/revive/rpc/examples/js/pvm/PiggyBank.polkavm
- substrate/frame/revive/src/benchmarking/mod.rs 30 additions, 7 deletionssubstrate/frame/revive/src/benchmarking/mod.rs
- substrate/frame/revive/src/tests.rs 16 additions, 0 deletionssubstrate/frame/revive/src/tests.rs
- substrate/frame/revive/src/wasm/runtime.rs 45 additions, 11 deletionssubstrate/frame/revive/src/wasm/runtime.rs
- substrate/frame/revive/src/weights.rs 28 additions, 7 deletionssubstrate/frame/revive/src/weights.rs
- substrate/frame/revive/uapi/src/flags.rs 1 addition, 1 deletionsubstrate/frame/revive/uapi/src/flags.rs
- substrate/frame/revive/uapi/src/host.rs 14 additions, 4 deletionssubstrate/frame/revive/uapi/src/host.rs
- substrate/frame/revive/uapi/src/host/riscv64.rs 6 additions, 9 deletionssubstrate/frame/revive/uapi/src/host/riscv64.rs
Please register or sign in to comment