| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename makerEpoch => orderEpoch | Amir Bandeali | 2018-06-20 | 1 | -5/+5 |
* | Make cancelOrdersUpTo compatible with sender abstraction | Amir Bandeali | 2018-06-20 | 1 | -0/+112 |
* | Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA | Amir Bandeali | 2018-06-13 | 1 | -1/+1 |
* | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
* | Converged on naming scheme for asset data: renamed all instances of assetMeta... | Greg Hysen | 2018-06-08 | 1 | -3/+3 |
* | Add missing awaitTransactionSuccessAsync calls | Alex Browne | 2018-06-08 | 1 | -0/+6 |
* | merge v2-prototype | Fabio Berger | 2018-06-07 | 1 | -16/+15 |
|\ |
|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 1 | -12/+13 |
| |\ |
|
| | * | Update contracts tests after rebase | Alex Browne | 2018-06-07 | 1 | -2/+2 |
| | * | Add Async suffix to relevant assertions | Alex Browne | 2018-06-07 | 1 | -6/+6 |
| | * | Update exchange/transactions tests for Geth error messages | Alex Browne | 2018-06-07 | 1 | -4/+4 |
| | * | Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans... | Alex Browne | 2018-06-07 | 1 | -6/+7 |
| * | | Linter now passes | fragosti | 2018-06-06 | 1 | -4/+2 |
| |/ |
|
* / | move generated contract wrappers from `contract_wrappers/generated/` to `gene... | Fabio Berger | 2018-06-06 | 1 | -4/+4 |
|/ |
|
* | Rebase from v2-prototype | Jacob Evans | 2018-06-05 | 1 | -1/+1 |
* | Update Exchange statuses, revert instead of emmitting event on fill/cancel fa... | Amir Bandeali | 2018-06-05 | 1 | -3/+3 |
* | Improve comments and remove unused imports | Fabio Berger | 2018-06-02 | 1 | -1/+1 |
* | fix method rename | Fabio Berger | 2018-06-01 | 1 | -1/+1 |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-01 | 1 | -3/+133 |
|\ |
|
| * | Check length before accessing indices, add awaitTransactionSuccess where need... | Amir Bandeali | 2018-05-31 | 1 | -13/+27 |
| * | 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 |
* | | Introduce OrderWithoutExchangeAddress type since this is what get's sent to t... | Fabio Berger | 2018-05-31 | 1 | -6/+6 |
* | | Initial refactor of order-utils. Move many utils from contracts into this pac... | Fabio Berger | 2018-05-30 | 1 | -9/+3 |
|/ |
|
* | 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 |
|\ |
|
| * | 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 |