Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new public types | Leonid Logvinov | 2017-10-31 | 1 | -0/+4 |
| | |||||
* | Move mempoolPollingIntervalMs to OrderWatcherConfig | Leonid Logvinov | 2017-10-31 | 1 | -1/+6 |
| | |||||
* | Adjust tests for mempool event watcher | Leonid Logvinov | 2017-10-31 | 1 | -12/+13 |
| | |||||
* | Clear event cache on unsubscribe | Leonid Logvinov | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Remove mempool event watcher config | Leonid Logvinov | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | Move provider altering logic to Web3Wrapper | Leonid Logvinov | 2017-10-31 | 3 | -18/+19 |
| | |||||
* | Add types for order state watcher | Leonid Logvinov | 2017-10-31 | 1 | -0/+21 |
| | |||||
* | Add initial interface of an OrderWatcher | Leonid Logvinov | 2017-10-31 | 1 | -0/+27 |
| | |||||
* | Rename MempoolWatcher to EventWatcher and remove from public interface | Leonid Logvinov | 2017-10-31 | 2 | -10/+1 |
| | |||||
* | Fix namings | Leonid Logvinov | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Add mempool tests | Leonid Logvinov | 2017-10-31 | 1 | -0/+125 |
| | |||||
* | Don't emit new events if already unsubscribed | Leonid Logvinov | 2017-10-31 | 1 | -1/+3 |
| | |||||
* | Compare logs by string representation | Leonid Logvinov | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Upgrade web3-typescript-typings | Leonid Logvinov | 2017-10-31 | 2 | -4/+4 |
| | |||||
* | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 8 | -32/+115 |
| | |||||
* | Remove unnecessary dep | Fabio Berger | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-10-30 | 27 | -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 CHANGELOG | Leonid Logvinov | 2017-10-26 | 1 | -0/+4 |
| | | |||||
| * | 0.22.4v0.22.4 | Leonid Logvinov | 2017-10-26 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #202 from 0xProject/fix/bignumber-types | Leonid | 2017-10-26 | 25 | -173/+195 |
| |\ | | | | | | | Bignumber types | ||||
| | * | Add HACK comments | Leonid Logvinov | 2017-10-26 | 1 | -0/+5 |
| | | | |||||
| | * | Add a forgotten augmentation file | Leonid Logvinov | 2017-10-26 | 1 | -0/+18 |
| | | | |||||
| | * | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 22 | -153/+149 |
| | | | |||||
| | * | Downgrade typedoc | Leonid Logvinov | 2017-10-26 | 2 | -33/+37 |
| | | | |||||
| | * | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 2 | -35/+34 |
| |/ | |||||
* / | Fix comment | Fabio Berger | 2017-10-30 | 1 | -2/+2 |
|/ | |||||
* | 0.22.3v0.22.3 | Leonid Logvinov | 2017-10-25 | 2 | -2/+2 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-10-25 | 1 | -0/+4 |
| | |||||
* | Merge pull request #199 from NoteGio/raise-allowance-gas | Leonid | 2017-10-25 | 1 | -1/+1 |
|\ | | | | | Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT | ||||
| * | Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT | Austin Roberts | 2017-10-25 | 1 | -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.2 | Leonid Logvinov | 2017-10-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #197 from 0xProject/fix/rounding | Leonid | 2017-10-24 | 3 | -11/+72 |
|\ | | | | | Fix rounding of maker fill amount and correctly validate partial fees | ||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-10-24 | 1 | -0/+4 |
| | | |||||
| * | Fix index | Leonid Logvinov | 2017-10-24 | 1 | -1/+1 |
| | | |||||
| * | Use more meaningful variable names | Leonid Logvinov | 2017-10-24 | 1 | -3/+6 |
| | | |||||
| * | Fix the rounding of makerFillAmount and correctly validate partial fees | Leonid Logvinov | 2017-10-24 | 1 | -9/+34 |
| | | |||||
| * | Add tests testing that rounding or makerFillAmount is correct and that we āµ | Leonid Logvinov | 2017-10-24 | 1 | -2/+31 |
|/ | | | | only validate partial fees | ||||
* | Revert CHANGELOG | Leonid Logvinov | 2017-10-24 | 1 | -4/+0 |
| | |||||
* | Merge pull request #198 from 0xProject/revert-195-minification | Leonid | 2017-10-24 | 32 | -146/+1449 |
|\ | | | | | Revert "Reduce final bundle size by 11% (82kB)" | ||||
| * | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 32 | -146/+1449 |
|/ | |||||
* | Merge pull request #196 from 0xProject/bmillman_fix_tslint | Brandon Millman | 2017-10-24 | 2 | -2/+2 |
|\ | | | | | Fix lint script to analyze nested files | ||||
| * | Fix lint script to analyze nested files | Brandon Millman | 2017-10-20 | 2 | -2/+2 |
|/ | |||||
* | 0.22.1 | Leonid Logvinov | 2017-10-19 | 2 | -2/+2 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-10-19 | 1 | -0/+4 |
| | |||||
* | Merge pull request #195 from 0xProject/minification | Leonid | 2017-10-19 | 32 | -1449/+146 |
|\ | | | | | Reduce final bundle size by 11% (82kB) | ||||
| * | Fix linter errors | Leonid Logvinov | 2017-10-19 | 1 | -5/+8 |
| | | |||||
| * | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 3 | -6/+10 |
| | | |||||
| * | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 3 | -4/+6 |
| | | |||||
| * | Fix tests | Leonid Logvinov | 2017-10-19 | 2 | -7/+7 |
| | | |||||
| * | Remove unused parts from artifacts | Leonid Logvinov | 2017-10-18 | 5 | -1382/+1 |
| | | |||||
| * | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 25 | -59/+128 |
| | | |||||
| * | Upgrade 0x-json-schemas to the version that doesn't depend on lodash | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | | |||||
| * | Uprade ethereumjs-blockstream, cause new version doesn't include source maps āµ | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
|/ | | | | and is significantly smaller | ||||
* | 0.22.0 | Leonid Logvinov | 2017-10-16 | 2 | -2/+2 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-10-16 | 1 | -0/+5 |
| | |||||
* | Merge pull request #187 from apackin/setFillOrKillToUseRequestInterface | Leonid | 2017-10-16 | 4 | -51/+43 |
|\ | | | | | [WIP] Use OrderFillRequest interface for batchFillOrKill | ||||
| * | Merge branch 'development' into setFillOrKillToUseRequestInterface | Leonid | 2017-10-16 | 18 | -83/+156 |
| |\ | |/ |/| | |||||
* | | 0.21.4v0.21.4 | Leonid Logvinov | 2017-10-14 | 2 | -2/+2 |
| | | |||||
* | | Add changes to CHANGELOG | Leonid Logvinov | 2017-10-13 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #194 from 0xProject/feature/type-safe-subscriptions | Leonid | 2017-10-13 | 12 | -74/+81 |
|\ \ | | | | | | | Make logs fetching and subscriptions more type-safe | ||||
| * | | Remove unused code | Leonid Logvinov | 2017-10-13 | 4 | -10/+1 |
| | | | |||||
| * | | Make logs fetching and sunscriptions more type-safe | Leonid Logvinov | 2017-10-13 | 9 | -64/+80 |
|/ / | |||||
* | | 0.21.3 | Leonid Logvinov | 2017-10-12 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #193 from 0xProject/fix/allowance-error | Leonid | 2017-10-12 | 4 | -4/+43 |
|\ \ | | | | | | | Fix an issue causing fills to throw `INSUFFICIENT_TAKER_ALLOWANCE` | ||||
| * | | Update CHANGELOG | Leonid Logvinov | 2017-10-12 | 1 | -0/+3 |
| | | | |||||
| * | | Pass correct parameters to validation simulation | Leonid Logvinov | 2017-10-12 | 1 | -3/+3 |
| | | | |||||
| * | | Add a regression test | Leonid Logvinov | 2017-10-12 | 2 | -1/+37 |
|/ / | |||||
* | | 0.21.2v0.21.2 | Leonid Logvinov | 2017-10-11 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #190 from 0xProject/fix/export-contract-event-arg | Leonid | 2017-10-11 | 2 | -0/+4 |
|\ \ | | | | | | | Export ContractEventArg | ||||
| * | | Update CHANGELOG | Leonid Logvinov | 2017-10-11 | 1 | -0/+3 |
| | | | |||||
| * | | Export ContractEventArg | Leonid Logvinov | 2017-10-11 | 1 | -0/+1 |
|/ / | |||||
* | | 0.21.1 | Leonid Logvinov | 2017-10-11 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #189 from 0xProject/fix/getLogsParamsSerialization | Leonid | 2017-10-11 | 2 | -2/+19 |
|\ \ | | | | | | | Fix a bug in logs fetching | ||||
| * | | Update CHANGELOG | Leonid Logvinov | 2017-10-11 | 1 | -1/+5 |
| | | | |||||
| * | | Fix a bug in logs fetching | Leonid Logvinov | 2017-10-11 | 1 | -1/+14 |
|/ / | |||||
| * | Use OrderFillRequest interface for batchFillOrKill | Assaf | 2017-10-11 | 4 | -52/+44 |
|/ | |||||
* | 0.21.0v0.21.0 | Leonid Logvinov | 2017-10-10 | 2 | -2/+2 |
| | |||||
* | Merge pull request #185 from 0xProject/fix/batch-validation | Leonid | 2017-10-10 | 8 | -352/+382 |
|\ | | | | | Fix batch validation | ||||
| * | Change tests to test that allowance is checked first | Leonid Logvinov | 2017-10-10 | 1 | -7/+7 |
| | | |||||
| * | Throw allowance errors first | Leonid Logvinov | 2017-10-10 | 1 | -3/+3 |
| | | |||||
| * | Remove unused check | Leonid Logvinov | 2017-10-10 | 1 | -3/+1 |
| | | |||||
| * | Fix the comment | Leonid Logvinov | 2017-10-10 | 1 | -3/+3 |
| | | |||||
| * | Fix the comment | Leonid Logvinov | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | Remove redundant constructor | Leonid Logvinov | 2017-10-10 | 1 | -3/+0 |
| | | |||||
| * | Assign to a variable before assigning | Leonid Logvinov | 2017-10-10 | 1 | -2/+4 |
| | | |||||
| * | Change string enum value | Leonid Logvinov | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fix CHANGELOG comments | Leonid Logvinov | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-10-09 | 1 | -0/+1 |
| | | |||||
| * | Fix the comment | Leonid Logvinov | 2017-10-09 | 1 | -2/+0 |
| | | |||||
| * | Implement transfer Emulator and rewrite tests | Leonid Logvinov | 2017-10-09 | 6 | -352/+376 |
| | | |||||
| * | Add types for TradeSide and TransferType | Leonid Logvinov | 2017-10-06 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #182 from 0xProject/feature/ethereumjs-blockstream | Leonid | 2017-10-06 | 19 | -433/+458 |
|\ | | | | | Rewrite subscriptions | ||||
| * | Add a hex prefix | Leonid Logvinov | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | Add undefined check | Leonid Logvinov | 2017-10-06 | 1 | -1/+4 |
| | | |||||
| * | Fix comments | Leonid Logvinov | 2017-10-06 | 1 | -4/+4 |
| | | |||||
| * | Add a comment | Leonid Logvinov | 2017-10-06 | 1 | -0/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use BlockParamLiteral types | Leonid Logvinov | 2017-10-06 | 2 | -6/+6 |
| | | |||||
| * | introduce BlockParamLiteral | Leonid Logvinov | 2017-10-06 | 2 | -2/+9 |
| | | |||||
| * | Check for blockAndLogStreamer to be undefined instead of th filters object āµ | Leonid Logvinov | 2017-10-06 | 1 | -5/+8 |
| | | | | | | | | to be empty | ||||
| * | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 5 | -13/+10 |
| | | |||||
| * | Remove _activeFilters | Leonid Logvinov | 2017-10-06 | 1 | -2/+0 |
| | | |||||
| * | Remove unused imports | Leonid Logvinov | 2017-10-05 | 6 | -18/+3 |
| | | |||||
| * | Add type assertions for callback parameters | Leonid Logvinov | 2017-10-05 | 3 | -0/+5 |
| | | |||||
| * | Remove TODOs | Leonid Logvinov | 2017-10-05 | 2 | -2/+0 |
| | | |||||
| * | Make it possible to have multiple layers of snapshots | Leonid Logvinov | 2017-10-05 | 1 | -4/+7 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-10-05 | 2 | -2/+16 |
| | | |||||
| * | Fix comments | Leonid Logvinov | 2017-10-05 | 2 | -2/+2 |
| | | |||||
| * | Move more logic into _stopBlockAndLogStream and _startBlockAndLogStream | Leonid Logvinov | 2017-10-05 | 1 | -11/+12 |
| | | |||||
| * | Remove missing comment | Leonid Logvinov | 2017-10-05 | 1 | -1/+0 |
| | | |||||
| * | Add missing comment | Leonid Logvinov | 2017-10-05 | 1 | -0/+1 |
| | | |||||
| * | Add missing comments | Leonid Logvinov | 2017-10-05 | 2 | -2/+3 |
| | | |||||
| * | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 12 | -401/+376 |
| | | |||||
| * | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 4 | -3/+37 |
| | | |||||
* | | Merge pull request #184 from 0xProject/greenkeeper/typedoc-0.9.0 | Leonid | 2017-10-06 | 1 | -1/+1 |
|\ \ | |/ |/| | Update typedoc to the latest version š | ||||
| * | chore(package): update typedoc to version 0.9.0 | greenkeeper[bot] | 2017-10-06 | 1 | -1/+1 |
|/ | |||||
* | Fix CHANGELOG formatting | Leonid Logvinov | 2017-10-05 | 1 | -0/+4 |
| | |||||
* | 0.20.0v0.20.0 | Leonid Logvinov | 2017-10-05 | 2 | -2/+2 |
| | |||||
* | Revert "0.20.0" | Leonid Logvinov | 2017-10-05 | 2 | -2/+2 |
| | | | | This reverts commit acdc65c895bfaeaefc82b8a374f145c6c054e4a8. | ||||
* | Merge pull request #183 from 0xProject/fix/getLogs-assertions | Leonid | 2017-10-05 | 2 | -0/+7 |
|\ | | | | | Add assertions | ||||
| * | Add assertion for tokenAddress | Leonid Logvinov | 2017-10-05 | 1 | -0/+1 |
| | | |||||
| * | Add assertions | Leonid Logvinov | 2017-10-05 | 2 | -0/+6 |
|/ | |||||
* | 0.20.0 | Leonid Logvinov | 2017-10-05 | 2 | -2/+2 |
| | |||||
* | Merge pull request #181 from 0xProject/feature/order-validation-zrx | Leonid | 2017-10-05 | 3 | -36/+136 |
|\ | | | | | Fees validations when one of the tokens is ZRX | ||||
| * | Small reordering | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | | |||||
| * | Add changes to CHANGELOG | Leonid Logvinov | 2017-10-04 | 1 | -0/+1 |
| | | |||||
| * | Fi fees validation is one of the tokens transfered is 0x | Leonid Logvinov | 2017-10-04 | 2 | -44/+107 |
| | | |||||
| * | Fix an issue when validation failed, but contract call will succeed | Leonid Logvinov | 2017-10-04 | 2 | -1/+37 |
| | | |||||
* | | Merge pull request #177 from 0xProject/greenkeeper/mocha-4.0.0 | Leonid | 2017-10-04 | 1 | -2/+2 |
|\ \ | | | | | | | Update mocha to the latest version š | ||||
| * | | Exit after running the tests | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | chore(package): update mocha to version 4.0.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #179 from 0xProject/greenkeeper/source-map-support-0.5.0 | Leonid | 2017-10-04 | 1 | -1/+1 |
|\ \ | |/ |/| | Update source-map-support to the latest version š | ||||
| * | chore(package): update source-map-support to version 0.5.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #178 from 0xProject/feature/getLogs | Leonid | 2017-10-04 | 14 | -165/+367 |
|\ | | | | | Add zeroEx.getLogsAsync | ||||
| * | Move ZRX_NOT_IN_TOKEN_REGISTRY to InternalZeroExError | Leonid Logvinov | 2017-10-04 | 2 | -3/+3 |
| | | |||||
| * | Reduce nesting | Leonid Logvinov | 2017-10-04 | 1 | -10/+11 |
| | | |||||
| * | Use find | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | Allign brackets | Leonid Logvinov | 2017-10-04 | 1 | -1/+2 |
| | | |||||
| * | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 5 | -14/+83 |
| | | |||||
| * | Use a ternary and add a comment | Leonid Logvinov | 2017-10-04 | 1 | -8/+2 |
| | | |||||
| * | Use SolidityTypes | Leonid Logvinov | 2017-10-04 | 2 | -3/+7 |
| | | |||||
| * | Use 0x.length instead of 2 | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | Add a comment | Leonid Logvinov | 2017-10-04 | 1 | -0/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | Use _.find instead of _.filter | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | Move NoAbiDecoder to InternalZeroExErrors | Leonid Logvinov | 2017-10-04 | 2 | -2/+5 |
| | | |||||
| * | Extract topics to its variable | Leonid Logvinov | 2017-10-04 | 1 | -7/+9 |
| | | |||||
| * | Use Noop instead of NoOp | Leonid Logvinov | 2017-10-04 | 2 | -3/+5 |
| | | |||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-10-04 | 1 | -1/+2 |
| | | |||||
| * | Don't export RawLog | Leonid Logvinov | 2017-10-04 | 1 | -1/+0 |
| | | |||||
| * | Add tests for zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 6 | -8/+56 |
| | | |||||
| * | Implement zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 2 | -0/+26 |
| | | |||||
| * | Add _getLogsAsync on contract_wrapper | Leonid Logvinov | 2017-10-04 | 2 | -14/+29 |
| | | |||||
| * | Add tests for zeroEx.token.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+37 |
| | | |||||
| * | Implement getLogsAsync on token contract | Leonid Logvinov | 2017-10-04 | 2 | -3/+22 |
| | | |||||
| * | Refactor abi decoder | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | | |||||
| * | Add tryToDecodeLogOrNoOp and _getEventSignatureFromAbiByName on contract_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -2/+18 |
| | | |||||
| * | Remove old tests | Leonid Logvinov | 2017-10-04 | 2 | -25/+1 |
| | | |||||
| * | Add keccak256 on web3_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -0/+4 |
| | | |||||
| * | Add NO_ABI_DECODER and ContractEvents | Leonid Logvinov | 2017-10-04 | 1 | -0/+3 |
| | | |||||
| * | Move log decoding to AbiDecoder | Leonid Logvinov | 2017-10-04 | 2 | -53/+37 |
| | | |||||
| * | Factor out tryToDecodeLogOrNoOp | Leonid Logvinov | 2017-10-04 | 1 | -11/+12 |
| | | |||||
| * | Don't text for an exact block hash | Leonid Logvinov | 2017-10-04 | 1 | -2/+1 |
| | | |||||
| * | Add changes to CHANGELOG | Leonid Logvinov | 2017-10-04 | 1 | -0/+3 |
| | | |||||
| * | Add tests for zeroEx.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+26 |
| | | |||||
| * | Add zeroEx.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+11 |
| | | |||||
| * | Re-export new types | Leonid Logvinov | 2017-10-04 | 1 | -0/+2 |
| | | |||||
| * | Add getLogsAsync to web3_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -0/+18 |
| | | |||||
| * | Add type aliases for web3 types | Leonid Logvinov | 2017-10-04 | 1 | -0/+4 |
| | | |||||
| * | Update web3-typescript-typings | Leonid Logvinov | 2017-10-04 | 2 | -109/+42 |
|/ | |||||
* | Merge pull request #180 from 0xProject/greenkeeper/0x-json-schemas-0.6.0 | Leonid | 2017-10-04 | 1 | -1/+1 |
|\ | | | | | Update 0x-json-schemas to the latest version š | ||||
| * | fix(package): update 0x-json-schemas to version 0.6.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
|/ | |||||
* | 0.19.0v0.19.0 | Leonid Logvinov | 2017-09-29 | 2 | -2/+2 |
| | |||||
* | Fix types | Leonid Logvinov | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-09-29 | 2 | -1/+4 |
| | |||||
* | Merge pull request #175 from 0xProject/fix/set-interval-bug | Leonid | 2017-09-29 | 1 | -1/+1 |
|\ | | | | | Fix the bug in transaction mined awaiting | ||||
| * | Fix the bug in transaction mined awaiting | Leonid Logvinov | 2017-09-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #169 from 0xProject/greenkeeper/sinon-4.0.0 | Leonid | 2017-09-29 | 1 | -1/+1 |
|\ \ | | | | | | | Update sinon to the latest version š | ||||
| * | | chore(package): update sinon to version 4.0.0 | greenkeeper[bot] | 2017-09-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #174 from 0xProject/greenkeeper/coveralls-3.0.0 | Leonid | 2017-09-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update coveralls to the latest version š | ||||
| * | | | chore(package): update coveralls to version 3.0.0 | greenkeeper[bot] | 2017-09-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #173 from 0xProject/feature/ropsten-support | Leonid | 2017-09-29 | 6 | -3/+377 |
|\ \ \ \ | | |_|/ | |/| | | Add Ropsten support | ||||
| * | | | Add tests for ropsten artifacts | Leonid Logvinov | 2017-09-28 | 2 | -1/+19 |
| | | | | |||||
| * | | | Update CHANGELOG | Leonid Logvinov | 2017-09-28 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add Ropsten artifacts | Leonid Logvinov | 2017-09-28 | 3 | -2/+355 |
| |/ / | |||||
* | | | Merge pull request #172 from 0xProject/bmillman_optional_validation | Brandon Millman | 2017-09-29 | 3 | -49/+280 |
|\ \ \ | |/ / |/| | | Add OrderTransactionOpts to enable optional validation to exchange_wrā¦ | ||||
| * | | Fixed nits | Brandon Millman | 2017-09-28 | 2 | -75/+68 |
| | | | |||||
| * | | Add tests | Brandon Millman | 2017-09-28 | 2 | -23/+216 |
| | | | |||||
| * | | Add OrderTransactionOpts to enable optional validation to exchange_wrapper | Brandon Millman | 2017-09-28 | 2 | -27/+72 |
|/ / | |||||
* | | 0.18.0v0.18.0 | Fabio Berger | 2017-09-26 | 2 | -2/+2 |
| | | |||||
* | | 0.17.0 | Fabio Berger | 2017-09-26 | 2 | -2/+2 |
| | | |||||
* | | Update changelog | Fabio Berger | 2017-09-26 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #170 from 0xProject/addOrderValidation | Fabio Berger | 2017-09-26 | 6 | -8/+109 |
|\ \ | | | | | | | Add validateOrderFillableOrThrowAsync Method | ||||
| * | | fix test | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix test | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix merge issue | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Updated changelog | Fabio Berger | 2017-09-26 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'development' into addOrderValidation | Fabio Berger | 2017-09-26 | 3 | -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-getter | Leonid | 2017-09-26 | 3 | -7/+21 |
|\ \ \ | |_|/ |/| | | Make getZRXTokenAddressAsync public | ||||
| * | | Update comment | Leonid Logvinov | 2017-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add a test for getZRXTokenAddressAsync | Leonid Logvinov | 2017-09-26 | 1 | -0/+7 |
| | | | |||||
| * | | Document changes in CHANGELOG | Leonid Logvinov | 2017-09-26 | 1 | -0/+3 |
| | | | |||||
| * | | Make getZRXTokenAddressAsync public | Leonid Logvinov | 2017-09-26 | 1 | -7/+11 |
|/ / | |||||
| * | improve comment | Fabio Berger | 2017-09-26 | 1 | -1/+2 |
| | | |||||
| * | Fix linter issue | Fabio Berger | 2017-09-26 | 1 | -1/+3 |
| | | |||||
| * | Add success test and regression test for previous bug where comparing āµ | Fabio Berger | 2017-09-26 | 1 | -0/+19 |
| | | | | | | | | makerTokenAmount with a takerTokenAmount | ||||
| * | Add tests for validateOrderFillableOrThrowAsync | Fabio Berger | 2017-09-26 | 1 | -0/+21 |
| | | |||||
| * | Refactor our logic checking fillAmountNotZero and expiry | Fabio Berger | 2017-09-26 | 1 | -14/+21 |
| | | |||||
| * | make opts optional | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | rename validateOrderFillableThrowIfNotFillableAsync to āµ | Fabio Berger | 2017-09-26 | 2 | -3/+3 |
| | | | | | | | | validateOrderFillableOrThrowAsync | ||||
| * | Fix bug where we were accidentally comparing a makerTokenAmount to a āµ | Fabio Berger | 2017-09-26 | 1 | -2/+2 |
| | | | | | | | | takerTokenAmount | ||||
| * | improve comment | Fabio Berger | 2017-09-26 | 1 | -2/+2 |
| | | |||||
| * | Add validateOrderFillableThrowIfNotFillableAsync to public methods in order āµ | Fabio Berger | 2017-09-26 | 3 | -0/+50 |
|/ | | | | to validate orders in an orderbook without a specific taker in mind | ||||
* | 0.16.0v0.16.0 | Leonid Logvinov | 2017-09-20 | 2 | -2/+2 |
| | |||||
* | Merge pull request #165 from 0xProject/feature/configurable-addresses | Leonid | 2017-09-20 | 13 | -156/+137 |
|\ | | | | | Allow users to pass contract addresses as a config | ||||
| * | Update release date | Leonid Logvinov | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Fix the typo | Leonid Logvinov | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Add a comment for ZeroExConfig type | Leonid Logvinov | 2017-09-19 | 1 | -0/+6 |
| | | |||||
| * | Move lower-casing logic | Leonid Logvinov | 2017-09-19 | 2 | -3/+3 |
| | | |||||
| * | Fix a comment | Leonid Logvinov | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Postfix variable names with 'ifExists' | Leonid Logvinov | 2017-09-19 | 4 | -14/+15 |
| | | |||||
| * | Prefix HACK comment with HACK | Leonid Logvinov | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Postfix variable names with 'ifExists' | Leonid Logvinov | 2017-09-19 | 1 | -6/+8 |
| | | |||||
| * | Verify ZeroExConfig | Leonid Logvinov | 2017-09-19 | 2 | -0/+14 |
| | | |||||
| * | Add changes to the CHANGELOG | Leonid Logvinov | 2017-09-19 | 1 | -0/+8 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-09-18 | 2 | -4/+4 |
| | | |||||
| * | Add explanatory comment | Leonid Logvinov | 2017-09-18 | 1 | -0/+6 |
| | | |||||
| * | Add tests for contracts address config | Leonid Logvinov | 2017-09-18 | 2 | -2/+37 |
| | | |||||
| * | Make contract addresses configurable | Leonid Logvinov | 2017-09-18 | 5 | -9/+21 |
| | | |||||
| * | Fetch tokenTransferProxy address from exchange contract | Leonid Logvinov | 2017-09-18 | 7 | -143/+40 |
|/ | |||||
* | 0.15.0 | Leonid Logvinov | 2017-09-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #161 from 0xProject/feature/defaultBlock | Leonid | 2017-09-08 | 5 | -17/+51 |
|\ | | | | | Add a possibility to specify defaultBlock when calling const blockchain methods | ||||
| * | Replace placeholders with actual coments | Leonid Logvinov | 2017-09-08 | 2 | -6/+6 |
| | | |||||
| * | Add a comment for MethodOpts | Leonid Logvinov | 2017-09-08 | 1 | -0/+6 |
| | | |||||
| * | Fix CHANGELOG comment | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | | |||||
| * | Rename CallOpts to MethodOpts | Leonid Logvinov | 2017-09-08 | 4 | -21/+23 |
| | | |||||
| * | Update CHANGELOG.md | Leonid Logvinov | 2017-09-08 | 1 | -0/+4 |
| | | |||||
| * | Allow user to specify defaultBlock when calling const exchange methods | Leonid Logvinov | 2017-09-08 | 2 | -9/+18 |
| | | |||||
| * | Allow user to specify defaultBlock when calling const token methods | Leonid Logvinov | 2017-09-08 | 2 | -8/+16 |
| | | |||||
| * | Define CallOpts type | Leonid Logvinov | 2017-09-08 | 2 | -0/+5 |
|/ | |||||
* | 0.14.2 | Leonid Logvinov | 2017-09-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #160 from 0xProject/fix/bignumber-types | Leonid | 2017-09-08 | 2 | -1/+5 |
|\ | | | | | Add bignumber.js types as a dependency | ||||
| * | Update CHANGELOG | Leonid Logvinov | 2017-09-08 | 1 | -0/+4 |
| | | |||||
| * | Make bignumber.js types normal dependency | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
|/ | |||||
* | 0.14.1 | Leonid Logvinov | 2017-09-08 | 2 | -1/+10157 |
| | |||||
* | Add release note to CHANGELOG | Leonid Logvinov | 2017-09-08 | 1 | -0/+4 |
| | |||||
* | Merge pull request #159 from 0xProject/fix/types | Leonid | 2017-09-08 | 5 | -9/+10 |
|\ | | | | | Move Aftifact type definition to 'types' | ||||
| * | Move Aftifact type definition to 'types' | Leonid Logvinov | 2017-09-08 | 5 | -9/+10 |
|/ |