Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Revert "Temporarily use forked version of truffle-contract to reduce …
Browse files Browse the repository at this point in the history
…the bundle"

This reverts commit ef96c58.
truffle-contract is not compatible with web3 0.19.0 cause it checks the
number of arguments and they pass incorrect number of arguments
  • Loading branch information
LogvinovLeon committed Jun 21, 2017
1 parent 41e62d0 commit de29c23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"jsonschema": "^1.1.1",
"lodash": "^4.17.4",
"publish-release": "^1.3.3",
"truffle-contract": "0xproject/truffle-contract#temporary",
"truffle-contract": "^2.0.1",
"web3": "^0.19.0"
}
}
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4226,26 +4226,26 @@ [email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"

truffle-blockchain-utils@0xproject/truffle-blockchain-utils:
truffle-blockchain-utils@0.0.1:
version "0.0.1"
resolved "https://codeload.github.com/0xproject/truffle-blockchain-utils/tar.gz/edf5c512d70aa0fc7a7ce26b25a108ae005af9d8"
resolved "https://registry.yarnpkg.com/truffle-blockchain-utils/-/truffle-blockchain-utils-0.0.1.tgz#07a58e55bb0555a64208c9119c0b04ffe1464aa4"
dependencies:
web3 "^0.19.0"
web3 "^0.18.0"

[email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/truffle-contract-schema/-/truffle-contract-schema-0.0.5.tgz#5e9d20bd0bf2a27fe94310748249d484eee49961"
dependencies:
crypto-js "^3.1.9-1"

truffle-contract@0xproject/truffle-contract#temporary:
truffle-contract@^2.0.1:
version "2.0.1"
resolved "https://codeload.github.com/0xproject/truffle-contract/tar.gz/e105b90c4b388e56e38450b174fb6976e597fa30"
resolved "https://registry.yarnpkg.com/truffle-contract/-/truffle-contract-2.0.1.tgz#f83e3f18d8044027f2a9ee7c33767ba10fd39dd8"
dependencies:
ethjs-abi "0.1.8"
truffle-blockchain-utils "0xproject/truffle-blockchain-utils"
truffle-blockchain-utils "0.0.1"
truffle-contract-schema "0.0.5"
web3 "^0.19.0"
web3 "^0.18.0"

tslib@^1.7.1:
version "1.7.1"
Expand Down Expand Up @@ -4482,6 +4482,16 @@ web3@^0.16.0, web3@~0.16.0:
utf8 "^2.1.1"
xmlhttprequest "*"

web3@^0.18.0:
version "0.18.4"
resolved "https://registry.yarnpkg.com/web3/-/web3-0.18.4.tgz#81ec1784145491f2eaa8955b31c06049e07c5e7d"
dependencies:
bignumber.js "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2"
crypto-js "^3.1.4"
utf8 "^2.1.1"
xhr2 "*"
xmlhttprequest "*"

web3@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/web3/-/web3-0.19.0.tgz#8b18fba24421a59d2884859bcb9b718c2665524e"
Expand Down

0 comments on commit de29c23

Please sign in to comment.