-
Notifications
You must be signed in to change notification settings - Fork 781
use atomicvm version for coreth #3900
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
Conversation
…avalanchego into coreth-atomic-refactor
This PR has become stale because it has been open for 30 days with no activity. Adding the |
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.
Pull Request Overview
Bumps the Coreth dependency to the AtomicVM release and switches VM initialization to use Coreth’s factory plugin.
- Update Coreth module version in go.mod to v0.15.3-0.20250707183503-ecbf4f324f17
- Change import and VMManager registration to use
coreth/plugin/factory.Factory
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
node/node.go | Replaced coreth/plugin/evm import with coreth/plugin/factory and updated factory call |
go.mod | Bumped github.com/ava-labs/coreth to the AtomicVM version |
This PR was essentially included in #3999. |
Why this should be merged
Bumps coreth to atomicvm version in ava-labs/coreth#1031 (now in maser)
How this works
Bumps coreth and uses plugin/factory pkg to initialize the factory (formerly in plugin/evm)
How this was tested
e2e tests
bootstrap fuji
Need to be documented in RELEASES.md?
No