-
Notifications
You must be signed in to change notification settings - Fork 534
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 support for EIP-1898 #284
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
0xpanoramix
changed the title
Update JSON-RPC methods to add EIP-1898
Update JSON-RPC methods to support EIP-1898
Dec 9, 2021
0xpanoramix
force-pushed
the
feat/add-eip-1898
branch
2 times, most recently
from
December 10, 2021 17:47
e9fc32e
to
b2f6abb
Compare
0xpanoramix
changed the title
Update JSON-RPC methods to support EIP-1898
Add support for EIP-1898
Dec 11, 2021
0xpanoramix
force-pushed
the
feat/add-eip-1898
branch
from
December 15, 2021 18:52
ef5d535
to
69e4681
Compare
0xpanoramix
requested review from
lazartravica,
Vuksan and
zivkovicmilos
as code owners
December 21, 2021 11:19
zivkovicmilos
approved these changes
Dec 21, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks great 💯
Thank you for documenting the code in tricky places, helps us with maintaining it down the line 🙏
Kourin1996
suggested changes
Dec 24, 2021
Kourin1996
reviewed
Dec 24, 2021
Kourin1996
approved these changes
Dec 28, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for the fix 👍
0xAleksaOpacic
approved these changes
Dec 29, 2021
ferranbt
reviewed
Dec 30, 2021
0xpanoramix
force-pushed
the
feat/add-eip-1898
branch
3 times, most recently
from
January 6, 2022 11:41
ccef91e
to
14c3e13
Compare
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: PtitLuca <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: PtitLuca <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
0xpanoramix
force-pushed
the
feat/add-eip-1898
branch
from
January 7, 2022 16:50
204a61e
to
f4a8f9c
Compare
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
Signed-off-by: Luca Georges Francois <luca.georges-francois@epitech.eu>
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.
Description
This PR adds support for the EIP 1898, meaning that a set of JSON-RPCs methods will now support a new query parameter :
blockHash
.Here is how you can use this parameter with curl :
The implementation is backward compatible, meaning this query also works :
It closes #253.
Changes include
Breaking changes
The following JSON-RPC methods are affected :
Checklist