aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/fill_scenarios.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-114/+0
|
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-16/+16
|
* Add a regression testLeonid Logvinov2017-10-121-1/+1
|
* Fix linter issueFabio Berger2017-09-261-1/+3
|
* Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ↵Leonid Logvinov2017-08-221-2/+2
| | | | tests
* Add noop commentLeonid2017-07-081-1/+1
|
* Paralellize fill scenariosLeonid Logvinov2017-07-081-30/+30
|
* Allow multiple exchange versions t be functional at the same timeLeonid Logvinov2017-06-271-2/+5
|
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-2/+1
|
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-1/+1
|
* Don't pass expressions as parametersLeonid Logvinov2017-06-081-2/+4
|
* Don't pass expressions as parametersLeonid Logvinov2017-06-081-2/+4
|
* Address feedbackLeonid Logvinov2017-06-081-4/+14
|
* Add success testLeonid Logvinov2017-06-081-2/+6
|
* Remove unused variableLeonid Logvinov2017-06-061-1/+0
|
* Rename accounts to addresesLeonid Logvinov2017-06-061-1/+1
|
* Make methods accept senderAccountLeonid Logvinov2017-06-051-11/+2
|
* Merge branch 'master' into unavailableFilledCancelledFabio Berger2017-06-031-25/+72
|\ | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts
| * Address feedbackLeonid Logvinov2017-06-031-2/+3
| |
| * Address feedbackLeonid Logvinov2017-06-031-5/+5
| |
| * Rename coinBase to coinbaseLeonid Logvinov2017-06-021-6/+6
| |
| * Add success test for fill with feesLeonid Logvinov2017-06-021-1/+12
| |
| * Add fill scenario with feesLeonid Logvinov2017-06-021-3/+31
| |
| * 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