Seedling Runtime + Node (#824)

* before adding seedling client side

* seedling runtime compiles

* create seedling spec script added

* seedling node & BaseCallFilter fixes

* update AllPalets

* formatting

* CallFilter + SignedExtra + AccountData fix

* XCM removed

* cleanup
This commit is contained in:
Ignacio Palacios
2021-12-08 12:54:59 +01:00
committed by GitHub
parent 58a425667e
commit fff94ff24c
9 changed files with 880 additions and 276 deletions
+1
View File
@@ -21,6 +21,7 @@ async-trait = "0.1.42"
# Parachain runtimes
rococo-parachain-runtime = { path = "rococo-parachain" }
shell-runtime = { path = "shell" }
seedling-runtime = { path = "seedling" }
statemint-runtime = { path = "statemint" }
statemine-runtime = { path = "statemine" }
westmint-runtime = { path = "westmint" }