contracts: Allow contracts to dispatch calls into the runtime (#9276)
* contracts: Allow contracts to dispatch calls into the runtime * Fix RPC tests * Fix typo * Replace () by AllowAllFilter and DenyAllFilter * Add rust doc * Fixup for `()` removal * Fix lowest gas calculation * Rename AllowAllFilter and DenyAllFilter * Updated changelog
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/pallets/template/src/mock.rs 1 addition, 1 deletionsubstrate/bin/node-template/pallets/template/src/mock.rs
- substrate/bin/node-template/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node-template/runtime/src/lib.rs
- substrate/bin/node/runtime/src/lib.rs 10 additions, 2 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/docs/Upgrading-2.0-to-3.0.md 1 addition, 1 deletionsubstrate/docs/Upgrading-2.0-to-3.0.md
- substrate/frame/assets/src/mock.rs 1 addition, 1 deletionsubstrate/frame/assets/src/mock.rs
- substrate/frame/atomic-swap/src/tests.rs 1 addition, 1 deletionsubstrate/frame/atomic-swap/src/tests.rs
- substrate/frame/aura/src/mock.rs 1 addition, 1 deletionsubstrate/frame/aura/src/mock.rs
- substrate/frame/authority-discovery/src/lib.rs 2 additions, 2 deletionssubstrate/frame/authority-discovery/src/lib.rs
- substrate/frame/authorship/src/lib.rs 1 addition, 1 deletionsubstrate/frame/authorship/src/lib.rs
- substrate/frame/babe/src/mock.rs 1 addition, 1 deletionsubstrate/frame/babe/src/mock.rs
- substrate/frame/balances/src/tests_composite.rs 1 addition, 1 deletionsubstrate/frame/balances/src/tests_composite.rs
- substrate/frame/balances/src/tests_local.rs 1 addition, 1 deletionsubstrate/frame/balances/src/tests_local.rs
- substrate/frame/balances/src/tests_reentrancy.rs 1 addition, 1 deletionsubstrate/frame/balances/src/tests_reentrancy.rs
- substrate/frame/benchmarking/src/tests.rs 1 addition, 1 deletionsubstrate/frame/benchmarking/src/tests.rs
- substrate/frame/bounties/src/tests.rs 1 addition, 1 deletionsubstrate/frame/bounties/src/tests.rs
- substrate/frame/collective/src/lib.rs 1 addition, 1 deletionsubstrate/frame/collective/src/lib.rs
- substrate/frame/contracts/CHANGELOG.md 3 additions, 0 deletionssubstrate/frame/contracts/CHANGELOG.md
- substrate/frame/contracts/Cargo.toml 1 addition, 0 deletionssubstrate/frame/contracts/Cargo.toml
- substrate/frame/contracts/common/src/lib.rs 9 additions, 0 deletionssubstrate/frame/contracts/common/src/lib.rs
Please register or sign in to comment