| Commit message (Expand) | Author | Age | Files | Lines |
* | Add expired check | Leonid Logvinov | 2017-06-01 | 1 | -0/+3 |
* | Revert "Add EXPIRED test" | Leonid Logvinov | 2017-06-01 | 1 | -3/+0 |
* | Add ExchangeContractErrs string enum | Fabio Berger | 2017-06-01 | 1 | -8/+9 |
* | Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync | Fabio Berger | 2017-06-01 | 1 | -0/+15 |
|\ |
|
| * | Add EXPIRED test | Leonid Logvinov | 2017-06-01 | 1 | -0/+3 |
| * | Add NOT_A_TAKER check | Leonid Logvinov | 2017-06-01 | 1 | -0/+3 |
| * | Add FILL_AMOUNT_IS_ZERO check | Leonid Logvinov | 2017-06-01 | 1 | -0/+9 |
* | | Rename ExchangeContractErrs to ExchangeContractErrCodes | Fabio Berger | 2017-06-01 | 1 | -9/+9 |
|/ |
|
* | Make taker required on Order object and expect NULL_ADDRESS from 0x.js | Fabio Berger | 2017-06-01 | 1 | -3/+1 |
* | rename signed_order_schema to order_schemas | Fabio Berger | 2017-06-01 | 1 | -1/+1 |
* | Add convertToJSONSchemaCompatibleObject method | Fabio Berger | 2017-06-01 | 1 | -1/+4 |
* | Temporarily fix gas extimation | Leonid Logvinov | 2017-06-01 | 1 | -0/+13 |
* | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-06-01 | 1 | -8/+6 |
|\ |
|
| * | Merge branch 'master' into erc20transfer | Leonid | 2017-05-31 | 1 | -8/+6 |
| |\ |
|
| | * | remove InternalError type since this error could surface through the public i... | Fabio Berger | 2017-05-31 | 1 | -2/+2 |
| | * | Remove superfluous undefined check | Fabio Berger | 2017-05-31 | 1 | -4/+2 |
| | * | Add full stop to comments | Fabio Berger | 2017-05-31 | 1 | -2/+2 |
* | | | Don't return contract response | Leonid Logvinov | 2017-05-31 | 1 | -2/+1 |
* | | | Merge branch 'erc20transfer' into fillOrderAsync | Leonid Logvinov | 2017-05-31 | 1 | -0/+110 |
|\| | |
|
| * | | Add transfer function and tests for it | Leonid Logvinov | 2017-05-31 | 1 | -1/+16 |
| |/ |
|
| * | Implement setProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -4/+32 |
| * | Implement zeroEx.token.getProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -1/+26 |
| * | rename ERC20Contract to TokenContract | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
| * | rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp... | Fabio Berger | 2017-05-30 | 1 | -3/+17 |
| * | Merge branch 'master' into erc20Wrapper | Fabio Berger | 2017-05-30 | 2 | -7/+29 |
| |\ |
|
| * | | Implement ERC20Wrapper and it's first method getBalanceAsync | Fabio Berger | 2017-05-30 | 1 | -0/+28 |
* | | | Add isBigNumber argument assertion | Leonid Logvinov | 2017-05-30 | 1 | -0/+1 |
* | | | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 2 | -1/+57 |
|\ \ \
| | |/
| |/| |
|
| * | | Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that... | Fabio Berger | 2017-05-30 | 2 | -13/+15 |
| * | | remove unused import | Fabio Berger | 2017-05-30 | 1 | -1/+0 |
| * | | Make tokenRegistry contract instantiation lazy and clear it on provider update | Fabio Berger | 2017-05-30 | 1 | -4/+14 |
| * | | rename invalidateExchangeContract to invalidateContractInstance | Fabio Berger | 2017-05-30 | 1 | -1/+1 |
| * | | Merge branch 'master' into dontReinstantiateContractInstances | Fabio Berger | 2017-05-30 | 1 | -0/+33 |
| |\ \ |
|
| | * | | Add TokenMetadata type | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
| | * | | remove unused import | Fabio Berger | 2017-05-30 | 1 | -1/+1 |
| | |/ |
|
| | * | Add TokenRegistryWrapper and getTokensAsync method | Fabio Berger | 2017-05-30 | 1 | -0/+33 |
| * | | Lazily instantiate exchangeContract and store as instance variable instead of... | Fabio Berger | 2017-05-30 | 1 | -3/+14 |
| |/ |
|
* | | Add throwErrorLogsAsErrors | Leonid Logvinov | 2017-05-30 | 1 | -6/+10 |
* | | Add fillAmount parameter | Leonid Logvinov | 2017-05-30 | 1 | -2/+3 |
* | | Make fillOrderAsync accept signedOrder instead of a shit-ton of params | Leonid Logvinov | 2017-05-30 | 1 | -35/+21 |
* | | Finish ecSignature renaming | Leonid Logvinov | 2017-05-30 | 1 | -3/+3 |
* | | Add assertions for parameters | Leonid Logvinov | 2017-05-30 | 1 | -1/+15 |
* | | Move field declaration to the begining of the class | Leonid Logvinov | 2017-05-30 | 1 | -8/+8 |
* | | Add initial implementation of fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -1/+63 |
* | | Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsync | Leonid Logvinov | 2017-05-30 | 1 | -6/+7 |
|/ |
|
* | Lowercase schema names | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | Fix imports | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 2 | -0/+85 |