mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
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
This commit is contained in:
committed by
GitHub
parent
2f31602896
commit
e01ac8cea0
@@ -20,6 +20,9 @@ In other words: Upgrading this pallet will not break pre-existing contracts.
|
||||
|
||||
### Added
|
||||
|
||||
- Allow contracts to dispatch calls into the runtime (**unstable**)
|
||||
[#9276](https://github.com/paritytech/substrate/pull/9276)
|
||||
|
||||
- New **unstable** version of `seal_call` that offers more features.
|
||||
[#8909](https://github.com/paritytech/substrate/pull/8909)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user