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 | -114/+0 |
| | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -16/+16 |
| | |||||
* | Add a regression test | Leonid Logvinov | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Fix linter issue | Fabio Berger | 2017-09-26 | 1 | -1/+3 |
| | |||||
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ↵ | Leonid Logvinov | 2017-08-22 | 1 | -2/+2 |
| | | | | tests | ||||
* | Add noop comment | Leonid | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Paralellize fill scenarios | Leonid Logvinov | 2017-07-08 | 1 | -30/+30 |
| | |||||
* | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 1 | -2/+5 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -2/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Don't pass expressions as parameters | Leonid Logvinov | 2017-06-08 | 1 | -2/+4 |
| | |||||
* | Don't pass expressions as parameters | Leonid Logvinov | 2017-06-08 | 1 | -2/+4 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-06-08 | 1 | -4/+14 |
| | |||||
* | Add success test | Leonid Logvinov | 2017-06-08 | 1 | -2/+6 |
| | |||||
* | Remove unused variable | Leonid Logvinov | 2017-06-06 | 1 | -1/+0 |
| | |||||
* | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -11/+2 |
| | |||||
* | Merge branch 'master' into unavailableFilledCancelled | Fabio Berger | 2017-06-03 | 1 | -25/+72 |
|\ | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts | ||||
| * | Address feedback | Leonid Logvinov | 2017-06-03 | 1 | -2/+3 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2017-06-03 | 1 | -5/+5 |
| | | |||||
| * | Rename coinBase to coinbase | Leonid Logvinov | 2017-06-02 | 1 | -6/+6 |
| | | |||||
| * | Add success test for fill with fees | Leonid Logvinov | 2017-06-02 | 1 | -1/+12 |
| | | |||||
| * | Add fill scenario with fees | Leonid Logvinov | 2017-06-02 | 1 | -3/+31 |
| | | |||||
| * | Add check for ROUNDING_ERROR and test for it | Leonid Logvinov | 2017-06-02 | 1 | -9/+18 |
| | | |||||
* | | Merge branch 'fillOrderAsync' into unavailableFilledCancelled | Fabio Berger | 2017-06-02 | 1 | -5/+11 |
|\| | | | | | | | | | | | # Conflicts: # src/0x.js.ts # test/exchange_wrapper_test.ts | ||||
| * | Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ↵ | Fabio Berger | 2017-06-02 | 1 | -2/+2 |
| | | | | | | | | undefined if non available | ||||
| * | Introduce coinBase account | Leonid Logvinov | 2017-06-02 | 1 | -3/+9 |
| | | | | | | | | | | | | Add makerAccount parameter Adjust tests Add more assertions to success test | ||||
* | | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync ↵ | Fabio Berger | 2017-06-02 | 1 | -0/+20 |
|/ | | | | and getCanceledTakerAmountAsync | ||||
* | Work | Leonid Logvinov | 2017-06-02 | 1 | -6/+6 |
| | |||||
* | Create a FillsScenario utils module and use it in the fillOrder tests | Fabio Berger | 2017-06-02 | 1 | -0/+29 |