Eradicate native_equivalent (#3494)

* Add ability to supply extra storage in test-client

* Don't use native_equivalent in tests.

* Get rid of native_equivalent

* Try to make fields private

* Apply Basti's suggestions

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Sergei Pepyakin
2019-08-27 22:20:47 +02:00
committed by GitHub
parent 095c7de7ff
commit 36ef4c067b
9 changed files with 70 additions and 51 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ use substrate_executor::native_executor_instance;
native_executor_instance!(
pub Executor,
node_runtime::api::dispatch,
node_runtime::native_version,
node_runtime::WASM_BINARY
node_runtime::native_version
);
#[cfg(test)]