Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo in comment | Leonid Logvinov | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance | Leonid Logvinov | 2017-07-11 | 1 | -10/+11 |
| | |||||
* | Simplify BigNumber hack | Leonid Logvinov | 2017-07-11 | 1 | -5/+2 |
| | |||||
* | Migrate the rest of the artifacts | Leonid Logvinov | 2017-07-11 | 1 | -184/+40 |
| | |||||
* | Change arguments order at isRoundingError | Leonid Logvinov | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Migrate events | Leonid Logvinov | 2017-07-11 | 3 | -23/+24 |
| | |||||
* | Migrate constructor arguments | Leonid Logvinov | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Migrate fillOrKillOrder | Leonid Logvinov | 2017-07-11 | 3 | -14/+15 |
| | |||||
* | Migrate ZRX_TOKEN_AMOUNT | Leonid Logvinov | 2017-07-11 | 3 | -3/+3 |
| | |||||
* | Migrate getUnavailableTakerTokenAmount | Leonid Logvinov | 2017-07-11 | 3 | -6/+6 |
| | |||||
* | Migrate PROXY_CONTRACT | Leonid Logvinov | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Migrate batchFillOrKillOrders | Leonid Logvinov | 2017-07-11 | 3 | -10/+11 |
| | |||||
* | Migrate batchFillOrders | Leonid Logvinov | 2017-07-11 | 3 | -24/+31 |
| | |||||
* | Migrate fillOrder | Leonid Logvinov | 2017-07-11 | 3 | -29/+35 |
| | |||||
* | Migrate fillOrdersUpTo and remove min | Leonid Logvinov | 2017-07-11 | 3 | -44/+26 |
| | |||||
* | Migrate batchCancelOrders | Leonid Logvinov | 2017-07-11 | 3 | -10/+11 |
| | |||||
* | Migrate getPartialAmount | Leonid Logvinov | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Migrate cencelOrder | Leonid Logvinov | 2017-07-11 | 3 | -15/+16 |
| | |||||
* | Revert "Migrate isRoundingError parameter changes" | Leonid Logvinov | 2017-07-11 | 3 | -9/+9 |
| | | | | This reverts commit 9a200c67210599faf5eb735893abae99f72a4d1f. | ||||
* | Revert "Rename ZRX to ZRX_TOKEN_CONTRACT" | Leonid Logvinov | 2017-07-11 | 3 | -28/+2 |
| | | | | This reverts commit 6f0b8a185b6fcf58b7427fb907599dbc82c10eaf. | ||||
* | Update binaries and timestamps | Leonid Logvinov | 2017-07-11 | 1 | -4/+4 |
| | |||||
* | Migrate isRoundingError parameter changes | Leonid Logvinov | 2017-07-11 | 3 | -9/+9 |
| | |||||
* | Rename ZRX to ZRX_TOKEN_CONTRACT | Leonid Logvinov | 2017-07-11 | 3 | -2/+28 |
| | |||||
* | Add contracts artifacts for contracts that didn't change | Leonid Logvinov | 2017-07-11 | 5 | -13/+17 |
| | |||||
* | Merge pull request #100 from 0xProject/improveSignOrder | Fabio Berger | 2017-07-08 | 2 | -29/+48 |
|\ | | | | | Improve signOrderHashAsync | ||||
| * | Move private helper methods into signatureUtils so that they don't show up ↵ | Fabio Berger | 2017-07-08 | 2 | -24/+30 |
| | | | | | | | | 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 | ||||
* | | Refactor net_version caching logic | Leonid Logvinov | 2017-07-08 | 1 | -10/+10 |
| | | |||||
* | | Merge branch 'master' into cache_net_version | Leonid | 2017-07-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | Rename batchCancelOrderAsync to batchCancelOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Rename batchFillOrderAsync to batchFillOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -2/+2 |
| |/ | |||||
* / | Cache networkId in web3Wrapper | Leonid Logvinov | 2017-07-07 | 1 | -5/+12 |
|/ | |||||
* | 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 | 2 | -7/+8 |
| | |||||
* | Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵ | Leonid Logvinov | 2017-07-06 | 2 | -46/+45 |
| | | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync | ||||
* | Add order hash schema | Leonid Logvinov | 2017-07-05 | 1 | -0/+5 |
| | |||||
* | Rearrange methods in event utils | Leonid Logvinov | 2017-07-05 | 1 | -13/+13 |
| | |||||
* | Add underscore in front of _getBigNumberWrappingEventCallback | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Use string template | Leonid Logvinov | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Make all fields of subscriptionOpts schema optional | Leonid Logvinov | 2017-07-05 | 1 | -1/+0 |
| | |||||
* | move order hash schema to a separate file | Leonid Logvinov | 2017-07-05 | 4 | -9/+6 |
| | |||||
* | Fix order schema (add exchangeContractAddress) | Leonid Logvinov | 2017-07-05 | 1 | -1/+2 |
| | |||||
* | Fix the bug when didn't invalidate etherToken contract instance | Leonid Logvinov | 2017-07-05 | 2 | -0/+4 |
| | |||||
* | Make this.proxy.invalidateContractInstance and ↵ | Leonid Logvinov | 2017-07-05 | 3 | -8/+8 |
| | | | | this.tokenRegistry.invalidateContractInstance private | ||||
* | Make invalidateContractInstancesAsync private on exchange and token | Leonid Logvinov | 2017-07-05 | 3 | -10/+10 |
| | |||||
* | Add parameter validation for subscribeAsync | Leonid Logvinov | 2017-07-05 | 2 | -0/+10 |
| | |||||
* | Add assert.doesBelongToStringEnum | Leonid Logvinov | 2017-07-05 | 1 | -0/+11 |
| | |||||
* | Add StringEnum type | Leonid Logvinov | 2017-07-05 | 1 | -1/+4 |
| | |||||
* | Use orderHashSchema to validate order hash | Leonid Logvinov | 2017-07-05 | 4 | -14/+9 |
| | |||||
* | Refactor event tests | Leonid Logvinov | 2017-07-05 | 1 | -4/+0 |
| | |||||
* | Add tests for order hash Schema | Leonid Logvinov | 2017-07-05 | 1 | -0/+6 |
| | |||||
* | Add orderHashSchema | Leonid Logvinov | 2017-07-04 | 2 | -1/+8 |
| | |||||
* | Register new schemas within schema validator | Leonid Logvinov | 2017-07-04 | 1 | -0/+5 |
| | |||||
* | Add index_filter_values_schema.ts and subscription_opts_schema.ts | Leonid Logvinov | 2017-07-04 | 2 | -0/+32 |
| | |||||
* | Make IndexedFilterValues type scricter | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | Fix comments | Leonid Logvinov | 2017-07-04 | 2 | -7/+6 |
| | |||||
* | Merge branch 'master' into subscribe-token | Leonid | 2017-07-04 | 4 | -9/+26 |
|\ | |||||
| * | Merge pull request #89 from 0xProject/proxy | Leonid | 2017-07-04 | 4 | -9/+26 |
| |\ | | | | | | | Add zeroEx.proxy | ||||
| | * | Use call instead of use in the comments | Leonid Logvinov | 2017-07-04 | 2 | -6/+6 |
| | | | |||||
| | * | Fix the comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| | * | Add zeroEx.proxy.getAuthorizedAddressesAsync and tests | Leonid Logvinov | 2017-07-04 | 2 | -0/+13 |
| | | | |||||
| | * | 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 | 6 | -36/+128 |
|/ / | |||||
* | | Rename _wrapEventCallback to _getBigNumberWrappingEventCallback | Leonid Logvinov | 2017-07-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into wrap-log-bignumber | Leonid | 2017-07-04 | 15 | -104/+348 |
|\| | |||||
| * | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 2 | -2/+6 |
| |\ | |||||
| | * | Fix test failures caused by testrpc new eth_sign behaviour | Leonid Logvinov | 2017-07-01 | 2 | -2/+6 |
| | | | |||||
| * | | Stop passing exchangeContractAddress to utils.getOrderHashHex | Leonid Logvinov | 2017-07-04 | 3 | -10/+5 |
| | | | |||||
| * | | Await ZRX call | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Rename invalidateContractInstanceAsync to invalidateContractInstancesAsync | Leonid Logvinov | 2017-07-04 | 2 | -2/+2 |
| | | | |||||
| * | | Fix _getProxyContractAsync function name | Leonid Logvinov | 2017-07-04 | 1 | -2/+2 |
| | | | |||||
| * | | Fix comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix comment | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Remove constructor | Leonid Logvinov | 2017-07-01 | 1 | -3/+0 |
| | | | |||||
| * | | Fix proxy comment | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix naming | Leonid Logvinov | 2017-07-01 | 1 | -2/+3 |
| | | | |||||
| * | | Fix a typo in authorized | Leonid Logvinov | 2017-07-01 | 1 | -3/+3 |
| | | | |||||
| * | | Fix a bug in getProxyAuthorizedContractAddressesAsync | Leonid Logvinov | 2017-07-01 | 1 | -2/+7 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo in authorized | Leonid Logvinov | 2017-06-30 | 2 | -2/+2 |
| | | | |||||
| * | | Rename _proxy to _proxyWrapper | Leonid Logvinov | 2017-06-30 | 1 | -4/+4 |
| | | | |||||
| * | | Implement getProxyAuthorizedContractAddressesAsync | Leonid Logvinov | 2017-06-30 | 1 | -0/+16 |
| | | | |||||
| * | | Store ProxyWrapper instance in ExchangeWrapper | Leonid Logvinov | 2017-06-30 | 1 | -1/+4 |
| | | | |||||
| * | | Add ProxyWrapper instance to zeroEx | Leonid Logvinov | 2017-06-30 | 1 | -1/+5 |
| | | | |||||
| * | | Add Proxy wrapper | Leonid Logvinov | 2017-06-30 | 1 | -0/+36 |
| | | | |||||
| * | | Add type for a ProxyContract | Leonid Logvinov | 2017-06-30 | 1 | -0/+6 |
| | | | |||||
| * | | Rename Exchange.json to Exchange_v1.json | Leonid Logvinov | 2017-06-30 | 2 | -1/+1 |
| | | | |||||
| * | | Factor out ZRXtokenAddress variable | Leonid Logvinov | 2017-06-30 | 1 | -1/+2 |
| | | | |||||
| * | | Rename ZeroExError.CONTRACT_DOES_NOT_EXIST to ↵ | Leonid Logvinov | 2017-06-30 | 2 | -1/+2 |
| | | | | | | | | | | | | ZeroExError.EXCHANGE_CONTRACT_DOES_NOT_EXIST | ||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Factor out exchangeArtifacts variable | Leonid Logvinov | 2017-06-30 | 1 | -1/+2 |
| | | | |||||
| * | | Check that artefacts by networkId are not undefined before getting the address | Leonid Logvinov | 2017-06-30 | 1 | -2/+5 |
| | | | |||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Mve schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Make getOrderHashHex a non-async function | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Update contract artefacts | Leonid Logvinov | 2017-06-28 | 6 | -16/+125 |
| | | | |||||
| * | | Remove custom Schema type and use one from jsonschema | Leonid Logvinov | 2017-06-28 | 3 | -5/+2 |
| | | | |||||
| * | | Remove _getExchangeAddressAsync | Leonid Logvinov | 2017-06-27 | 2 | -11/+1 |
| | | | |||||
| * | | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 4 | -52/+127 |
| | | | |||||
| * | | Move exchange artifacts to an exchange subfolder | Leonid Logvinov | 2017-06-27 | 2 | -1/+1 |
| |/ | |||||
* | | Check for a BigNumber instance | Leonid Logvinov | 2017-07-04 | 1 | -1/+8 |
| | | |||||
* | | Use _.isString instead of instanceof | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | |||||
* | | Wrap all event args in a newer version of BigNumber and test it | Leonid Logvinov | 2017-07-02 | 2 | -1/+20 |
|/ | |||||
* | Additional EtherToken comment changes | Fabio Berger | 2017-06-27 | 1 | -10/+10 |
| | |||||
* | Improve EtherToken comments | Fabio Berger | 2017-06-27 | 1 | -10/+10 |
| | |||||
* | Merge pull request #81 from 0xProject/addWrappedETHSupport | Leonid | 2017-06-27 | 5 | -4/+99 |
|\ | | | | | Add Wrapped ETH Support | ||||
| * | refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test ↵ | Fabio Berger | 2017-06-27 | 2 | -7/+5 |
| | | | | | | | | assertions to check if the discrepancy between the existing ETH balance and expected balance is small enough to simply be the gas cost used by the transaction. | ||||
| * | Fix typo | Fabio Berger | 2017-06-27 | 2 | -2/+2 |
| | | |||||
| * | Implement EtherTokenWrapper and tests, with deposit and withdraw methods | Fabio Berger | 2017-06-26 | 4 | -0/+95 |
| | | |||||
| * | Add missing return comment | Fabio Berger | 2017-06-26 | 1 | -0/+1 |
| | | |||||
| * | Re-wrap BigNumber returned from web3 in `getBalanceInEthAsync` | Fabio Berger | 2017-06-26 | 1 | -1/+2 |
| | | |||||
* | | Add comment before declarations | Leonid Logvinov | 2017-06-23 | 1 | -1/+1 |
| | | |||||
* | | Add kovan integration tests | Leonid Logvinov | 2017-06-23 | 1 | -0/+8 |
|/ | |||||
* | Fix incorrect merge consequences | Leonid Logvinov | 2017-06-23 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into fill-order-amuont | Leonid | 2017-06-23 | 16 | -91/+682 |
|\ | |||||
| * | Update contracts | Leonid Logvinov | 2017-06-22 | 6 | -17/+622 |
| | | |||||
| * | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 10 | -73/+60 |
| | | | | | | | | functions" | ||||
* | | Return filledTakerTokenAmount from fillOrdersUpToAsync | Leonid Logvinov | 2017-06-22 | 1 | -3/+10 |
| | | |||||
* | | Return cancelledAmount from cancelOrderAsync | Leonid Logvinov | 2017-06-22 | 1 | -1/+6 |
| | | |||||
* | | Fix return comment | Leonid Logvinov | 2017-06-22 | 1 | -1/+1 |
| | | |||||
* | | Return filledAmount from fillOrderAsync | Leonid Logvinov | 2017-06-21 | 1 | -1/+6 |
|/ | |||||
* | Rename Log*Args to Log*ContractEventArgs | Leonid Logvinov | 2017-06-21 | 2 | -5/+5 |
| | |||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 10 | -23/+23 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 10 | -60/+73 |
| | |||||
* | Add missing semi-colon | Fabio Berger | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Add newline between type defs | Fabio Berger | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Improve comment | Fabio Berger | 2017-06-20 | 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 | 5 | -14/+53 |
|\ | |||||
| * | Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs | Leonid Logvinov | 2017-06-19 | 3 | -7/+7 |
| | | |||||
| * | Merge branch 'master' into event-types | Leonid | 2017-06-15 | 4 | -11/+17 |
| |\ | |||||
| | * | Switch back to using Web3.Provider, not Web3Provider in internal classes | Leonid Logvinov | 2017-06-15 | 1 | -4/+3 |
| | | | |||||
| | * | Add explaining comment for the web3Provider type | Leonid Logvinov | 2017-06-15 | 1 | -1/+5 |
| | | | |||||
| | * | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 4 | -13/+16 |
| | | | |||||
| * | | Add actual type for contract event arguments | Leonid Logvinov | 2017-06-15 | 3 | -2/+36 |
| |/ | |||||
| * | Remove unused import | Leonid Logvinov | 2017-06-15 | 1 | -1/+0 |
| | | |||||
* | | Add and improve comments | Fabio Berger | 2017-06-16 | 4 | -17/+43 |
|/ | |||||
* | Remove types that are not used in public interface from export and rename ↵ | Leonid Logvinov | 2017-06-14 | 3 | -16/+12 |
| | | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues | ||||
* | Rename ZeroExEvent to EventEmitter | Leonid Logvinov | 2017-06-13 | 3 | -14/+14 |
| | |||||
* | Bind watch function on an event | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Refactor subscription to return zeroExSignature object | Leonid Logvinov | 2017-06-13 | 4 | -18/+35 |
| | |||||
* | Add getContractAddressAsync and tests | Leonid Logvinov | 2017-06-13 | 1 | -0/+9 |
| | |||||
* | Export DoneCallback | Leonid Logvinov | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -0/+24 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -0/+0 |
| | |||||
* | Duplicate truffle contracts types | Leonid Logvinov | 2017-06-11 | 2 | -1/+9 |
| | |||||
* | Add type references | Leonid Logvinov | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into private | Leonid | 2017-06-11 | 5 | -36/+85 |
|\ | |||||
| * | Merge pull request #60 from 0xProject/error-decorator | Fabio Berger | 2017-06-11 | 4 | -0/+49 |
| |\ | | | | | | | Add initial error handling decorator implementation | ||||
| | * | Merge branch 'master' into error-decorator | Leonid | 2017-06-10 | 4 | -24/+139 |
| | |\ | |||||
| | * | | Add initial error handling decorator implementation | Leonid Logvinov | 2017-06-10 | 4 | -0/+49 |
| | | | | |||||
| * | | | Remove Hex suffix from public functions parameters names | Leonid Logvinov | 2017-06-10 | 2 | -36/+36 |
| | |/ | |/| | |||||
* | | | Fix last tests | Leonid Logvinov | 2017-06-11 | 3 | -20/+20 |
| | | | |||||
* | | | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 5 | -129/+130 |
|/ / | |||||
* | | Align all param comments so that they are more readable | Fabio Berger | 2017-06-10 | 4 | -87/+99 |
| | | |||||
* | | Add param & return comments to all public methods and add comments to some ↵ | Fabio Berger | 2017-06-10 | 4 | -24/+127 |
|/ | | | | public methods that were missing them | ||||
* | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 6 | -8/+18 |
|\ | |||||
| * | Merge branch 'master' into schema-tests | Leonid | 2017-06-10 | 2 | -4/+3 |
| |\ | |||||
| * | | Fix bugs in schemas | Leonid Logvinov | 2017-06-10 | 3 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into schema-tests | Leonid | 2017-06-10 | 1 | -5/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into schema-tests | Leonid | 2017-06-09 | 4 | -5/+87 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into schema-tests | Leonid | 2017-06-09 | 3 | -16/+36 |
| |\ \ \ \ | |||||
| * | | | | | Fix tests | Leonid Logvinov | 2017-06-09 | 1 | -2/+9 |
| | | | | | | |||||
| * | | | | | Add tests for TokenSchema | Leonid Logvinov | 2017-06-09 | 2 | -4/+7 |
| | | | | | | |||||
| * | | | | | Add ecSignatureSchema tests | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 2 | -4/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Move MAX_DIGITS_IN_UNSIGNED_256_INT to constants | Fabio Berger | 2017-06-10 | 2 | -4/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix tests | Leonid Logvinov | 2017-06-10 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | Address feedback | Leonid Logvinov | 2017-06-10 | 2 | -9/+6 |
| | | | | | |||||
* | | | | | Fix test | Leonid Logvinov | 2017-06-10 | 1 | -8/+5 |
| | | | | | |||||
* | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 1 | -5/+4 |
|\| | | | | |||||
| * | | | | Merge branch 'master' into async-bug | Leonid | 2017-06-09 | 6 | -21/+123 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Use for of | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix the bug of not awaiting an async function | Leonid Logvinov | 2017-06-09 | 1 | -4/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-09 | 4 | -5/+87 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 3 | -16/+36 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-09 | 2 | -6/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 1 | -4/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add signedOrdersScxhema | Leonid Logvinov | 2017-06-09 | 2 | -0/+9 |
| | | | | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-09 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add assert.hashAtMostOneUniqueValue | Leonid Logvinov | 2017-06-09 | 3 | -7/+10 |
| | | | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 6 | -38/+128 |
| |\ \ \ | |||||
| * | | | | Add tests for fillOrdersUpTo | Leonid Logvinov | 2017-06-09 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Implement fillOrderUpToAsync | Leonid Logvinov | 2017-06-08 | 2 | -0/+73 |
| | | | | | |||||
* | | | | | Fix tests one more | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix tests | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-09 | 3 | -12/+31 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix the other schema bug | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch 'master' into schemas | Leonid | 2017-06-09 | 1 | -4/+0 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Fix schema error | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add orderCancelrequestsSchema and orderFillRequestsSchema | Leonid Logvinov | 2017-06-09 | 3 | -16/+36 |
| | |_|/ | |/| | | |||||
* | | | | Make static function public | Leonid Logvinov | 2017-06-09 | 2 | -2/+1 |
| | | | | |||||
* | | | | Convert to JSON schema compatible object by default | Leonid Logvinov | 2017-06-09 | 2 | -22/+11 |
| |/ / |/| | | |||||
* | | | Remove isSenderAddressAvailableAsync | Leonid Logvinov | 2017-06-09 | 1 | -4/+0 |
|/ / | |||||
* | | fix indentation | Fabio Berger | 2017-06-09 | 1 | -13/+13 |
| | | |||||
* | | add comment explaining the use of any | Fabio Berger | 2017-06-09 | 1 | -0/+1 |
| | | |||||
* | | Improve comment | Fabio Berger | 2017-06-09 | 1 | -1/+1 |
| | | |||||
* | | Add orderFillOrKillRequestsSchema and validate using it instead of looping ↵ | Fabio Berger | 2017-06-09 | 5 | -18/+33 |
| | | | | | | | | over the requests and validating them individually | ||||
* | | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-09 | 4 | -34/+111 |
|\| | | | | | | | | | # Conflicts: # test/exchange_wrapper_test.ts | ||||
| * | Merge pull request #48 from 0xProject/interfaceTweaks | Leonid | 2017-06-08 | 2 | -9/+9 |
| |\ | | | | | | | Interface tweaks | ||||
| | * | Merge branch 'master' into interfaceTweaks | Leonid | 2017-06-08 | 1 | -0/+6 |
| | |\ | |||||
| | * | | Make web3Wrapper protected instead of public | Fabio Berger | 2017-06-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix comments | Fabio Berger | 2017-06-08 | 1 | -2/+2 |
| | | | | |||||
| | * | | rename decimals to numDecimals for clarity | Fabio Berger | 2017-06-08 | 1 | -6/+6 |
| | | | | |||||
| * | | | Merge pull request #47 from 0xProject/is-valid-signature-contract | Leonid | 2017-06-08 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Refactor isValidSignature | ||||
| | * \ \ | Merge branch 'master' into is-valid-signature-contract | Leonid | 2017-06-08 | 1 | -0/+6 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Remove unused import | Leonid Logvinov | 2017-06-08 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Move isValidSignature back from utils | Leonid Logvinov | 2017-06-08 | 2 | -16/+13 |
| | | | | | |||||
| | * | | | Refactor isValidSignature | Leonid Logvinov | 2017-06-08 | 3 | -15/+19 |
| | | |/ | | |/| | |||||
| * | | | Merge branch 'master' into batchFillAsync | Leonid | 2017-06-08 | 1 | -0/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-08 | 1 | -9/+12 |
| | | | | |||||
| * | | | Fix names in types | Leonid Logvinov | 2017-06-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Use isSenderAddressAsync | Leonid Logvinov | 2017-06-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Address old feedback | Leonid Logvinov | 2017-06-08 | 2 | -8/+3 |
| | | | | |||||
| * | | | Fix spacing | Leonid Logvinov | 2017-06-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into batchFillAsync | Leonid Logvinov | 2017-06-08 | 3 | -30/+119 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Don't use batchFillOrderAsync for fillOrderAsync | Leonid Logvinov | 2017-06-08 | 1 | -3/+37 |
| | | | | |||||
| * | | | Add no-op test | Leonid Logvinov | 2017-06-08 | 1 | -1/+3 |
| | | | | |||||
| * | | | Remove old comment | Leonid Logvinov | 2017-06-08 | 1 | -1/+0 |
| | | | | |||||
| * | | | Refactor to use OrderFillRequest | Leonid Logvinov | 2017-06-07 | 1 | -22/+26 |
| | | | | |||||
| * | | | Merge branch 'batchCancelAsync' into batchFillAsync | Leonid Logvinov | 2017-06-07 | 2 | -27/+8 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'batchCancelAsync' into batchFillAsync | Leonid Logvinov | 2017-06-07 | 2 | -17/+24 |
| |\ \ \ \ | |||||
| * | | | | | Add assertion for empty batch | Leonid Logvinov | 2017-06-07 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fix linter errors | Leonid Logvinov | 2017-06-07 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Add tests for batchCancelAsync | Leonid Logvinov | 2017-06-07 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | Add initial batchCancelAsync implementation | Leonid Logvinov | 2017-06-07 | 2 | -0/+51 |
| | | | | | | |||||
| * | | | | | Remove assertions from utils methods | Leonid Logvinov | 2017-06-07 | 3 | -11/+5 |
| | | | | | | |||||
| * | | | | | Use ContractInstance from globals | Leonid Logvinov | 2017-06-07 | 2 | -4/+3 |
| | | | | | | |||||
| * | | | | | Update 0x.js.ts | Leonid | 2017-06-07 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Add initial implementation of batchCancelAsync | Leonid Logvinov | 2017-06-07 | 3 | -21/+55 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-08 | 1 | -0/+6 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Add getOrderHashHexUsingContractCallAsync | Leonid Logvinov | 2017-06-08 | 1 | -0/+6 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-08 | 2 | -2/+68 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/types.ts | ||||
| * | | | | Address feedback | Leonid Logvinov | 2017-06-08 | 1 | -6/+9 |
| | | | | | |||||
| * | | | | Address feedback | Leonid Logvinov | 2017-06-08 | 1 | -5/+6 |
| | | | | | |||||
| * | | | | Don't use batch function for normal one | Leonid Logvinov | 2017-06-08 | 1 | -3/+27 |
| | | | | | |||||
| * | | | | Merge branch 'master' into batchCancelAsync | Leonid | 2017-06-08 | 3 | -12/+69 |
| |\ \ \ \ | |||||
| * | | | | | Fix linter error | Leonid Logvinov | 2017-06-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Address feedback | Leonid Logvinov | 2017-06-07 | 2 | -8/+12 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Use batchCancel for normal cancel | Leonid Logvinov | 2017-06-07 | 1 | -28/+5 |
| | |_|/ | |/| | | |||||
| * | | | Refactor to use OrderCancellationRequest | Leonid Logvinov | 2017-06-07 | 3 | -23/+24 |
| | | | | |||||
| * | | | Add tests for batchCancelAsync | Leonid Logvinov | 2017-06-07 | 2 | -3/+3 |
| | | | | |||||
| * | | | Add initial batchCancelAsync implementation | Leonid Logvinov | 2017-06-07 | 3 | -0/+57 |
| | | | | |||||
* | | | | Implement batchFillOrKill and tests | Fabio Berger | 2017-06-08 | 2 | -7/+81 |
| |/ / |/| | | |||||
* | | | make txOpts optional | Fabio Berger | 2017-06-07 | 1 | -2/+2 |
| | | |