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

ethclient: Return storage proofs in GetProof #24697

Merged
merged 1 commit into from
Apr 27, 2022

Commits on Apr 14, 2022

  1. ethclient: Return storage proofs in GetProof

    Storage proofs were being unsmarshalled from the RPC form to the
    go struct, but were not being included in the final returned struct.
    
    This also adds a regression test for this case.
    trianglesphere committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    eb69830 View commit details
    Browse the repository at this point in the history