aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ↵Fabio Berger2017-06-021-2/+2
| | | | undefined if non available
* Introduce coinBase accountLeonid Logvinov2017-06-021-3/+9
| | | | | | Add makerAccount parameter Adjust tests Add more assertions to success test
* 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 ↵Fabio Berger2017-06-011-3/+1
| | | | artifacts
* 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
| | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c.
* 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, ↵Fabio Berger2017-05-271-3/+3
| | | | restoreAsync to revertAsync
* Add missing return typesFabio Berger2017-05-262-4/+4
|
* Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-264-0/+95
tests for exchangeWrapper.isValidSignature