#189 Predeployed Contracts functionality (#218)

* Added a possibility to predeploy contracts to the genesis block
* Added some default contracts to predeploy.
This commit is contained in:
Nikita Khateev
2024-06-12 09:35:05 +04:00
committed by GitHub
parent b080293cdb
commit 26c49797cb
16 changed files with 1390 additions and 26 deletions
+2
View File
@@ -7941,6 +7941,7 @@ dependencies = [
"frame-benchmarking",
"frame-benchmarking-cli",
"futures",
"hex",
"hex-literal",
"jsonrpsee",
"log",
@@ -7967,6 +7968,7 @@ dependencies = [
"sc-transaction-pool",
"sc-transaction-pool-api",
"serde",
"serde_derive",
"serde_json",
"sp-api",
"sp-block-builder",