aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant constructorLeonid Logvinov2017-10-101-3/+0
* Assign to a variable before assigningLeonid Logvinov2017-10-101-2/+4
* Change string enum valueLeonid Logvinov2017-10-101-1/+1
* Fix CHANGELOG commentsLeonid Logvinov2017-10-101-1/+1
* Update CHANGELOGLeonid Logvinov2017-10-091-0/+1
* Fix the commentLeonid Logvinov2017-10-091-2/+0
* Implement transfer Emulator and rewrite testsLeonid Logvinov2017-10-096-352/+376
* Add types for TradeSide and TransferTypeLeonid Logvinov2017-10-061-0/+10
* Merge pull request #182 from 0xProject/feature/ethereumjs-blockstreamLeonid2017-10-0619-433/+458
|\
| * Add a hex prefixLeonid Logvinov2017-10-061-1/+1
| * Add undefined checkLeonid Logvinov2017-10-061-1/+4
| * Fix commentsLeonid Logvinov2017-10-061-4/+4
| * Add a commentLeonid Logvinov2017-10-061-0/+1
| * Fix a typoLeonid Logvinov2017-10-061-1/+1
| * Use BlockParamLiteral typesLeonid Logvinov2017-10-062-6/+6
| * introduce BlockParamLiteralLeonid Logvinov2017-10-062-2/+9
| * Check for blockAndLogStreamer to be undefined instead of th filters object to...Leonid Logvinov2017-10-061-5/+8
| * Install js-sha3 and use it for keccak256Leonid Logvinov2017-10-065-13/+10
| * Remove _activeFiltersLeonid Logvinov2017-10-061-2/+0
| * Remove unused importsLeonid Logvinov2017-10-056-18/+3
| * Add type assertions for callback parametersLeonid Logvinov2017-10-053-0/+5
| * Remove TODOsLeonid Logvinov2017-10-052-2/+0
| * Make it possible to have multiple layers of snapshotsLeonid Logvinov2017-10-051-4/+7
| * Update CHANGELOGLeonid Logvinov2017-10-052-2/+16
| * Fix commentsLeonid Logvinov2017-10-052-2/+2
| * Move more logic into _stopBlockAndLogStream and _startBlockAndLogStreamLeonid Logvinov2017-10-051-11/+12
| * Remove missing commentLeonid Logvinov2017-10-051-1/+0
| * Add missing commentLeonid Logvinov2017-10-051-0/+1
| * Add missing commentsLeonid Logvinov2017-10-052-2/+3
| * Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-0512-401/+376
| * Instantiate logAndBlockStreamerLeonid Logvinov2017-10-054-3/+37
* | Merge pull request #184 from 0xProject/greenkeeper/typedoc-0.9.0Leonid2017-10-061-1/+1
|\ \ | |/ |/|
| * chore(package): update typedoc to version 0.9.0greenkeeper[bot]2017-10-061-1/+1
|/
* Fix CHANGELOG formattingLeonid Logvinov2017-10-051-0/+4
* 0.20.0Leonid Logvinov2017-10-052-2/+2
* Revert "0.20.0"Leonid Logvinov2017-10-052-2/+2
* Merge pull request #183 from 0xProject/fix/getLogs-assertionsLeonid2017-10-052-0/+7
|\
| * Add assertion for tokenAddressLeonid Logvinov2017-10-051-0/+1
| * Add assertionsLeonid Logvinov2017-10-052-0/+6
|/
* 0.20.0Leonid Logvinov2017-10-052-2/+2
* Merge pull request #181 from 0xProject/feature/order-validation-zrxLeonid2017-10-053-36/+136
|\
| * Small reorderingLeonid Logvinov2017-10-051-1/+1
| * Fix a typoLeonid Logvinov2017-10-051-1/+1
| * Fix testsLeonid Logvinov2017-10-041-2/+2
| * Add changes to CHANGELOGLeonid Logvinov2017-10-041-0/+1
| * Fi fees validation is one of the tokens transfered is 0xLeonid Logvinov2017-10-042-44/+107
| * Fix an issue when validation failed, but contract call will succeedLeonid Logvinov2017-10-042-1/+37
* | Merge pull request #177 from 0xProject/greenkeeper/mocha-4.0.0Leonid2017-10-041-2/+2
|\ \
| * | Exit after running the testsLeonid Logvinov2017-10-041-1/+1
| * | chore(package): update mocha to version 4.0.0greenkeeper[bot]2017-10-041-1/+1
|/ /
* | Merge pull request #179 from 0xProject/greenkeeper/source-map-support-0.5.0Leonid2017-10-041-1/+1
|\ \ | |/ |/|
| * chore(package): update source-map-support to version 0.5.0greenkeeper[bot]2017-10-041-1/+1
|/
* Merge pull request #178 from 0xProject/feature/getLogsLeonid2017-10-0414-165/+367
|\
| * Move ZRX_NOT_IN_TOKEN_REGISTRY to InternalZeroExErrorLeonid Logvinov2017-10-042-3/+3
| * Reduce nestingLeonid Logvinov2017-10-041-10/+11
| * Use findLeonid Logvinov2017-10-041-1/+1
| * Allign bracketsLeonid Logvinov2017-10-041-1/+2
| * Add filtering by topicLeonid Logvinov2017-10-045-14/+83
| * Use a ternary and add a commentLeonid Logvinov2017-10-041-8/+2
| * Use SolidityTypesLeonid Logvinov2017-10-042-3/+7
| * Use 0x.length instead of 2Leonid Logvinov2017-10-041-1/+1
| * Add a commentLeonid Logvinov2017-10-041-0/+1
| * Fix a typoLeonid Logvinov2017-10-041-1/+1
| * Use _.find instead of _.filterLeonid Logvinov2017-10-041-1/+1
| * Move NoAbiDecoder to InternalZeroExErrorsLeonid Logvinov2017-10-042-2/+5
| * Extract topics to its variableLeonid Logvinov2017-10-041-7/+9
| * Use Noop instead of NoOpLeonid Logvinov2017-10-042-3/+5
| * Update CHANGELOGLeonid Logvinov2017-10-041-1/+2
| * Don't export RawLogLeonid Logvinov2017-10-041-1/+0
| * Add tests for zeroEx.exchange.getLogsAsyncLeonid Logvinov2017-10-046-8/+56
| * Implement zeroEx.exchange.getLogsAsyncLeonid Logvinov2017-10-042-0/+26
| * Add _getLogsAsync on contract_wrapperLeonid Logvinov2017-10-042-14/+29
| * Add tests for zeroEx.token.getLogsAsyncLeonid Logvinov2017-10-041-0/+37
| * Implement getLogsAsync on token contractLeonid Logvinov2017-10-042-3/+22
| * Refactor abi decoderLeonid Logvinov2017-10-041-2/+2
| * Add tryToDecodeLogOrNoOp and _getEventSignatureFromAbiByName on contract_wrapperLeonid Logvinov2017-10-041-2/+18
| * Remove old testsLeonid Logvinov2017-10-042-25/+1
| * Add keccak256 on web3_wrapperLeonid Logvinov2017-10-041-0/+4
| * Add NO_ABI_DECODER and ContractEventsLeonid Logvinov2017-10-041-0/+3
| * Move log decoding to AbiDecoderLeonid Logvinov2017-10-042-53/+37
| * Factor out tryToDecodeLogOrNoOpLeonid Logvinov2017-10-041-11/+12
| * Don't text for an exact block hashLeonid Logvinov2017-10-041-2/+1
| * Add changes to CHANGELOGLeonid Logvinov2017-10-041-0/+3
| * Add tests for zeroEx.getLogsAsyncLeonid Logvinov2017-10-041-0/+26
| * Add zeroEx.getLogsAsyncLeonid Logvinov2017-10-041-0/+11
| * Re-export new typesLeonid Logvinov2017-10-041-0/+2
| * Add getLogsAsync to web3_wrapperLeonid Logvinov2017-10-041-0/+18
| * Add type aliases for web3 typesLeonid Logvinov2017-10-041-0/+4
| * Update web3-typescript-typingsLeonid Logvinov2017-10-042-109/+42
|/
* Merge pull request #180 from 0xProject/greenkeeper/0x-json-schemas-0.6.0Leonid2017-10-041-1/+1
|\
| * fix(package): update 0x-json-schemas to version 0.6.0greenkeeper[bot]2017-10-041-1/+1
|/
* 0.19.0Leonid Logvinov2017-09-292-2/+2
* Fix typesLeonid Logvinov2017-09-291-1/+1
* Update CHANGELOGLeonid Logvinov2017-09-292-1/+4
* Merge pull request #175 from 0xProject/fix/set-interval-bugLeonid2017-09-291-1/+1
|\
| * Fix the bug in transaction mined awaitingLeonid Logvinov2017-09-291-1/+1
* | Merge pull request #169 from 0xProject/greenkeeper/sinon-4.0.0Leonid2017-09-291-1/+1
|\ \
| * | chore(package): update sinon to version 4.0.0greenkeeper[bot]2017-09-261-1/+1
* | | Merge pull request #174 from 0xProject/greenkeeper/coveralls-3.0.0Leonid2017-09-291-1/+1
|\ \ \
| * | | chore(package): update coveralls to version 3.0.0greenkeeper[bot]2017-09-291-1/+1
* | | | Merge pull request #173 from 0xProject/feature/ropsten-supportLeonid2017-09-296-3/+377
|\ \ \ \ | | |_|/ | |/| |
| * | | Add tests for ropsten artifactsLeonid Logvinov2017-09-282-1/+19
| * | | Update CHANGELOGLeonid Logvinov2017-09-281-0/+3
| * | | Add Ropsten artifactsLeonid Logvinov2017-09-283-2/+355
| |/ /
* | | Merge pull request #172 from 0xProject/bmillman_optional_validationBrandon Millman2017-09-293-49/+280
|\ \ \ | |/ / |/| |
| * | Fixed nitsBrandon Millman2017-09-282-75/+68
| * | Add testsBrandon Millman2017-09-282-23/+216
| * | Add OrderTransactionOpts to enable optional validation to exchange_wrapperBrandon Millman2017-09-282-27/+72
|/ /
* | 0.18.0Fabio Berger2017-09-262-2/+2
* | 0.17.0Fabio Berger2017-09-262-2/+2
* | Update changelogFabio Berger2017-09-261-1/+3
* | Merge pull request #170 from 0xProject/addOrderValidationFabio Berger2017-09-266-8/+109
|\ \
| * | fix testFabio Berger2017-09-261-1/+1
| * | fix testFabio Berger2017-09-261-1/+1
| * | fix merge issueFabio Berger2017-09-261-1/+1
| * | Updated changelogFabio Berger2017-09-261-0/+1
| * | Merge branch 'development' into addOrderValidationFabio Berger2017-09-263-7/+21
| |\ \ | |/ / |/| |
* | | Merge pull request #171 from 0xProject/feature/zrx-getterLeonid2017-09-263-7/+21
|\ \ \ | |_|/ |/| |
| * | Update commentLeonid Logvinov2017-09-261-1/+1
| * | Add a test for getZRXTokenAddressAsyncLeonid Logvinov2017-09-261-0/+7
| * | Document changes in CHANGELOGLeonid Logvinov2017-09-261-0/+3
| * | Make getZRXTokenAddressAsync publicLeonid Logvinov2017-09-261-7/+11
|/ /
| * improve commentFabio Berger2017-09-261-1/+2
| * Fix linter issueFabio Berger2017-09-261-1/+3
| * Add success test and regression test for previous bug where comparing makerTo...Fabio Berger2017-09-261-0/+19
| * Add tests for validateOrderFillableOrThrowAsyncFabio Berger2017-09-261-0/+21
| * Refactor our logic checking fillAmountNotZero and expiryFabio Berger2017-09-261-14/+21
| * make opts optionalFabio Berger2017-09-261-1/+1
| * rename validateOrderFillableThrowIfNotFillableAsync to validateOrderFillableO...Fabio Berger2017-09-262-3/+3
| * Fix bug where we were accidentally comparing a makerTokenAmount to a takerTok...Fabio Berger2017-09-261-2/+2
| * improve commentFabio Berger2017-09-261-2/+2
| * Add validateOrderFillableThrowIfNotFillableAsync to public methods in order t...Fabio Berger2017-09-263-0/+50
|/
* 0.16.0Leonid Logvinov2017-09-202-2/+2
* Merge pull request #165 from 0xProject/feature/configurable-addressesLeonid2017-09-2013-156/+137
|\
| * Update release dateLeonid Logvinov2017-09-201-1/+1
| * Fix the typoLeonid Logvinov2017-09-201-1/+1
| * Add a comment for ZeroExConfig typeLeonid Logvinov2017-09-191-0/+6
| * Move lower-casing logicLeonid Logvinov2017-09-192-3/+3
| * Fix a commentLeonid Logvinov2017-09-191-1/+1
| * Postfix variable names with 'ifExists'Leonid Logvinov2017-09-194-14/+15
| * Prefix HACK comment with HACKLeonid Logvinov2017-09-191-1/+1
| * Postfix variable names with 'ifExists'Leonid Logvinov2017-09-191-6/+8
| * Verify ZeroExConfigLeonid Logvinov2017-09-192-0/+14
| * Add changes to the CHANGELOGLeonid Logvinov2017-09-191-0/+8
| * Fix a typoLeonid Logvinov2017-09-182-4/+4
| * Add explanatory commentLeonid Logvinov2017-09-181-0/+6
| * Add tests for contracts address configLeonid Logvinov2017-09-182-2/+37
| * Make contract addresses configurableLeonid Logvinov2017-09-185-9/+21
| * Fetch tokenTransferProxy address from exchange contractLeonid Logvinov2017-09-187-143/+40
|/
* 0.15.0Leonid Logvinov2017-09-082-2/+2
* Merge pull request #161 from 0xProject/feature/defaultBlockLeonid2017-09-085-17/+51
|\
| * Replace placeholders with actual comentsLeonid Logvinov2017-09-082-6/+6
| * Add a comment for MethodOptsLeonid Logvinov2017-09-081-0/+6
| * Fix CHANGELOG commentLeonid Logvinov2017-09-081-1/+1
| * Rename CallOpts to MethodOptsLeonid Logvinov2017-09-084-21/+23
| * Update CHANGELOG.mdLeonid Logvinov2017-09-081-0/+4
| * Allow user to specify defaultBlock when calling const exchange methodsLeonid Logvinov2017-09-082-9/+18
| * Allow user to specify defaultBlock when calling const token methodsLeonid Logvinov2017-09-082-8/+16
| * Define CallOpts typeLeonid Logvinov2017-09-082-0/+5
|/
* 0.14.2Leonid Logvinov2017-09-082-2/+2
* Merge pull request #160 from 0xProject/fix/bignumber-typesLeonid2017-09-082-1/+5
|\
| * Update CHANGELOGLeonid Logvinov2017-09-081-0/+4
| * Make bignumber.js types normal dependencyLeonid Logvinov2017-09-081-1/+1
|/
* 0.14.1Leonid Logvinov2017-09-082-1/+10157
* Add release note to CHANGELOGLeonid Logvinov2017-09-081-0/+4
* Merge pull request #159 from 0xProject/fix/typesLeonid2017-09-085-9/+10
|\
| * Move Aftifact type definition to 'types'Leonid Logvinov2017-09-085-9/+10
|/
* 0.14.0Leonid Logvinov2017-09-071-1/+1
* Fix version number in CHANGELOGLeonid Logvinov2017-09-071-1/+1
* Merge pull request #157 from 0xProject/feature/throw-for-exchange-errorsLeonid2017-09-076-9/+57
|\
| * Add zeroEx.exchange.throwLogErrorsAsErrors to CHANGELOGLeonid Logvinov2017-09-071-0/+1
| * Use LogError typeLeonid Logvinov2017-09-071-3/+3
| * Fix a commentLeonid Logvinov2017-09-071-2/+1
| * Make intervalUtils an object instead of a class and make instance variable localLeonid Logvinov2017-09-072-15/+13
| * Fix a bug in intervalUtilsLeonid Logvinov2017-09-061-1/+1
| * Update CHANGELOGLeonid Logvinov2017-09-061-0/+5
| * Fix overlapping async intervals issueLeonid Logvinov2017-09-062-2/+25
| * Add zeroEx.exchange.throwLogErrorsAsErrorsLeonid Logvinov2017-09-061-0/+23
| * Fix log decoder to return correct typesLeonid Logvinov2017-09-062-7/+6
|/
* 0.13.0Leonid Logvinov2017-09-061-1/+1
* Revert "0.13.0"Leonid Logvinov2017-09-061-1/+1
* Merge pull request #156 from 0xProject/feature/custom-abi-decoderLeonid2017-09-067-115/+95
|\
| * Use startsWith instead of includesLeonid Logvinov2017-09-061-1/+1
| * Use template stringsLeonid Logvinov2017-09-061-1/+1
| * Use _.includes instead of indexOfLeonid Logvinov2017-09-061-6/+6
| * Rename methodID to methodIdLeonid Logvinov2017-09-061-4/+4
| * Remove redundant js prefixLeonid Logvinov2017-09-062-2/+2
| * Fix type errorLeonid Logvinov2017-09-061-1/+2
| * Handle the case, when it's not possible to decode argsLeonid Logvinov2017-09-062-2/+2
| * Implement custom ABI decoderLeonid Logvinov2017-09-063-15/+79
| * Add types for web3/lib/solidity/coder.jsLeonid Logvinov2017-09-061-0/+4
| * Remove abi-decoderLeonid Logvinov2017-09-062-98/+9
* | 0.13.0Leonid Logvinov2017-09-061-1/+1
|/
* Update web-typescript-typingsLeonid Logvinov2017-09-062-6/+6
* Define sendAsync on HDWalletProviderLeonid Logvinov2017-09-061-3/+8
* Fix import in order_validation_utilsLeonid Logvinov2017-09-061-1/+1
* Specify the release dateLeonid Logvinov2017-09-061-1/+1
* Add missing separators in CHANGELOGLeonid Logvinov2017-09-061-0/+2
* Merge pull request #152 from 0xProject/fix/signature-verificationLeonid2017-09-063-2/+17
|\
| * Merge branch 'development' into fix/signature-verificationLeonid2017-09-0623-1147/+658
| |\ | |/ |/|
* | Merge pull request #151 from 0xProject/feature/remove-truffle-contractsLeonid2017-09-0623-1145/+658
|\ \
| * | Fix a typo in test nameLeonid Logvinov2017-09-061-1/+1
| * | Add lifecycle methodsLeonid Logvinov2017-09-061-0/+8
| * | Add test for logs decoding in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-0/+20
| * | Update CHANGELOGLeonid Logvinov2017-09-061-0/+1
| * | Add forgotten artifacts fileLeonid Logvinov2017-09-061-0/+13
| * | Fix the return types and export the required public typesLeonid Logvinov2017-09-062-5/+8
| * | Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-0611-24/+179
| * | Update json-schemasLeonid Logvinov2017-09-052-4/+4
| * | Define AbiTypeLeonid Logvinov2017-09-052-2/+10
| * | Use AbiTypeLeonid Logvinov2017-09-053-6/+6
| * | Use schema validation to distinguish txData argumentLeonid Logvinov2017-09-053-5/+12
| * | Don't override function argumentsLeonid Logvinov2017-09-051-3/+6
| * | Cast to Artifat typeLeonid Logvinov2017-09-051-1/+1
| * | Remove unused codeLeonid Logvinov2017-09-051-16/+0
| * | Change the order of default overridingLeonid Logvinov2017-09-051-1/+1
| * | Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...Leonid Logvinov2017-09-057-110/+132
| * | Add explaining commentLeonid Logvinov2017-09-051-0/+2
| * | Increase the default polling interval to 1000Leonid Logvinov2017-09-051-1/+1
| * | Fix the comment at awaitTransactionMinedAsyncLeonid Logvinov2017-09-051-2/+2
| * | Fix gasPrice regressionLeonid Logvinov2017-09-058-21/+54
| * | Update CHANGELOGLeonid Logvinov2017-09-051-0/+4
| * | Add TransationReceipt as a public exported typeLeonid Logvinov2017-09-053-3/+12
| * | Increase timeoutLeonid Logvinov2017-09-051-1/+1
| * | Change non-exhange contracts to also return txHashLeonid Logvinov2017-09-058-33/+54
| * | Implement zeroEx.awaitTransactionMinedLeonid Logvinov2017-09-054-7/+22
| * | Temporarily remove web3_beta, cause it breaks installation and testsLeonid Logvinov2017-09-054-745/+24
| * | Use Web3.ContractInstance typeLeonid Logvinov2017-09-051-14/+5
| * | Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-0516-183/+139
| * | Fix tests descriptionsLeonid Logvinov2017-09-041-2/+2
| * | Use custom contract abstractionLeonid Logvinov2017-09-041-0/+28
| * | Remove truffle-contract from depsLeonid Logvinov2017-09-042-54/+5
|/ /
| * Update CHANGELOGLeonid Logvinov2017-09-061-0/+3
| * Add signature verification as a part of order validation and tests for itLeonid Logvinov2017-09-062-2/+16
|/
* Merge pull request #146 from 0xProject/greenkeeper/0x-json-schemas-0.4.0Fabio Berger2017-09-031-1/+1
|\
| * fix(package): update 0x-json-schemas to version 0.4.0greenkeeper[bot]2017-08-311-1/+1
* | 0.12.1Leonid Logvinov2017-09-021-1/+1
* | Update CHANGELOG versionLeonid Logvinov2017-09-021-1/+1
* | 0.12.0Leonid Logvinov2017-09-021-1/+1
* | Update yarn.lockLeonid Logvinov2017-09-021-2/+2
* | Update CHANGELOG.mdLeonid Logvinov2017-09-021-1/+2
* | Merge pull request #148 from BMillman19/bmillman_json_content_typeLeonid2017-09-011-0/+3
|\ \
| * | Add 'content-type' header with value 'application/json' for http requests mad...Brandon Millman2017-09-011-0/+3
|/ /
* | Merge pull request #147 from BMillman19/bmillman_contract_typesLeonid2017-09-011-19/+19
|\ \ | |/ |/|
| * Fix type of ExchangeContract.getOrderHash.callBrandon Millman2017-08-311-1/+1
| * Fix incorrect types related to contract interactions in types.tsBrandon Millman2017-08-311-18/+18
|/
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-08-3111-28/+761
|\
| * Merge pull request #142 from 0xProject/feature/support_web3@1.0_providerLeonid2017-08-3011-28/+761
| |\
| | * Improve the commentLeonid Logvinov2017-08-301-2/+2
| | * Add assert.isWeb3ProviderLeonid Logvinov2017-08-302-0/+5