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

Dependency update: Upgrade web3 to 1.3.5 #3965

Merged
merged 2 commits into from
Apr 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tmp": "^0.2.1",
"ts-node": "^9.0.0",
"typescript": "3.9.8",
"web3": "1.2.9"
"web3": "1.3.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lodash.sum": "^4.0.2",
"semver": "^7.3.4",
"utf8": "^3.0.0",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ganache-core": "2.13.0",
"mocha": "8.0.1",
"sinon": "^9.0.2",
"web3": "1.2.9",
"web3-core-promievent": "1.2.9"
"web3": "1.3.5",
"web3-core-promievent": "1.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/contract-tests/test/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe("Client appends errors (vmErrorsOnRPCResponse)", function () {
"Should preserve hijacked error message"
);
assert(
e.hijackedStack.includes("/lib/abi-coder.js:"),
e.hijackedStack.includes("/src.ts/abi-coder.ts:"),
"Should preserve hijacked stack details"
);
}
Expand Down
10 changes: 5 additions & 5 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"bignumber.js": "^7.2.1",
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.32",
"web3": "1.2.9",
"web3-core-helpers": "1.2.9",
"web3-core-promievent": "1.2.9",
"web3-eth-abi": "1.2.9",
"web3-utils": "1.2.9"
"web3": "1.3.5",
"web3-core-helpers": "1.3.5",
"web3-core-promievent": "1.3.5",
"web3-eth-abi": "1.3.5",
"web3-utils": "1.3.5"
},
"devDependencies": {
"browserify": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"spawn-args": "^0.1.0",
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"web3": "1.2.9",
"web3-utils": "1.2.9",
"web3": "1.3.5",
"web3-utils": "1.3.5",
"xregexp": "^4.2.4",
"yargs": "^8.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"pouchdb-adapter-node-websql": "^7.0.0",
"pouchdb-debug": "^7.1.1",
"pouchdb-find": "^7.0.0",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"devDependencies": {
"@gql2ts/from-schema": "^2.0.0-4",
Expand Down Expand Up @@ -86,7 +86,7 @@
"typedoc-neo-theme": "^1.1.0",
"typescript": "^4.1.4",
"typescript-transform-paths": "^2.1.0",
"web3": "1.2.9"
"web3": "1.3.5"
},
"keywords": [
"database",
Expand Down
4 changes: 2 additions & 2 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"remote-redux-devtools": "^0.5.12",
"reselect-tree": "^1.3.4",
"semver": "^7.3.4",
"web3": "1.2.9",
"web3-eth-abi": "1.2.9"
"web3": "1.3.5",
"web3-eth-abi": "1.3.5"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.100",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@truffle/source-map-utils": "^1.3.36",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"@truffle/config": "^1.2.36",
Expand Down
4 changes: 2 additions & 2 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"emittery": "^0.4.1",
"eth-ens-namehash": "^2.0.8",
"ethereum-ens": "^0.8.0",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"devDependencies": {
"@truffle/reporters": "^1.1.2",
"@truffle/workflow-compile": "^3.2.5",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"sinon": "^9.0.2",
"web3": "1.2.9"
"web3": "1.3.5"
},
"keywords": [
"contracts",
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ganache-core": "2.13.0",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"debug": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@truffle/expect": "^0.0.15",
"debug": "^4.3.1",
"glob": "^7.1.6",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"bn.js": "^5.1.3",
"ethers": "^4.0.32",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"@types/bn.js": "^4.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@truffle/require": "^2.0.59",
"emittery": "^0.4.1",
"glob": "^7.1.6",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"mocha": "8.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@truffle/error": "^0.0.12",
"@truffle/interface-adapter": "^0.4.20",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"ganache-core": "2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"node-emoji": "^1.8.1",
"ora": "^3.4.0",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.20",
"original-require": "^1.0.1",
"web3": "1.2.9"
"web3": "1.3.5"
},
"devDependencies": {
"mocha": "8.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"debug": "^4.3.1",
"request-promise-native": "^1.0.9",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-map-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"debug": "^4.3.1",
"json-pointer": "^0.6.0",
"node-interval-tree": "^1.3.3",
"web3-utils": "1.2.9"
"web3-utils": "1.3.5"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
"web3": "1.2.9",
"web3": "1.3.5",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^4.5.0",
Expand Down
Loading