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

Upgrade ethers to v6 in wallet #2747

Merged
merged 26 commits into from
Jun 5, 2023
Merged

Upgrade ethers to v6 in wallet #2747

merged 26 commits into from
Jun 5, 2023

Conversation

acolytec3
Copy link
Contributor

Upgrades the usage of ethers within the tests to v6.

@acolytec3 acolytec3 added dependencies Pull requests that update a dependency file package: wallet labels Jun 1, 2023
@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #2747 (e056621) into master (469188f) will decrease coverage by 1.40%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block ?
blockchain ?
client 86.81% <ø> (?)
common ?
devp2p 89.40% <ø> (-0.08%) ⬇️
ethash ?
evm 79.98% <ø> (ø)
rlp ?
statemanager ?
trie ?
tx ?
util ?
vm ?

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -675,6 +687,16 @@ tape('should strip leading "0x" from salt, iv, uuid', async (t) => {
t.equal(fixtureWallet.getPrivateKeyString(), (await Wallet.fromV3(w2, pw)).getPrivateKeyString())
})

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

may be just delete this?

@g11tech g11tech merged commit 5b410c0 into master Jun 5, 2023
@holgerd77 holgerd77 deleted the wallet-ethers-v6 branch June 6, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file package: wallet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants