aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/global_hooks.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add new runMigrationsOnce method to migrations. Update contract-wrappers to ↵Alex Browne2018-10-161-11/+1
| | | | use it.
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-3/+2
| | | | accordingly
* remove v2 contract artifactsF. Eugene Aumson2018-08-211-1/+1
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Run V2 migrations instead of V1 before testsLeonid Logvinov2018-06-291-3/+3
|
* Increase timeout for contract migrationsLeonid Logvinov2018-06-091-1/+1
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+0
|
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
|
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
|
* Fix TSLint rulesFabio Berger2018-05-161-1/+2
|
* Fix TSLint issuesFabio Berger2018-05-151-1/+1
|
* Update global_hooksFabio Berger2018-05-111-3/+14
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+7
unifying library with the same interface