Update Exchange statuses, revert instead of emmitting event on fill/cancel failures, and remove redundant logic in matchOrders

This commit is contained in:
Amir Bandeali
2018-05-29 22:09:57 -07:00
committed by Jacob Evans
parent 79472552aa
commit 342432dc76
30 changed files with 507 additions and 718 deletions

View File

@@ -19,6 +19,7 @@ describe('Authorizable', () => {
let notOwner: string;
let address: string;
let authorizable: MixinAuthorizableContract;
before(async () => {
await blockchainLifecycle.startAsync();
});