-
Notifications
You must be signed in to change notification settings - Fork 37
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
refactor(levm): replace specId with Fork #1762
Conversation
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 good. It is aligned with what I had in mind. Left a couple of comments, suggestions and requested some changes.
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.
You should remove unused imports
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!
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.
After addressing this final comments and solving the conflicts with main
, we'll be ready to merge
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.
Looks good 👍 , just some comments, would it be possible to integrate this changes with the latest changes in main?
For example this line
Also, based on the CI, a cargo fmt
is needed.
I'll get this done |
Hi @varun-doshi ! Just a heads up, this PR (#1782) got recently merged. It did use some the Thank you very much for your help ^_^ |
Should I switch that to Fork? |
Hi! I don't believe there's need for that. As soon as you update your branch with main, those changes will get pulled and you'll get compilation errors. Does that help? Don't doubt ask! Thanks in advance ^_^ |
Just to confirm, on merging with upstream, it doesn't throw an error because I'd assume replace with Fork because that's the primary objective of this PR |
…olve conflicts Thanks varun ^_^
Hello varun! I just pushed a commit to fix the merge conflicts. |
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.
Good Job, if the CI passes we are ready to merge!
Update on this one: we are working on fixing the CI to make it pass for external contributors' PRs |
Like Ivan said varun. We are working on fixing the CI. Thank you very much for your contribution and patience. ^_^ Have a good week |
Motivation
Ref #1741
Description
Replaces specId with Fork
crates/vm/levm/src/environment.rs
Closes #1741