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

Support eth_getProof JSON RPC method #1519

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Support eth_getProof JSON RPC method #1519

wants to merge 14 commits into from

Conversation

fedejinich
Copy link
Contributor

@fedejinich fedejinich commented May 4, 2021

Support eth_getProof JSON RPC method

Description

Described at RSKIP251

Motivation and Context

This new method it's useful for offchain state verifications. Just by having a safe block header, a user can ask proofs and validate an account state or storage values.

Solves #1493

How Has This Been Tested?

  • Unit tests
  • DSL Tests (todo)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Tests for the changes have been added (for bug fixes / features)
  • Requires Activation Code (Hard Fork)

@fedejinich fedejinich force-pushed the eth_getProof branch 2 times, most recently from 91df196 to 5a1aeb1 Compare June 24, 2021 18:30
@fedejinich
Copy link
Contributor Author

fedejinich commented Jun 30, 2021

still need to add DSL test cases and resolve remainings todos (minnor stuff). The overall functionality can be reviewed

@fedejinich fedejinich marked this pull request as ready for review June 30, 2021 15:18
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.

1 participant