-
Notifications
You must be signed in to change notification settings - Fork 76
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
Supporting starknet_protocolVersion #132
Comments
|
I think @nirtayeb wants a method to query the RPC version? |
in lava we need to make sure that all rpc providers are:
what is the right version query for that? rpc/starknet/protocol? |
I see. There isn't an endpoint for querying the RPC spec version, which is distinct from the Starknet protocol version.
Does this need to be done automatically @nirtayeb? It should be possible to see what RPC versions a node supports by looking at the release notes or README (Juno supports v0.4, FWIW). |
There's a new endpoint |
@odednaor Only Do you think the method should be moved to a "meta" API that is not versioned, requiring all providers to implement it? |
On one of the API documentation pages you mentioned that starknet_protocolVersion is the equivalent of eth_protocolVersion.
Pathfinder appears to have removed it, but Nethermind Juno for example does not.
This method is necessary at Lava Network in order to verify that our 3rd party providers are running the same protocol version (after updates).
What do you suggest we do? is it possible to rollback the removal from pathfinder?
The text was updated successfully, but these errors were encountered: