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.
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
chore: bump revm dec 2024 #246
Changes from 27 commits
dba8079
832037e
26eed85
8fb15a6
c755f5b
394c402
a2b2a93
fb1872f
8c93e30
125daa2
8e46f98
509a16c
8e703f3
26703d2
5a062c3
6175c99
12e5d70
9703646
2b1a434
366f74a
046edcb
abd2011
665f5ac
1a9082b
98e0971
687aa7b
bdd7925
0d543bc
7d150ab
0e9da64
74b6aa4
8900c2b
237f5b5
72d0f27
ff73346
9219073
3c6cca4
2a365e3
667180b
959b76c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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
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.
naming a trait Trait always feels a bit weird to me
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.
Will rename all of them to
ContextT
.