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 #3764 from trufflesuite/revert-web3-again-oy
Browse files Browse the repository at this point in the history
Revert web3 version update (from 1.3.4 back down to 1.2.9)
  • Loading branch information
haltman-at authored Feb 3, 2021
2 parents 9ce8406 + dcd2e57 commit 76f77f2
Show file tree
Hide file tree
Showing 21 changed files with 262 additions and 586 deletions.
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tmp": "^0.2.1",
"ts-node": "8.10.2",
"typescript": "3.9.6",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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 @@ -32,7 +32,7 @@
"semver": "^6.3.0",
"source-map-support": "^0.5.19",
"utf8": "^3.0.0",
"web3-utils": "1.3.4"
"web3-utils": "1.2.9"
},
"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.3.4",
"web3-core-promievent": "1.3.4"
"web3": "1.2.9",
"web3-core-promievent": "1.2.9"
}
}
7 changes: 3 additions & 4 deletions packages/contract-tests/test/errors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const assert = require("chai").assert;
const util = require("./util");
const debug = require("debug")("contract:test:errors");
var assert = require("chai").assert;
var util = require("./util");

describe("Client appends errors (vmErrorsOnRPCResponse)", function () {
var Example;
Expand Down Expand Up @@ -321,7 +320,7 @@ describe("Client appends errors (vmErrorsOnRPCResponse)", function () {
"Should preserve hijacked error message"
);
assert(
e.hijackedStack.includes("/src.ts/abi-coder.ts:"),
e.hijackedStack.includes("/lib/abi-coder.js:"),
"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 @@ -26,11 +26,11 @@
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.0-beta.1",
"source-map-support": "^0.5.19",
"web3": "1.3.4",
"web3-core-helpers": "1.3.4",
"web3-core-promievent": "1.3.4",
"web3-eth-abi": "1.3.4",
"web3-utils": "1.3.4"
"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"
},
"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 @@ -68,8 +68,8 @@
"spawn-args": "^0.1.0",
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"web3": "1.3.4",
"web3-utils": "1.3.4",
"web3": "1.2.9",
"web3-utils": "1.2.9",
"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-debug": "^7.1.1",
"pouchdb-find": "^7.0.0",
"source-map-support": "^0.5.9",
"web3-utils": "1.3.4"
"web3-utils": "1.2.9"
},
"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.3",
"typescript-transform-paths": "^2.1.0",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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 @@ -38,8 +38,8 @@
"reselect-tree": "^1.3.4",
"semver": "^6.3.0",
"source-map-support": "^0.5.19",
"web3": "1.3.4",
"web3-eth-abi": "1.3.4"
"web3": "1.2.9",
"web3-eth-abi": "1.2.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.94",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.19",
"web3": "1.3.4"
"web3": "1.2.9"
},
"devDependencies": {
"@truffle/config": "^1.2.34",
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.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-ens": "^0.8.0",
"web3-utils": "1.3.4"
"web3-utils": "1.2.9"
},
"devDependencies": {
"@truffle/reporters": "^1.1.2",
"@truffle/workflow-compile": "^3.1.8",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"sinon": "9.0.2",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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.3.4"
"web3": "1.2.9"
},
"devDependencies": {
"debug": "^4.1.0"
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.1.0",
"glob": "^7.1.2",
"web3-utils": "1.3.4"
"web3-utils": "1.2.9"
},
"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 @@ -23,7 +23,7 @@
"bn.js": "^4.11.8",
"ethers": "^4.0.32",
"source-map-support": "^0.5.19",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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.57",
"emittery": "^0.4.0",
"glob": "^7.1.6",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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.11",
"@truffle/interface-adapter": "^0.4.18",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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.3.4"
"web3-utils": "1.2.9"
},
"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.18",
"original-require": "1.0.1",
"web3": "1.3.4"
"web3": "1.2.9"
},
"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 @@ -25,7 +25,7 @@
"debug": "^4.1.1",
"request-promise-native": "^1.0.8",
"source-map-support": "^0.5.19",
"web3-utils": "1.3.4"
"web3-utils": "^1.3.0"
},
"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.1.1",
"json-pointer": "^0.6.0",
"node-interval-tree": "^1.3.3",
"web3-utils": "1.3.4"
"web3-utils": "^1.3.0"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "0.2.1",
"web3": "1.3.4",
"web3": "1.2.9",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.3.11",
Expand Down
Loading

0 comments on commit 76f77f2

Please sign in to comment.