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 5168bf85c5
commit 461b971ccc
14 changed files with 2176 additions and 1881 deletions
+2
View File
@@ -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,