Use state machine externalities in validation runtime. (#214)

* test

* switch to branch

* Use modified.

* Use sp_externalities environmental primitives

* Change to latest no_std version, add missing host function boilerplate.

* remove comment (was used for debugging).

* fixes

* with_externalities factor

* Read merged change from overlay.
This commit is contained in:
cheme
2020-11-10 12:23:55 +01:00
committed by GitHub
parent 0a8e1fb9a1
commit 378f6e070b
3 changed files with 343 additions and 229 deletions
+2
View File
@@ -1193,9 +1193,11 @@ dependencies = [
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-trie",
"trie-db",