Closed legobeat closed 1 year ago
@haltman-at : Yup! This doesn't do any semver-violating changes so nothing changed there.
FWIW there is sill ethers@^4
used in contracts
and interface-adapter
while the rest of the usage looks to all be v5.
FYI just added on 4372ee3706aefb783f1989b139f8d3c32e94a589 which dedupes the remaining @ethersproject/^5
duplicates.
Yeah, I remember there being a reason why contract is still on v4, although I don't remember offhand what it is. OTOH interface-adapter
I didn't know about, I wonder if there's a reason for that one?
PR description
Dedupes and performs lockfile bumps of packages in the
ethers
,ethereumjs
, andweb3
families.Note that this implies a major upgrade of transitive
bn.js
from v4 to v5.Related
6191
6185
6188
Testing instructions
Documentation
doc-change-required
label to this PR if documentation updates are required.Breaking changes and new features
breaking-change
andnew-feature
labels for the appropriate packages.