-
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
feat: Eip1559 params in extradata #11887
Merged
mattsse
merged 26 commits into
paradigmxyz:main
from
cody-wang-cb:cody/eip1559-params-extradata
Oct 30, 2024
Merged
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
cea86d9
eip1559 params in extradata
cody-wang-cb e34fb0e
remove fee traits; fix unwrap() usage
cody-wang-cb 3e053c0
get rid of unwrap()
cody-wang-cb 4ce79ad
merge from main
cody-wang-cb 83231ed
fmt + default
cody-wang-cb b45a754
add custom errors and remove panic
cody-wang-cb db98d0b
use ? instead of match
cody-wang-cb dcd22cd
remove all unwrap and panic and use Result
cody-wang-cb 8b08c0f
merge from main; small fixes
cody-wang-cb afa45b4
add documentation
cody-wang-cb 4dc1a9c
optimize code
cody-wang-cb 992fb03
merge from main
cody-wang-cb b5ba8e7
merge from main
cody-wang-cb a9fd054
fix test
cody-wang-cb 0be62f5
merge from main
cody-wang-cb 6fd2ffe
use this error no std
cody-wang-cb 69aed69
revert back to thiserror
cody-wang-cb 8e1d67f
remove core error
cody-wang-cb 1f24f5f
not use thisiserror for no std
cody-wang-cb fc7302d
fix: use associated error type, remove trait
Rjected a2524ca
merge with main
Rjected c3cde6e
Merge branch 'main' into cody/eip1559-params-extradata
Rjected 878c888
make clippy happy
Rjected 8fe8aa1
nit fixes
cody-wang-cb 995bed5
merge from main
cody-wang-cb b22d02e
chore: touchups
mattsse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
imo this is reasonable