Update Substrate, Polkadot and switch to wasm-builder

This commit is contained in:
Bastian Köcher
2019-06-18 08:43:39 +02:00
parent 2bc098baaf
commit 2d92c9acb3
15 changed files with 1646 additions and 1328 deletions
+4
View File
@@ -18,6 +18,10 @@
#![cfg_attr(not(feature = "std"), no_std)]
// Make the WASM binary available.
#[cfg(feature = "std")]
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
pub use substrate_test_runtime::*;
runtime::register_validate_block!(Block, system::BlockExecutor);