-
Notifications
You must be signed in to change notification settings - Fork 248
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
add rpc for light client proof #337
Conversation
@bowenwang1996 check |
@vgrichina that would be true if we have proper versioning. |
Then we need to fix versioning in nearcore. @chefsale we need to figure this out. It should be possible to gate tests to run only on newer version of nearcore and looks like according to @bowenwang1996 there is something missing on nearcore side of things. |
@vgrichina yes it is blocked partially on the devops side. |
Add
experimental_lightClientProof
to provider to support querying light client proofs, which is needed for the Eth <> NEAR bridge to work. It is hard to write a test now because the rpc is not yet supported on testnet.