Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kusama and Polkadot does not support RPC http anymore #127

Closed
dakk opened this issue Jun 14, 2023 · 0 comments · Fixed by #128
Closed

Kusama and Polkadot does not support RPC http anymore #127

dakk opened this issue Jun 14, 2023 · 0 comments · Fixed by #128
Assignees

Comments

@dakk
Copy link
Contributor

dakk commented Jun 14, 2023

The default method for api is now websocket from this endpoint: ws://127.0.0.1:9944, so we need to migrate all the RPC calls to SubstrateInterface, and bind SubstrateInterface to the websocket endpoint.

Other substrate interfaces may continue using rpc, so we can first implement these modification by extending substrate for Polkadot and Kusama. Anyway the modification is applied to the substrate codebase:
paritytech/substrate#13384

@dakk dakk added the substrate label Jun 14, 2023
@dakk dakk self-assigned this Jun 14, 2023
@dakk dakk mentioned this issue Jun 14, 2023
@dakk dakk linked a pull request Jun 14, 2023 that will close this issue
@dakk dakk closed this as completed in #128 Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant