aboutsummaryrefslogtreecommitdiffstats
path: root/src/0x.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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-051-6/+9
|
* Add TransationReceipt as a public exported typeLeonid Logvinov2017-09-051-3/+9
|
* Change non-exhange contracts to also return txHashLeonid Logvinov2017-09-051-2/+2
|
* Implement zeroEx.awaitTransactionMinedLeonid Logvinov2017-09-051-0/+14
|
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-1/+0
| | | | transaction to be mined
* Improve the commentLeonid Logvinov2017-08-301-2/+2
|
* Add assert.isWeb3ProviderLeonid Logvinov2017-08-301-0/+1
|
* Improve the commentLeonid Logvinov2017-08-301-3/+5
|
* Support web3@1.0 providersLeonid Logvinov2017-08-301-0/+4
|
* Pass config object to a constructor instead of gasPriceLeonid Logvinov2017-08-291-3/+4
|
* Remove default value for gasPriceLeonid Logvinov2017-08-291-3/+0
|
* Allow user to specify the gas priceLeonid Logvinov2017-08-291-6/+10
|
* Use 0x-json-schemasLeonid Logvinov2017-08-281-7/+4
|
* Rename internally Proxy to TokenTransferProxyLeonid Logvinov2017-08-221-5/+5
|
* Remove unused importsLeonid Logvinov2017-07-261-1/+0
|
* Use PascalCase names as string enum keysLeonid Logvinov2017-07-121-1/+1
|
* Make getOrderHashHex staticLeonid Logvinov2017-07-121-10/+10
|
* Migrate to using a single Exchange contractLeonid Logvinov2017-07-121-39/+0
|
* Move private helper methods into signatureUtils so that they don't show up ↵Fabio Berger2017-07-081-24/+1
| | | | in the ZeroEx classes auto-complete list
* Remove duplication of 27, 28 v valuesFabio Berger2017-07-081-4/+5
|
* Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND ↵Fabio Berger2017-07-081-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 _isExchangeContractAddressProxyAuthorizedAsyncLeonid Logvinov2017-07-071-5/+1
|
* Fix comments to use web3 provider instead of web3 instanceLeonid Logvinov2017-07-071-5/+6
|
* Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵Leonid Logvinov2017-07-061-1/+43
| | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync
* move order hash schema to a separate fileLeonid Logvinov2017-07-051-1/+2
|
* Fix the bug when didn't invalidate etherToken contract instanceLeonid Logvinov2017-07-051-0/+1
|
* Make this.proxy.invalidateContractInstance and ↵Leonid Logvinov2017-07-051-2/+2
| | | | this.tokenRegistry.invalidateContractInstance private
* Make invalidateContractInstancesAsync private on exchange and tokenLeonid Logvinov2017-07-051-2/+2
|
* Use orderHashSchema to validate order hashLeonid Logvinov2017-07-051-2/+4
|
* Merge branch 'master' into subscribe-tokenLeonid2017-07-041-4/+8
|\
| * Make proxy wrapper public on zeroEx instanceLeonid Logvinov2017-07-041-4/+8
| |
* | Add initial implementation and tests for zeroEx.token.subscribeAsyncLeonid Logvinov2017-07-041-1/+1
|/
* Merge branch 'master' into add-exchange-address-to-order-structLeonid2017-07-041-2/+3
|\
| * Fix test failures caused by testrpc new eth_sign behaviourLeonid Logvinov2017-07-011-2/+3
| |
* | Stop passing exchangeContractAddress to utils.getOrderHashHexLeonid Logvinov2017-07-041-1/+1
| |
* | Rename invalidateContractInstanceAsync to invalidateContractInstancesAsyncLeonid Logvinov2017-07-041-1/+1
| |
* | Rename _proxy to _proxyWrapperLeonid Logvinov2017-06-301-4/+4
| |
* | Add ProxyWrapper instance to zeroExLeonid Logvinov2017-06-301-1/+5
| |
* | Make getOrderHashHex a non-async functionLeonid Logvinov2017-06-301-1/+1
| |
* | Remove _getExchangeAddressAsyncLeonid Logvinov2017-06-271-11/+0
| |
* | Allow multiple exchange versions t be functional at the same timeLeonid Logvinov2017-06-271-4/+1
|/
* Implement EtherTokenWrapper and tests, with deposit and withdraw methodsFabio Berger2017-06-261-0/+7
|
* Revert "Use different lodash import syntax which allows to include only used ↵Leonid2017-06-221-3/+3
| | | | functions"
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-1/+1
|
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-3/+3
|
* Fix tslint issueFabio Berger2017-06-191-1/+2
|
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-06-191-8/+7
|\
| * Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-7/+7
| |
| * Remove unused importLeonid Logvinov2017-06-151-1/+0
| |
* | Add and improve commentsFabio Berger2017-06-161-5/+18
|/
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-0/+238