deps: replace deprecated package with updated package#3880
Conversation
|
|
Can you move the fork into |
98edf30 to
c9c4681
Compare
Updated |
trianglesphere
left a comment
There was a problem hiding this comment.
lgtm. Let's just remember to remove the replace statements in op-e2e/go.mod when we're done.
|
Hey @tynes! This PR has merge conflicts. Please fix them before continuing review. |
https://github.com/miguelmota/go-ethereum-hdwallet is no longer maintained and is using older versions of dependencies. There are dependencies clashing when trying to update code elsewhere in the codebase. https://github.com/tynes/go-ethereum-hdwallet is a fork with updated deps such that we can more easily update other deps in the codebase and drop old deps.
c9c4681 to
51294ac
Compare
|
@protolambda I've rebased this PR after a recent |
protolambda
left a comment
There was a problem hiding this comment.
Reminder to self: Need to remove the replace statements after the op-geth PR lands.
Description
https://github.com/miguelmota/go-ethereum-hdwallet is no longer maintained and is using older versions of dependencies. There are dependencies clashing when trying to update code elsewhere in the codebase.
https://github.com/ethereum-optimism/go-ethereum-hdwallet is a fork with updated deps such that we can more easily update other deps in the codebase and drop old deps.
Fixes ENG-2980