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

1.3.6-rc.2 Fixes #4065

Merged
merged 10 commits into from
May 13, 2021
34 changes: 17 additions & 17 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"web3-eth-abi": "1.3.6-rc.2",
"web3-eth-accounts": "1.3.6-rc.2",
"web3-eth-contract": "1.3.6-rc.2",
"web3-eth-ens": "1.3.6-rc.2",
"web3-eth-iban": "1.3.6-rc.2",
"web3-eth-personal": "1.3.6-rc.2",
"web3-net": "1.3.6-rc.2",
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ "$TEST" = "unit" ]; then
elif [ "$TEST" = "build_and_lint" ]; then

npm run build
npm run dtslint
npm run depcheck
npm run bundlesize

Expand Down