aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into unavailableFilledCancelledFabio Berger2017-06-033-32/+106
|\
| * Address feedbackLeonid Logvinov2017-06-032-3/+5
| * Address feedbackLeonid Logvinov2017-06-031-5/+5
| * Add ZRX_TOKEN_NOT_IN_REGISTRYLeonid Logvinov2017-06-031-1/+1
| * Rename coinBase to coinbaseLeonid Logvinov2017-06-021-6/+6
| * Add success test for fill with feesLeonid Logvinov2017-06-021-1/+12
| * Add token utilsLeonid Logvinov2017-06-021-0/+23
| * Add fill scenario with feesLeonid Logvinov2017-06-022-10/+41
| * Add check for ROUNDING_ERROR and test for itLeonid Logvinov2017-06-021-9/+18
* | Merge branch 'fillOrderAsync' into unavailableFilledCancelledFabio Berger2017-06-021-5/+11
|\|
| * Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ...Fabio Berger2017-06-021-2/+2
| * Introduce coinBase accountLeonid Logvinov2017-06-021-3/+9
* | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync and...Fabio Berger2017-06-021-0/+20
|/
* WorkLeonid Logvinov2017-06-021-6/+6
* Create a FillsScenario utils module and use it in the fillOrder testsFabio Berger2017-06-021-0/+29
* rename variableFabio Berger2017-06-011-2/+2
* remove unused argFabio Berger2017-06-011-1/+0
* Add missing comma and semi-colonFabio Berger2017-06-011-2/+2
* Stop passing exchangeAddress into getOrderHash and instead get it from the ar...Fabio Berger2017-06-011-3/+1
* move external imports to topFabio Berger2017-06-011-2/+2
* Add timestamp parameter to order factoryLeonid Logvinov2017-06-011-3/+7
* Revert "Add EXPIRED test"Leonid Logvinov2017-06-011-7/+3
* Add EXPIRED testLeonid Logvinov2017-06-011-3/+7
* Add taker parameter to createSignedOrderLeonid Logvinov2017-06-011-1/+2
* Rename order to order_factoryLeonid Logvinov2017-06-011-0/+0
* Temp pushLeonid Logvinov2017-06-011-34/+30
* Remove debug outputLeonid Logvinov2017-05-311-3/+0
* Add createSignedOrder functionLeonid Logvinov2017-05-311-6/+23
* Refactor getOrderHash to accept order as an objectLeonid Logvinov2017-05-301-14/+21
* Fix importLeonid Logvinov2017-05-301-1/+1
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-3/+7
|\
| * Add tests for setProviderFabio Berger2017-05-301-3/+7
* | Add order utilsLeonid Logvinov2017-05-301-0/+21
* | Finish ecSignature renamingLeonid Logvinov2017-05-301-1/+1
|/
* improve commentFabio Berger2017-05-271-1/+2
* rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, restor...Fabio Berger2017-05-271-3/+3
* Add missing return typesFabio Berger2017-05-262-4/+4
* Setup blockchain snapshotting before/after every test, implemented unit tests...Fabio Berger2017-05-264-0/+95