chore: upgrade mega-evm to v1.5.0 & bump version to v2.0.9#113
Conversation
|
This PR has no labels applied. It is a dependency upgrade and version bump (a maintenance/chore task), so it does not fit most available labels. The closest available label would be enhancement ("Improvements or additions"), though a dedicated chore or dependencies label would be more precise. Consider adding |
|
The mechanical changes look correct (lock file hash, version bump). One question before approving: What changed in mega-evm v1.5.0? The PR description says there are no breaking API changes but doesn't explain what the upgrade actually contains (bug fixes, new EVM opcodes, execution logic changes, etc.). For a dependency that's at the heart of block execution correctness, reviewers need to understand the scope of the change to sign off confidently. A brief changelog summary or link to the mega-evm v1.5.0 release/tag would help. |
Summary
Upgrade
mega-evmdependency from v1.4.1 to v1.5.0 and bump workspace version to 2.0.9.Changes
mega-evmgit dependency fromrev = "v1.4.1"torev = "v1.5.0"in workspaceCargo.toml2.0.8to2.0.9Cargo.lockto reflect newmega-evm(1.5.0) andmega-system-contracts(1.5.0) versionsTest plan
cargo checkpasses with the new dependencycargo testpasses — no breaking API changes from mega-evm upgradecargo clippy --workspace --all-targets --all-featureshas no new warnings