Skip to content

revive rpc prototype#295

Closed
alindima wants to merge 2 commits intomasterfrom
alindima/revive-rpc
Closed

revive rpc prototype#295
alindima wants to merge 2 commits intomasterfrom
alindima/revive-rpc

Conversation

@alindima
Copy link
Copy Markdown

Prototype for #238

Needs paritytech/polkadot-sdk#9701 and to pull in latest polkadot-sdk version (blocked on #284)

@alindima alindima marked this pull request as draft September 10, 2025 13:14
OnlineClient::<SrcChainConfig>::from_rpc_client(rpc_client.clone()).await.unwrap();
let rpc = LegacyRpcMethods::<SrcChainConfig>::new(rpc_client.clone());

let block_provider = SubxtBlockInfoProvider::new(api.clone(), rpc.clone()).await.unwrap();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

block_info_provider

@iulianbarbu iulianbarbu linked an issue Sep 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Anvil] Integrate the revive rpc

2 participants