Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add timestamp parameter to order factory | Leonid Logvinov | 2017-06-01 | 1 | -3/+7 |
| | |||||
* | Revert "Add EXPIRED test" | Leonid Logvinov | 2017-06-01 | 1 | -7/+3 |
| | | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c. | ||||
* | Add EXPIRED test | Leonid Logvinov | 2017-06-01 | 1 | -3/+7 |
| | |||||
* | Add taker parameter to createSignedOrder | Leonid Logvinov | 2017-06-01 | 1 | -1/+2 |
| | |||||
* | Rename order to order_factory | Leonid Logvinov | 2017-06-01 | 1 | -0/+0 |
| | |||||
* | Temp push | Leonid Logvinov | 2017-06-01 | 1 | -34/+30 |
| | |||||
* | Remove debug output | Leonid Logvinov | 2017-05-31 | 1 | -3/+0 |
| | |||||
* | Add createSignedOrder function | Leonid Logvinov | 2017-05-31 | 1 | -6/+23 |
| | |||||
* | Refactor getOrderHash to accept order as an object | Leonid Logvinov | 2017-05-30 | 1 | -14/+21 |
| | |||||
* | Fix import | Leonid Logvinov | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -3/+7 |
|\ | |||||
| * | Add tests for setProvider | Fabio Berger | 2017-05-30 | 1 | -3/+7 |
| | | |||||
* | | Add order utils | Leonid Logvinov | 2017-05-30 | 1 | -0/+21 |
| | | |||||
* | | Finish ecSignature renaming | Leonid Logvinov | 2017-05-30 | 1 | -1/+1 |
|/ | |||||
* | improve comment | Fabio Berger | 2017-05-27 | 1 | -1/+2 |
| | |||||
* | rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, ↵ | Fabio Berger | 2017-05-27 | 1 | -3/+3 |
| | | | | restoreAsync to revertAsync | ||||
* | Add missing return types | Fabio Berger | 2017-05-26 | 2 | -4/+4 |
| | |||||
* | Setup blockchain snapshotting before/after every test, implemented unit ↵ | Fabio Berger | 2017-05-26 | 4 | -0/+95 |
tests for exchangeWrapper.isValidSignature |