mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 15:21:05 +00:00
Release parachain host API v4 (#2325)
* Release parachain host API v4
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+256
-256
File diff suppressed because it is too large
Load Diff
@@ -234,7 +234,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
|
|||||||
&self,
|
&self,
|
||||||
at: Hash,
|
at: Hash,
|
||||||
session_index: polkadot_primitives::SessionIndex,
|
session_index: polkadot_primitives::SessionIndex,
|
||||||
) -> Result<Option<polkadot_primitives::vstaging::ExecutorParams>, sp_api::ApiError> {
|
) -> Result<Option<polkadot_primitives::ExecutorParams>, sp_api::ApiError> {
|
||||||
Ok(self
|
Ok(self
|
||||||
.rpc_client
|
.rpc_client
|
||||||
.parachain_host_session_executor_params(at, session_index)
|
.parachain_host_session_executor_params(at, session_index)
|
||||||
|
|||||||
@@ -30,11 +30,11 @@ use sp_storage::StorageKey;
|
|||||||
|
|
||||||
use cumulus_primitives_core::{
|
use cumulus_primitives_core::{
|
||||||
relay_chain::{
|
relay_chain::{
|
||||||
vstaging::ExecutorParams, BlockNumber, CandidateCommitments, CandidateEvent, CandidateHash,
|
BlockNumber, CandidateCommitments, CandidateEvent, CandidateHash,
|
||||||
CommittedCandidateReceipt, CoreState, DisputeState, GroupRotationInfo, Hash as RelayHash,
|
CommittedCandidateReceipt, CoreState, DisputeState, ExecutorParams, GroupRotationInfo,
|
||||||
Header as RelayHeader, InboundHrmpMessage, OccupiedCoreAssumption, PvfCheckStatement,
|
Hash as RelayHash, Header as RelayHeader, InboundHrmpMessage, OccupiedCoreAssumption,
|
||||||
ScrapedOnChainVotes, SessionIndex, SessionInfo, ValidationCode, ValidationCodeHash,
|
PvfCheckStatement, ScrapedOnChainVotes, SessionIndex, SessionInfo, ValidationCode,
|
||||||
ValidatorId, ValidatorIndex, ValidatorSignature,
|
ValidationCodeHash, ValidatorId, ValidatorIndex, ValidatorSignature,
|
||||||
},
|
},
|
||||||
InboundDownwardMessage, ParaId, PersistedValidationData,
|
InboundDownwardMessage, ParaId, PersistedValidationData,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user