aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Install js-sha3 and use it for keccak256Leonid Logvinov2017-10-061-0/+4
|
* Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-051-104/+76
|
* Instantiate logAndBlockStreamerLeonid Logvinov2017-10-051-0/+22
|
* Add filtering by topicLeonid Logvinov2017-10-041-2/+2
|
* Update web3-typescript-typingsLeonid Logvinov2017-10-041-107/+40
|
* Remove abi-decoderLeonid Logvinov2017-09-061-97/+9
|
* Update web-typescript-typingsLeonid Logvinov2017-09-061-5/+5
|
* Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-7/+95
|
* Update json-schemasLeonid Logvinov2017-09-051-3/+3
|
* Use AbiTypeLeonid Logvinov2017-09-051-3/+3
|
* Use schema validation to distinguish txData argumentLeonid Logvinov2017-09-051-3/+3
|
* Temporarily remove web3_beta, cause it breaks installation and testsLeonid Logvinov2017-09-051-722/+24
|
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-3/+3
| | | | transaction to be mined
* Remove truffle-contract from depsLeonid Logvinov2017-09-041-52/+4
|
* Update yarn.lockLeonid Logvinov2017-09-021-2/+2
|
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-08-311-24/+722
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Improve the comment Add assert.isWeb3Provider Use more concise dep pointing Don't create whole web3 object in beta tests Improve the comment Add tests for web3@1.0 Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts Add web3@1.0 to web3Factory Support web3@1.0 providers Define web3@1.0 types ;) Install web3@1.0.0 as web3_beta
| * Install web3@1.0.0 as web3_betaLeonid Logvinov2017-08-291-24/+722
| |
* | update 0x-json-schemaFabio Berger2017-08-311-3/+3
|/
* Use 0x-json-schemasLeonid Logvinov2017-08-281-3/+9
|
* Reject checksummed addressesLeonid Logvinov2017-08-221-3/+3
|
* Update yarn.lockFabio Berger2017-08-171-22/+36
|
* Update yarn.lockLeonid Logvinov2017-07-261-3/+3
|
* Add ethereumjs-utils typesLeonid Logvinov2017-07-221-8/+27
|
* Add bn.js typesLeonid Logvinov2017-07-221-1/+7
|
* Update to typescript@2.4Leonid Logvinov2017-07-121-1/+1
|
* Stop using custom chai-bignumber forkLeonid Logvinov2017-07-121-20/+12
|
* Update yarn.lock to include latest webpack versionLeonid Logvinov2017-07-081-649/+723
|
* Fix merge problemsLeonid Logvinov2017-07-041-35/+355
|
* Merge branch 'master' into add-exchange-address-to-order-structLeonid2017-07-041-69/+182
|\
| * Fix test failures caused by testrpc new eth_sign behaviourLeonid Logvinov2017-07-011-96/+186
| |
* | Remove custom Schema type and use one from jsonschemaLeonid Logvinov2017-06-281-8/+4
|/
* Add kovan integration testsLeonid Logvinov2017-06-231-4/+36
|
* Revert "Temporarily use forked version of truffle-contract to reduce the bundle"Leonid Logvinov2017-06-211-7/+17
| | | | | | This reverts commit ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a. truffle-contract is not compatible with web3 0.19.0 cause it checks the number of arguments and they pass incorrect number of arguments
* Temporarily use forked version of truffle-contract to reduce the bundleLeonid Logvinov2017-06-211-17/+7
| | | | | | | truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2 versions of web3 being bundled with the package This commit temporarily switches to custom truffle-contract fork We'll switch back when the PR would be accepted
* Connect to github over https so that it works without authenticationLeonid Logvinov2017-06-201-2/+2
|
* Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-3/+3
|
* Add coveralls as a dependencyLeonid Logvinov2017-06-151-13/+121
|
* Add postrelease script to publish assets to githubLeonid Logvinov2017-06-151-8/+191
|
* Update web3-provider-engine cause the console.log issue was fixed and the ↵Leonid Logvinov2017-06-151-42/+7
| | | | new version was released
* Remove unneccessary console output from block trackerLeonid Logvinov2017-06-101-0/+35
|
* Rewrite isValidSignature testsLeonid Logvinov2017-06-081-5/+5
|
* Upgrade truffle-contract to the version that includes 'at' fixLeonid Logvinov2017-06-051-69/+182
|
* Use forked version of chai-bignumber while the PR is waiting for a reviewLeonid Logvinov2017-06-031-0/+4
|
* Fix types hell with, chai and chai-as-promisedLeonid Logvinov2017-06-011-39/+360
|
* Add dirty-chaiLeonid Logvinov2017-06-011-26/+10
|
* Fix testrpc verison to 3.0.5Leonid Logvinov2017-06-011-18/+213
|
* Add yarn.lockLeonid Logvinov2017-05-311-0/+3826