Skip to content
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: align ethereumjs versions #5347

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

matthewwalsh0
Copy link
Member

@matthewwalsh0 matthewwalsh0 commented Feb 14, 2025

Explanation

Align @ethereumjs/* package versions to avoid any risk of incompatibility and simplify future maintenance.

Upgrade originally required by @metamask/transaction-controller to support EIP-7702 transactions.

References

  • @metamask/utils PR
  • @metamask/accounts PR

Changelog

See changelogs.

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@matthewwalsh0 matthewwalsh0 marked this pull request as ready for review February 15, 2025 00:47
@matthewwalsh0 matthewwalsh0 requested review from a team as code owners February 15, 2025 00:47
@@ -3899,7 +3897,7 @@ describe('KeyringController', () => {
}
});
// TODO: Either fix this lint violation or explain why it's necessary to ignore.
Copy link
Contributor

@danroc danroc Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The TODO no longer seems relevant since the line bellow was removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants