mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +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
Generated
+1
@@ -4871,6 +4871,7 @@ dependencies = [
|
||||
"pallet-contracts-proc-macro",
|
||||
"pallet-randomness-collective-flip",
|
||||
"pallet-timestamp",
|
||||
"pallet-utility",
|
||||
"parity-scale-codec",
|
||||
"paste 1.0.4",
|
||||
"pretty_assertions 0.7.2",
|
||||
|
||||
Reference in New Issue
Block a user