Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
|\| | |||||
| * | Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ... | Fabio Berger | 2017-06-02 | 1 | -2/+2 |
| * | Introduce coinBase account | Leonid Logvinov | 2017-06-02 | 1 | -3/+9 |
* | | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync and... | Fabio Berger | 2017-06-02 | 1 | -0/+20 |
|/ | |||||
* | 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 |