Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build | Amir Bandeali | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Check length before accessing indices, add awaitTransactionSuccess where ↵ | Amir Bandeali | 2018-05-31 | 1 | -13/+27 |
| | | | | needed, and rename function | ||||
* | Add back before/after snapshots for each test | Amir Bandeali | 2018-05-31 | 1 | -0/+6 |
| | |||||
* | Fix formatting and tests | Amir Bandeali | 2018-05-31 | 1 | -9/+4 |
| | |||||
* | Remove TxOrigin signature type, modify whitelist to use Validator signature type | Amir Bandeali | 2018-05-31 | 1 | -0/+4 |
| | |||||
* | Update Whitelist contract with comments, also require maker to be whitelisted | Amir Bandeali | 2018-05-31 | 1 | -4/+29 |
| | |||||
* | Add example whitelist contract and minimum tests | Amir Bandeali | 2018-05-31 | 1 | -2/+89 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -3/+2 |
| | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Fix ExchangeWrapper | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep | Fabio Berger | 2018-05-23 | 1 | -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 transaction | Alex Browne | 2018-05-22 | 1 | -1/+4 |
| | | |||||
| * | Add missing blockchainLifecycle calls to contracts tests | Alex Browne | 2018-05-22 | 1 | -0/+6 |
| | | |||||
* | | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 1 | -10/+2 |
|/ | |||||
* | Atomic Order Matching - Tests | Greg Hysen | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -8/+9 |
| | |||||
* | Add tests and comments | Amir Bandeali | 2018-04-27 | 1 | -15/+25 |
| | |||||
* | Add tests | Amir Bandeali | 2018-04-27 | 1 | -4/+38 |
| | |||||
* | Update tests and utils | Amir Bandeali | 2018-04-27 | 1 | -0/+161 |