This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Temporarily use forked version of truffle-contract to reduce …
…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
1 parent
41e62d0
commit de29c23
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|