Update to latest Polkadot & Substrate (#75)

* Start fixing compilation errors

* Switch to git version of `WasmBuilder`

* Fix compilation

* More updates

* Adapt to latest Substrate/Polkadot changes
This commit is contained in:
Bastian Köcher
2020-04-06 21:55:32 +02:00
committed by GitHub
parent f54a6e8b4d
commit d4562c3a48
14 changed files with 2176 additions and 1881 deletions
@@ -54,10 +54,12 @@ fn call_validate_block(
Some(1024),
sp_io::SubstrateHostFunctions::host_functions(),
false,
1,
);
executor.call_in_wasm(
&WASM_BINARY,
None,
"validate_block",
&params,
&mut ext_ext,