aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix stylingFabio Berger2017-11-101-1/+2
|
* remove unused typeFabio Berger2017-11-101-1/+0
|
* Add naive order state watcher implementationLeonid Logvinov2017-11-109-64/+232
| | | | | Revalidate all orders upon event received and emit order states even if not changed
* Change fields in OrderState to represent taker side valuesLeonid Logvinov2017-11-101-2/+2
|
* Introduce OrderState interfaceLeonid Logvinov2017-11-102-8/+12
|
* Fix config schemaLeonid Logvinov2017-11-101-1/+4
|
* Add empty implementation of order state watcherLeonid Logvinov2017-11-105-29/+120
|
* Add new public typesLeonid Logvinov2017-11-101-0/+4
|
* Move mempoolPollingIntervalMs to OrderWatcherConfigLeonid Logvinov2017-11-101-1/+6
|
* Adjust tests for mempool event watcherLeonid Logvinov2017-11-101-12/+13
|
* Clear event cache on unsubscribeLeonid Logvinov2017-11-101-0/+1
|
* Remove mempool event watcher configLeonid Logvinov2017-11-101-1/+0
|
* Move provider altering logic to Web3WrapperLeonid Logvinov2017-11-103-18/+19
|
* Add types for order state watcherLeonid Logvinov2017-11-101-0/+21
|
* Add initial interface of an OrderWatcherLeonid Logvinov2017-11-101-0/+27
|
* Rename MempoolWatcher to EventWatcher and remove from public interfaceLeonid Logvinov2017-11-102-10/+1
|
* Fix namingsLeonid Logvinov2017-11-101-2/+2
|
* Add mempool testsLeonid Logvinov2017-11-101-0/+125
|
* Don't emit new events if already unsubscribedLeonid Logvinov2017-11-101-1/+3
|
* Compare logs by string representationLeonid Logvinov2017-11-101-2/+2
|
* Upgrade web3-typescript-typingsLeonid Logvinov2017-11-102-4/+4
|
* Add initial mempool watching implememtationLeonid Logvinov2017-11-108-32/+115
|
* 0.22.5Fabio Berger2017-11-082-2/+2
|
* Update changelogFabio Berger2017-11-081-0/+4
|
* Remove unnecessary depFabio Berger2017-10-311-1/+0
|
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-10-3027-175/+201
|\ | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Update CHANGELOG 0.22.4 Add HACK comments Add a forgotten augmentation file Upgrade bignumber to the version with native typings and remove typings Downgrade typedoc Upgrade bignumber to the version with native typings and remove typings
| * Update CHANGELOGLeonid Logvinov2017-10-261-0/+4
| |
| * 0.22.4Leonid Logvinov2017-10-262-2/+2
| |
| * Merge pull request #202 from 0xProject/fix/bignumber-typesLeonid2017-10-2625-173/+195
| |\ | | | | | | Bignumber types
| | * Add HACK commentsLeonid Logvinov2017-10-261-0/+5
| | |
| | * Add a forgotten augmentation fileLeonid Logvinov2017-10-261-0/+18
| | |
| | * Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-2622-153/+149
| | |
| | * Downgrade typedocLeonid Logvinov2017-10-262-33/+37
| | |
| | * Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-262-35/+34
| |/
* / Fix commentFabio Berger2017-10-301-2/+2
|/
* 0.22.3Leonid Logvinov2017-10-252-2/+2
|
* Update CHANGELOGLeonid Logvinov2017-10-251-0/+4
|
* Merge pull request #199 from NoteGio/raise-allowance-gasLeonid2017-10-251-1/+1
|\ | | | | Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT
| * Increase ALLOWANCE_TO_ZERO_GAS_AMOUNTAustin Roberts2017-10-251-1/+1
|/ | | | | | | | | | | | On TestRPC, I'm seeing a particular transaction that is taking 47275 gas instead of the predefined 47155. It's not at all obvious to me why this transaction is taking an extra 120 gas, and I've been unable to reproduce the issue in the 0x.js test suite, but bumping the gas allowance has resolved the issue for me. The transactions in question are trying to set an unlimited proxy allowance on either the WETH or ZRX tokens in the testrpc snapshot, but run out of gas.
* 0.22.2Leonid Logvinov2017-10-242-2/+2
|
* Merge pull request #197 from 0xProject/fix/roundingLeonid2017-10-243-11/+72
|\ | | | | Fix rounding of maker fill amount and correctly validate partial fees
| * Update CHANGELOGLeonid Logvinov2017-10-241-0/+4
| |
| * Fix indexLeonid Logvinov2017-10-241-1/+1
| |
| * Use more meaningful variable namesLeonid Logvinov2017-10-241-3/+6
| |
| * Fix the rounding of makerFillAmount and correctly validate partial feesLeonid Logvinov2017-10-241-9/+34
| |
| * Add tests testing that rounding or makerFillAmount is correct and that we ā†µLeonid Logvinov2017-10-241-2/+31
|/ | | | only validate partial fees
* Revert CHANGELOGLeonid Logvinov2017-10-241-4/+0
|
* Merge pull request #198 from 0xProject/revert-195-minificationLeonid2017-10-2432-146/+1449
|\ | | | | Revert "Reduce final bundle size by 11% (82kB)"
| * Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-2432-146/+1449
|/
* Merge pull request #196 from 0xProject/bmillman_fix_tslintBrandon Millman2017-10-242-2/+2
|\ | | | | Fix lint script to analyze nested files
| * Fix lint script to analyze nested filesBrandon Millman2017-10-202-2/+2
|/
* 0.22.1Leonid Logvinov2017-10-192-2/+2
|
* Update CHANGELOGLeonid Logvinov2017-10-191-0/+4
|
* Merge pull request #195 from 0xProject/minificationLeonid2017-10-1932-1449/+146
|\ | | | | Reduce final bundle size by 11% (82kB)
| * Fix linter errorsLeonid Logvinov2017-10-191-5/+8
| |
| * Update 0x-json-schemasLeonid Logvinov2017-10-193-6/+10
| |
| * Transform lodash-es to commonjs module formatLeonid Logvinov2017-10-193-4/+6
| |
| * Fix testsLeonid Logvinov2017-10-192-7/+7
| |
| * Remove unused parts from artifactsLeonid Logvinov2017-10-185-1382/+1
| |
| * Include only used lodash functionsLeonid Logvinov2017-10-1825-59/+128
| |
| * Upgrade 0x-json-schemas to the version that doesn't depend on lodashLeonid Logvinov2017-10-181-1/+1
| |
| * Uprade ethereumjs-blockstream, cause new version doesn't include source maps ā†µLeonid Logvinov2017-10-181-1/+1
|/ | | | and is significantly smaller
* 0.22.0Leonid Logvinov2017-10-162-2/+2
|
* Update CHANGELOGLeonid Logvinov2017-10-161-0/+5
|
* Merge pull request #187 from apackin/setFillOrKillToUseRequestInterfaceLeonid2017-10-164-51/+43
|\ | | | | [WIP] Use OrderFillRequest interface for batchFillOrKill
| * Merge branch 'development' into setFillOrKillToUseRequestInterfaceLeonid2017-10-1618-83/+156
| |\ | |/ |/|
* | 0.21.4Leonid Logvinov2017-10-142-2/+2
| |
* | Add changes to CHANGELOGLeonid Logvinov2017-10-131-0/+6
| |
* | Merge pull request #194 from 0xProject/feature/type-safe-subscriptionsLeonid2017-10-1312-74/+81
|\ \ | | | | | | Make logs fetching and subscriptions more type-safe
| * | Remove unused codeLeonid Logvinov2017-10-134-10/+1
| | |
| * | Make logs fetching and sunscriptions more type-safeLeonid Logvinov2017-10-139-64/+80
|/ /
* | 0.21.3Leonid Logvinov2017-10-122-2/+2
| |
* | Merge pull request #193 from 0xProject/fix/allowance-errorLeonid2017-10-124-4/+43
|\ \ | | | | | | Fix an issue causing fills to throw `INSUFFICIENT_TAKER_ALLOWANCE`
| * | Update CHANGELOGLeonid Logvinov2017-10-121-0/+3
| | |
| * | Pass correct parameters to validation simulationLeonid Logvinov2017-10-121-3/+3
| | |
| * | Add a regression testLeonid Logvinov2017-10-122-1/+37
|/ /
* | 0.21.2Leonid Logvinov2017-10-112-2/+2
| |
* | Merge pull request #190 from 0xProject/fix/export-contract-event-argLeonid2017-10-112-0/+4
|\ \ | | | | | | Export ContractEventArg
| * | Update CHANGELOGLeonid Logvinov2017-10-111-0/+3
| | |
| * | Export ContractEventArgLeonid Logvinov2017-10-111-0/+1
|/ /
* | 0.21.1Leonid Logvinov2017-10-112-2/+2
| |
* | Merge pull request #189 from 0xProject/fix/getLogsParamsSerializationLeonid2017-10-112-2/+19
|\ \ | | | | | | Fix a bug in logs fetching
| * | Update CHANGELOGLeonid Logvinov2017-10-111-1/+5
| | |
| * | Fix a bug in logs fetchingLeonid Logvinov2017-10-111-1/+14
|/ /
| * Use OrderFillRequest interface for batchFillOrKillAssaf2017-10-114-52/+44
|/
* 0.21.0Leonid Logvinov2017-10-102-2/+2
|
* Merge pull request #185 from 0xProject/fix/batch-validationLeonid2017-10-108-352/+382
|\ | | | | Fix batch validation
| * Change tests to test that allowance is checked firstLeonid Logvinov2017-10-101-7/+7
| |
| * Throw allowance errors firstLeonid Logvinov2017-10-101-3/+3
| |
| * Remove unused checkLeonid Logvinov2017-10-101-3/+1
| |
| * Fix the commentLeonid Logvinov2017-10-101-3/+3
| |
| * Fix the commentLeonid Logvinov2017-10-101-1/+1
| |
| * 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
|\ | | | | Rewrite subscriptions
| * 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 ā†µLeonid Logvinov2017-10-061-5/+8
| | | | | | | | to be empty
| * 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
|\ \ | |/ |/| Update typedoc to the latest version šŸš€
| * 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
| | | | This reverts commit acdc65c895bfaeaefc82b8a374f145c6c054e4a8.
* Merge pull request #183 from 0xProject/fix/getLogs-assertionsLeonid2017-10-052-0/+7
|\ | | | | Add assertions
| * 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
|\ | | | | Fees validations when one of the tokens is ZRX
| * 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
|\ \ | | | | | | Update mocha to the latest version šŸš€
| * | 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
|\ \ | |/ |/| Update source-map-support to the latest version šŸš€
| * 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
|\ | | | | Add zeroEx.getLogsAsync
| * 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
|\ | | | | Update 0x-json-schemas to the latest version šŸš€
| * 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 awaiting
| * 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
|\ \ | | | | | | Update sinon to the latest version šŸš€
| * | 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
|\ \ \ | | | | | | | | Update coveralls to the latest version šŸš€
| * | | 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 Ropsten support
| * | | 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
|\ \ \ | |/ / |/| | Add OrderTransactionOpts to enable optional validation to exchange_wrā€¦
| * | 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
|\ \ | | | | | | Add validateOrderFillableOrThrowAsync Method
| * | 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
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | * development: Update comment Add a test for getZRXTokenAddressAsync Document changes in CHANGELOG Make getZRXTokenAddressAsync public
* | | Merge pull request #171 from 0xProject/feature/zrx-getterLeonid2017-09-263-7/+21
|\ \ \ | |_|/ |/| | Make getZRXTokenAddressAsync public
| * | 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 ā†µFabio Berger2017-09-261-0/+19
| | | | | | | | makerTokenAmount with a takerTokenAmount
| * 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 ā†µFabio Berger2017-09-262-3/+3
| | | | | | | | validateOrderFillableOrThrowAsync
| * Fix bug where we were accidentally comparing a makerTokenAmount to a ā†µFabio Berger2017-09-261-2/+2
| | | | | | | | takerTokenAmount
| * improve commentFabio Berger2017-09-261-2/+2
| |
| * Add validateOrderFillableThrowIfNotFillableAsync to public methods in order ā†µFabio Berger2017-09-263-0/+50
|/ | | | to validate orders in an orderbook without a specific taker in mind
* 0.16.0Leonid Logvinov2017-09-202-2/+2
|
* Merge pull request #165 from 0xProject/feature/configurable-addressesLeonid2017-09-2013-156/+137
|\ | | | | Allow users to pass contract addresses as a config
| * 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
|\ | | | | Add a possibility to specify defaultBlock when calling const blockchain methods
| * 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
| |