aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/transactions.ts
Commit message (Expand)AuthorAgeFilesLines
* Rebase from v2-prototypeJacob Evans2018-06-051-1/+1
* Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...Amir Bandeali2018-06-051-3/+3
* Improve comments and remove unused importsFabio Berger2018-06-021-1/+1
* fix method renameFabio Berger2018-06-011-1/+1
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-3/+133
|\
| * Check length before accessing indices, add awaitTransactionSuccess where need...Amir Bandeali2018-05-311-13/+27
| * Add back before/after snapshots for each testAmir Bandeali2018-05-311-0/+6
| * Fix formatting and testsAmir Bandeali2018-05-311-9/+4
| * Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-311-0/+4
| * Update Whitelist contract with comments, also require maker to be whitelistedAmir Bandeali2018-05-311-4/+29
| * Add example whitelist contract and minimum testsAmir Bandeali2018-05-311-2/+89
* | Introduce OrderWithoutExchangeAddress type since this is what get's sent to t...Fabio Berger2018-05-311-6/+6
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-9/+3
|/
* Fix linter issuesLeonid Logvinov2018-05-251-1/+1
* Migrate migrations to v2Leonid Logvinov2018-05-251-3/+2
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
* Fix ExchangeWrapperFabio Berger2018-05-231-1/+1
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-1/+10
|\
| * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-1/+4
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-10/+2
|/
* Atomic Order Matching - TestsGreg Hysen2018-05-191-2/+2
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-8/+9
* Add tests and commentsAmir Bandeali2018-04-271-15/+25
* Add testsAmir Bandeali2018-04-271-4/+38
* Update tests and utilsAmir Bandeali2018-04-271-0/+161