Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -333/+0 |
| | |||||
* | Create stores in orderStateWatcher | Leonid Logvinov | 2017-11-13 | 1 | -2/+1 |
| | |||||
* | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-12 | 1 | -1/+13 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * development: 0.22.6 Add new changes to CHANGELOG use util fn no race, reject from interval cb and clear allow timeout for await transaction mined # Conflicts: # src/types.ts | ||||
| * | use util fn | Luke Autry | 2017-11-11 | 1 | -1/+1 |
| | | |||||
| * | no race, reject from interval cb and clear | Luke Autry | 2017-11-11 | 1 | -9/+10 |
| | | |||||
| * | allow timeout for await transaction mined | Luke Autry | 2017-11-10 | 1 | -1/+12 |
| | | |||||
* | | Move isValidSignature implementation into signatureUtils | Fabio Berger | 2017-11-10 | 1 | -13/+2 |
| | | |||||
* | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher | Fabio Berger | 2017-11-10 | 1 | -8/+9 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Revert "Use _.get for optional configs" # Conflicts: # src/0x.ts | ||||
| * | | Revert "Use _.get for optional configs" | Leonid Logvinov | 2017-11-10 | 1 | -8/+9 |
| | | | | | | | | | | | | This reverts commit ecc54b07c70c9f191a0eb0dece8137f088250a41. | ||||
* | | | Add nested config for orderWatcher | Fabio Berger | 2017-11-10 | 1 | -2/+3 |
|/ / | |||||
* | | rename folder to order_watcher | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
| | | |||||
* | | Use _.get for optional configs | Fabio Berger | 2017-11-10 | 1 | -9/+8 |
| | | |||||
* | | Improve comment | Fabio Berger | 2017-11-10 | 1 | -1/+2 |
| | | |||||
* | | Add naive order state watcher implementation | Leonid Logvinov | 2017-10-31 | 1 | -0/+11 |
| | | | | | | | | | | Revalidate all orders upon event received and emit order states even if not changed | ||||
* | | Remove mempool event watcher config | Leonid Logvinov | 2017-10-31 | 1 | -1/+0 |
| | | |||||
* | | Move provider altering logic to Web3Wrapper | Leonid Logvinov | 2017-10-31 | 1 | -6/+0 |
| | | |||||
* | | Rename MempoolWatcher to EventWatcher and remove from public interface | Leonid Logvinov | 2017-10-31 | 1 | -9/+0 |
| | | |||||
* | | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 1 | -0/+10 |
|/ | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -4/+4 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-10-05 | 1 | -9/+0 |
| | |||||
* | Allign brackets | Leonid Logvinov | 2017-10-04 | 1 | -1/+2 |
| | |||||
* | Use Noop instead of NoOp | Leonid Logvinov | 2017-10-04 | 1 | -2/+4 |
| | |||||
* | Add tests for zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -1/+5 |
| | |||||
* | Remove old tests | Leonid Logvinov | 2017-10-04 | 1 | -0/+1 |
| | |||||
* | Move log decoding to AbiDecoder | Leonid Logvinov | 2017-10-04 | 1 | -21/+2 |
| | |||||
* | Factor out tryToDecodeLogOrNoOp | Leonid Logvinov | 2017-10-04 | 1 | -11/+12 |
| | |||||
* | Add zeroEx.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+11 |
| | |||||
* | Fix a comment | Leonid Logvinov | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | Add explanatory comment | Leonid Logvinov | 2017-09-18 | 1 | -0/+6 |
| | |||||
* | Make contract addresses configurable | Leonid Logvinov | 2017-09-18 | 1 | -3/+6 |
| | |||||
* | Fetch tokenTransferProxy address from exchange contract | Leonid Logvinov | 2017-09-18 | 1 | -2/+12 |
| | |||||
* | Make intervalUtils an object instead of a class and make instance variable local | Leonid Logvinov | 2017-09-07 | 1 | -5/+3 |
| | |||||
* | Fix overlapping async intervals issue | Leonid Logvinov | 2017-09-06 | 1 | -2/+5 |
| | |||||
* | Handle the case, when it's not possible to decode args | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Implement custom ABI decoder | Leonid Logvinov | 2017-09-06 | 1 | -14/+10 |
| | |||||
* | Fix the return types and export the required public types | Leonid Logvinov | 2017-09-06 | 1 | -4/+5 |
| | |||||
* | Decode logs args in awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-06 | 1 | -3/+40 |
| | |||||
* | Increase the default polling interval to 1000 | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Fix the comment at awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | Fix gasPrice regression | Leonid Logvinov | 2017-09-05 | 1 | -6/+9 |
| | |||||
* | Add TransationReceipt as a public exported type | Leonid Logvinov | 2017-09-05 | 1 | -3/+9 |
| | |||||
* | Change non-exhange contracts to also return txHash | Leonid Logvinov | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | Implement zeroEx.awaitTransactionMined | Leonid Logvinov | 2017-09-05 | 1 | -0/+14 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -1/+0 |
| | | | | transaction to be mined | ||||
* | Improve the comment | Leonid Logvinov | 2017-08-30 | 1 | -2/+2 |
| | |||||
* | Add assert.isWeb3Provider | Leonid Logvinov | 2017-08-30 | 1 | -0/+1 |
| | |||||
* | Improve the comment | Leonid Logvinov | 2017-08-30 | 1 | -3/+5 |
| | |||||
* | Support web3@1.0 providers | Leonid Logvinov | 2017-08-30 | 1 | -0/+4 |
| | |||||
* | Pass config object to a constructor instead of gasPrice | Leonid Logvinov | 2017-08-29 | 1 | -3/+4 |
| | |||||
* | Remove default value for gasPrice | Leonid Logvinov | 2017-08-29 | 1 | -3/+0 |
| | |||||
* | Allow user to specify the gas price | Leonid Logvinov | 2017-08-29 | 1 | -6/+10 |
| | |||||
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -7/+4 |
| | |||||
* | Rename internally Proxy to TokenTransferProxy | Leonid Logvinov | 2017-08-22 | 1 | -5/+5 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+0 |
| | |||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 1 | -10/+10 |
| | |||||
* | Migrate to using a single Exchange contract | Leonid Logvinov | 2017-07-12 | 1 | -39/+0 |
| | |||||
* | Move private helper methods into signatureUtils so that they don't show up ↵ | Fabio Berger | 2017-07-08 | 1 | -24/+1 |
| | | | | in the ZeroEx classes auto-complete list | ||||
* | Remove duplication of 27, 28 v values | Fabio Berger | 2017-07-08 | 1 | -4/+5 |
| | |||||
* | Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND ↵ | Fabio Berger | 2017-07-08 | 1 | -29/+41 |
| | | | | R + S + V and check both for a valid signature in order to fix the issue of different nodes returning it differently | ||||
* | Inline _isExchangeContractAddressProxyAuthorizedAsync | Leonid Logvinov | 2017-07-07 | 1 | -5/+1 |
| | |||||
* | Fix comments to use web3 provider instead of web3 instance | Leonid Logvinov | 2017-07-07 | 1 | -5/+6 |
| | |||||
* | Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵ | Leonid Logvinov | 2017-07-06 | 1 | -1/+43 |
| | | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync | ||||
* | move order hash schema to a separate file | Leonid Logvinov | 2017-07-05 | 1 | -1/+2 |
| | |||||
* | Fix the bug when didn't invalidate etherToken contract instance | Leonid Logvinov | 2017-07-05 | 1 | -0/+1 |
| | |||||
* | Make this.proxy.invalidateContractInstance and ↵ | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
| | | | | this.tokenRegistry.invalidateContractInstance private | ||||
* | Make invalidateContractInstancesAsync private on exchange and token | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Use orderHashSchema to validate order hash | Leonid Logvinov | 2017-07-05 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' into subscribe-token | Leonid | 2017-07-04 | 1 | -4/+8 |
|\ | |||||
| * | Make proxy wrapper public on zeroEx instance | Leonid Logvinov | 2017-07-04 | 1 | -4/+8 |
| | | |||||
* | | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 1 | -2/+3 |
|\ | |||||
| * | Fix test failures caused by testrpc new eth_sign behaviour | Leonid Logvinov | 2017-07-01 | 1 | -2/+3 |
| | | |||||
* | | Stop passing exchangeContractAddress to utils.getOrderHashHex | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | |||||
* | | Rename invalidateContractInstanceAsync to invalidateContractInstancesAsync | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | |||||
* | | Rename _proxy to _proxyWrapper | Leonid Logvinov | 2017-06-30 | 1 | -4/+4 |
| | | |||||
* | | Add ProxyWrapper instance to zeroEx | Leonid Logvinov | 2017-06-30 | 1 | -1/+5 |
| | | |||||
* | | Make getOrderHashHex a non-async function | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | |||||
* | | Remove _getExchangeAddressAsync | Leonid Logvinov | 2017-06-27 | 1 | -11/+0 |
| | | |||||
* | | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 1 | -4/+1 |
|/ | |||||
* | Implement EtherTokenWrapper and tests, with deposit and withdraw methods | Fabio Berger | 2017-06-26 | 1 | -0/+7 |
| | |||||
* | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 1 | -3/+3 |
| | | | | functions" | ||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -3/+3 |
| | |||||
* | Fix tslint issue | Fabio Berger | 2017-06-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-06-19 | 1 | -8/+7 |
|\ | |||||
| * | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -7/+7 |
| | | |||||
| * | Remove unused import | Leonid Logvinov | 2017-06-15 | 1 | -1/+0 |
| | | |||||
* | | Add and improve comments | Fabio Berger | 2017-06-16 | 1 | -5/+18 |
|/ | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -0/+238 |