aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/transactions.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildAmir Bandeali2018-06-011-1/+1
|
* Check length before accessing indices, add awaitTransactionSuccess where ↵Amir Bandeali2018-05-311-13/+27
| | | | needed, and rename function
* 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
|
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts
| * 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