aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add initial implementation with success testLeonid Logvinov2017-06-061-3/+1
|
* Merge pull request #39 from 0xProject/senderAccountLeonid2017-06-062-12/+2
|\ | | | | Make methods accept senderAccount
| * Remove unused variableLeonid Logvinov2017-06-061-1/+0
| |
| * Rename accounts to addresesLeonid Logvinov2017-06-061-1/+1
| |
| * Make methods accept senderAccountLeonid Logvinov2017-06-052-12/+3
| |
* | Update chai_setup.tsLeonid2017-06-061-1/+1
| |
* | Address feedbackLeonid Logvinov2017-06-061-0/+13
|/
* Merge branch 'master' into unavailableFilledCancelledFabio Berger2017-06-033-32/+106
|\ | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts
| * 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
|\| | | | | | | | | | | # Conflicts: # src/0x.js.ts # test/exchange_wrapper_test.ts
| * 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
* | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync ↵Fabio Berger2017-06-021-0/+20
|/ | | | and getCanceledTakerAmountAsync
* 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