You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have seen Web3 has some vulnerabilities in the libraries they use because of swarm-js using a library with vulnerabilities that is got: 7.1.0.
We will investigate the impact of moving this web3 with ethers library access the functionality about the contracts.
Branch created for this spike to be tested daveroga\ethers-test which migrate the cli project from web3 to ethers to use nf3 with ethers. You can run npm run test-e2e-tokens and tests will be done through the new nf3 with ethers.
The text was updated successfully, but these errors were encountered:
@pawelgrzybek I'm fine with including it in the PR, I take your point but I consider it to be a necessary part of the upgrade so I'm not minded to split it into two PRs.
We have seen Web3 has some vulnerabilities in the libraries they use because of
swarm-js
using a library with vulnerabilities that isgot: 7.1.0
.We will investigate the impact of moving this
web3
withethers
library access the functionality about the contracts.Document created for collection of different sources about migration from web3 to ethers for this spile:
https://hackmd.io/amVLUwo0TuuD1YGvXmnSTA
Test
Branch created for this spike to be tested
daveroga\ethers-test
which migrate thecli
project fromweb3
toethers
to usenf3
withethers
. You can runnpm run test-e2e-tokens
and tests will be done through the newnf3
withethers
.The text was updated successfully, but these errors were encountered: