mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
v0.17.18: Update latest substrate (#776)
* update latest substrate polkadot-master
* fix test compilation
* bump version to 0.7.18
* bump impl_version
* update substrate
* Revert "Instantiate environment with asynchronous API (#768)"
This reverts commit a5d9645bf4.
* update substrate
* remove unused parameter type
* bump trie-db version for tests
* fix collator test
* update substrate
* remove unnecessary service changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "polkadot-parachain"
|
||||
version = "0.7.17"
|
||||
version = "0.7.18"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Types and utilities for creating and working with parachains"
|
||||
edition = "2018"
|
||||
|
||||
@@ -156,7 +156,7 @@ pub fn validate_candidate_internal<E: Externalities + 'static>(
|
||||
) -> Result<ValidationResult, Error> {
|
||||
let mut ext = ValidationExternalities(ParachainExt::new(externalities));
|
||||
|
||||
let res = sc_executor::call_in_wasm::<_, HostFunctions>(
|
||||
let res = sc_executor::call_in_wasm::<HostFunctions>(
|
||||
"validate_block",
|
||||
encoded_call_data,
|
||||
sc_executor::WasmExecutionMethod::Interpreted,
|
||||
|
||||
Reference in New Issue
Block a user