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:
s0me0ne-unkn0wn
2023-03-15 18:46:10 +01:00
committed by GitHub
parent 6ce6b7bef4
commit 525079ab8d
3 changed files with 262 additions and 262 deletions
@@ -234,7 +234,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
&self,
at: Hash,
session_index: polkadot_primitives::SessionIndex,
) -> Result<Option<polkadot_primitives::vstaging::ExecutorParams>, sp_api::ApiError> {
) -> Result<Option<polkadot_primitives::ExecutorParams>, sp_api::ApiError> {
Ok(self
.rpc_client
.parachain_host_session_executor_params(at, session_index)