-
Notifications
You must be signed in to change notification settings - Fork 94
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
chore: bump revm dec 2024 #246
Merged
+829
−799
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
dba8079
chore: bump revm dec 2024
rakita 832037e
fmt
rakita 26eed85
save compile err msg
rakita 8fb15a6
progress
rakita c755f5b
simplify impl for Inspector, and add util for evm exec
rakita 394c402
temp comment out tests
rakita a2b2a93
use generic ctx
rakita fb1872f
and with access list
rakita 8c93e30
cleanup requirement
rakita 125daa2
run tests
rakita 8e46f98
fix all tests
rakita 509a16c
enable is_precompile
rakita 8e703f3
js tracer integrated
rakita 26703d2
precompile addresses
rakita 5a062c3
fix docs
rakita 6175c99
Merge remote-tracking branch 'origin/main'
rakita 12e5d70
bump to revm main, 27.jan 2025
rakita 9703646
cleanup, rm printlns
rakita 2b1a434
no_std
rakita 366f74a
Merge remote-tracking branch 'origin/main'
rakita 046edcb
bump newest revm feb 2025
rakita abd2011
doc
rakita 665f5ac
chore: bump revm
rakita 1a9082b
bump revm
rakita 98e0971
bump revm
rakita 687aa7b
bump revm
rakita bdd7925
bump revm main
rakita 0d543bc
Update Cargo.toml
mattsse 7d150ab
Update Cargo.toml
mattsse 0e9da64
bump revm
klkvr 74b6aa4
bump revm
klkvr 8900c2b
bump revm
klkvr 237f5b5
bump revm
klkvr 72d0f27
bump revm
klkvr ff73346
bump revm
klkvr 9219073
Merge branch 'main' into rakita/bump_revm_dec_2024
mattsse 3c6cca4
20.0.0-alpha.3
klkvr 2a365e3
9e39df5
klkvr 667180b
20.0.0-alpha.4
klkvr 959b76c
20.0.0-alpha.5
klkvr 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
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.
nit, can we drop the _ref() suffix here? should just be journal and journal_mut
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.
In most cases a mutable journal is needed, there was few cases were ref is needed so this fn was added
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.
I see, then I think it should remain like that for legacy reasons