-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
implement get proof rpc endpoint #13291
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
4 times, most recently
from
January 1, 2025 11:46
a19d2f9
to
91ff2b0
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
2 times, most recently
from
January 1, 2025 12:04
fee4a79
to
c76029b
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
from
January 1, 2025 12:23
c76029b
to
c3f515d
Compare
Add unit tests + remove printlns. @awskii will give a more meaningful review tho. this is not my domain |
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
2 times, most recently
from
January 3, 2025 06:45
0433019
to
3b4808f
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
3 times, most recently
from
January 6, 2025 07:26
a2c6086
to
970d2c1
Compare
awskii
reviewed
Jan 6, 2025
awskii
reviewed
Jan 6, 2025
awskii
reviewed
Jan 6, 2025
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
3 times, most recently
from
January 7, 2025 09:13
9337a4b
to
b3bc88c
Compare
antonis19
reviewed
Jan 7, 2025
antonis19
reviewed
Jan 7, 2025
antonis19
reviewed
Jan 7, 2025
antonis19
reviewed
Jan 7, 2025
antonis19
reviewed
Jan 7, 2025
awskii
reviewed
Jan 9, 2025
awskii
requested changes
Jan 9, 2025
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
from
January 10, 2025 09:50
786cbc8
to
ee64763
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
from
January 10, 2025 09:58
ee64763
to
064242e
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
from
January 14, 2025 07:57
06f3e13
to
d044cdb
Compare
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
3 times, most recently
from
January 20, 2025 11:56
8401c12
to
b92bd33
Compare
antonis19
approved these changes
Jan 20, 2025
awskii
reviewed
Jan 21, 2025
awskii
reviewed
Jan 21, 2025
awskii
reviewed
Jan 21, 2025
awskii
reviewed
Jan 21, 2025
awskii
reviewed
Jan 21, 2025
awskii
requested changes
Jan 21, 2025
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
2 times, most recently
from
January 22, 2025 17:45
35b0cf3
to
cc2dbc7
Compare
awskii
reviewed
Jan 23, 2025
awskii
reviewed
Jan 23, 2025
awskii
approved these changes
Jan 23, 2025
shotasilagadze
force-pushed
the
implement_eth_get_proof
branch
from
January 23, 2025 16:20
cc2dbc7
to
5fbe2b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#13201