Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6035 from trufflesuite/web3-110
Browse files Browse the repository at this point in the history
Update web3 to 1.10.0
  • Loading branch information
haltman-at committed May 11, 2023
2 parents 4e82284 + 864252b commit 6aa0a77
Show file tree
Hide file tree
Showing 27 changed files with 206 additions and 199 deletions.
2 changes: 1 addition & 1 deletion packages/abi-utils/package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"change-case": "3.0.2",
"fast-check": "3.1.1",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@fast-check/jest": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Expand Up @@ -40,7 +40,7 @@
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"web3": "1.8.2"
"web3": "1.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Expand Up @@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"semver": "7.3.7",
"utf8": "^3.0.0",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-tests/package.json
Expand Up @@ -30,7 +30,7 @@
"ganache": "7.8.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"web3": "1.8.2",
"web3-core-promievent": "1.8.2"
"web3": "1.10.0",
"web3-core-promievent": "1.10.0"
}
}
10 changes: 5 additions & 5 deletions packages/contract/package.json
Expand Up @@ -30,11 +30,11 @@
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
"web3": "1.8.2",
"web3-core-helpers": "1.8.2",
"web3-core-promievent": "1.8.2",
"web3-eth-abi": "1.8.2",
"web3-utils": "1.8.2"
"web3": "1.10.0",
"web3-core-helpers": "1.10.0",
"web3-core-promievent": "1.10.0",
"web3-eth-abi": "1.10.0",
"web3-utils": "1.10.0"
},
"devDependencies": {
"assert": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -83,8 +83,8 @@
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"uuid": "^9.0.0",
"web3": "1.8.2",
"web3-utils": "1.8.2",
"web3": "1.10.0",
"web3-utils": "1.10.0",
"xregexp": "^4.2.4",
"yargs": "^13.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/db-kit/package.json
Expand Up @@ -53,7 +53,7 @@
"meow": "^9.0.0",
"react": "^16.8.0",
"source-map-support": "^0.5.19",
"web3": "1.8.2"
"web3": "1.10.0"
},
"devDependencies": {
"@types/jest": "27.4.1",
Expand All @@ -70,7 +70,7 @@
"typedoc": "0.22.18",
"typescript": "^4.7.4",
"typescript-transform-paths": "3.3.1",
"web3-core": "1.8.2"
"web3-core": "1.10.0"
},
"keywords": [
"smart-contract",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Expand Up @@ -50,7 +50,7 @@
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-debug": "^7.1.1",
"pouchdb-find": "^7.0.0",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@fast-check/jest": "^1.0.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"typedoc": "0.22.18",
"typescript": "^4.7.4",
"typescript-transform-paths": "3.3.1",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"database",
Expand Down
4 changes: 2 additions & 2 deletions packages/debugger/package.json
Expand Up @@ -35,8 +35,8 @@
"redux-saga": "1.0.0",
"reselect-tree": "^1.3.7",
"semver": "7.3.7",
"web3": "1.8.2",
"web3-eth-abi": "1.8.2"
"web3": "1.10.0",
"web3-eth-abi": "1.10.0"
},
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/decoder/package.json
Expand Up @@ -33,7 +33,7 @@
"@truffle/source-map-utils": "^1.3.110",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@truffle/config": "^1.3.55",
Expand All @@ -51,7 +51,7 @@
"mocha": "10.1.0",
"tmp": "^0.2.1",
"typescript": "^4.7.4",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"abi",
Expand Down
4 changes: 2 additions & 2 deletions packages/deployer/package.json
Expand Up @@ -24,7 +24,7 @@
"@truffle/expect": "^0.1.5",
"debug": "^4.3.1",
"eth-ens-namehash": "^2.0.8",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@truffle/config": "^1.3.55",
Expand All @@ -33,7 +33,7 @@
"ganache": "7.8.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"contracts",
Expand Down
4 changes: 2 additions & 2 deletions packages/encoder/package.json
Expand Up @@ -35,7 +35,7 @@
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@fast-check/jest": "^1.0.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
"ts-jest": "29.0.3",
"typescript": "^4.7.4",
"utf8": "^3.0.0",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"abi",
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Expand Up @@ -31,7 +31,7 @@
"ganache": "7.8.0",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
"web3": "1.8.2"
"web3": "1.10.0"
},
"devDependencies": {
"debug": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Expand Up @@ -26,6 +26,6 @@
"@truffle/spinners": "^0.2.3",
"debug": "^4.3.1",
"emittery": "^0.4.1",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Expand Up @@ -25,7 +25,7 @@
"@truffle/expect": "^0.1.5",
"debug": "^4.3.1",
"glob": "^7.1.6",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-and-compile/package.json
Expand Up @@ -33,7 +33,7 @@
"@truffle/source-fetcher": "^1.0.33",
"debug": "^4.3.2",
"semver": "7.3.7",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@truffle/compile-common": "^0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Expand Up @@ -31,7 +31,7 @@
"ethereum-cryptography": "1.1.2",
"ethereum-protocol": "^1.0.1",
"ethereumjs-util": "^7.1.5",
"web3": "1.8.2",
"web3": "1.10.0",
"web3-provider-engine": "16.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"bn.js": "^5.1.3",
"ethers": "^4.0.32",
"web3": "1.8.2"
"web3": "1.10.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -37,7 +37,7 @@
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"deployment",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Expand Up @@ -23,7 +23,7 @@
"@truffle/error": "^0.2.0",
"@truffle/interface-adapter": "^0.5.32",
"debug": "^4.3.1",
"web3": "1.8.2"
"web3": "1.10.0"
},
"devDependencies": {
"ganache": "7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/require/package.json
Expand Up @@ -44,7 +44,7 @@
"npm-run-all": "^4.1.5",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"web3": "1.8.2"
"web3": "1.10.0"
},
"peerDependencies": {
"ts-node": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver/package.json
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^9.1.0",
"get-installed-path": "^4.0.8",
"glob": "^7.1.6",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@types/node": "~12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/package.json
Expand Up @@ -30,7 +30,7 @@
"axios": "1.2.4",
"debug": "^4.3.1",
"node-abort-controller": "^3.0.1",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@types/async-retry": "^1.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-map-utils/package.json
Expand Up @@ -23,7 +23,7 @@
"debug": "^4.3.1",
"json-pointer": "^0.6.1",
"node-interval-tree": "^1.3.3",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"keywords": [
"contracts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Expand Up @@ -37,14 +37,14 @@
"debug": "^4.3.1",
"mocha": "10.1.0",
"original-require": "^1.0.1",
"web3-utils": "1.8.2"
"web3-utils": "1.10.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/mocha": "^5.2.7",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"web3": "1.8.2"
"web3": "1.10.0"
},
"keywords": [
"deployment",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Expand Up @@ -61,7 +61,7 @@
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
"web3": "1.8.2",
"web3": "1.10.0",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
Expand Down

0 comments on commit 6aa0a77

Please sign in to comment.