Support custom runtime interfaces in native executor (#4129)

This makes it possible to use custom runtime interfaces within your
runtime by registering them at the native executor.
This commit is contained in:
Bastian Köcher
2019-11-20 19:06:52 +01:00
committed by GitHub
parent 16ad04e847
commit 75b6b51782
3 changed files with 98 additions and 6 deletions
+1
View File
@@ -5760,6 +5760,7 @@ dependencies = [
"substrate-runtime-test 2.0.0",
"substrate-serializer 2.0.0",
"substrate-state-machine 2.0.0",
"substrate-test-runtime 2.0.0",
"substrate-trie 2.0.0",
"substrate-wasm-interface 2.0.0",
"test-case 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",