Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move packages/contracts to contracts/core | Leonid Logvinov | 2018-12-03 | 1 | -207/+0 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -3/+3 |
| | |||||
* | Move generated contract wrappers and artifacts into contracts package | Alex Browne | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | Update used addresses for authorizable tests | Amir Bandeali | 2018-08-31 | 1 | -2/+2 |
| | |||||
* | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 1 | -9/+9 |
| | |||||
* | Update file structure | Amir Bandeali | 2018-06-30 | 1 | -6/+6 |
| | |||||
* | Add more revert reasons to tests | Amir Bandeali | 2018-06-27 | 1 | -8/+9 |
| | |||||
* | Rename RevertReasons to RevertReason since singular enum names are more common | Fabio Berger | 2018-06-26 | 1 | -5/+5 |
| | |||||
* | Move RevertReasons to @0xproject/types package | Fabio Berger | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Add missing import | Fabio Berger | 2018-06-25 | 1 | -1/+4 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-25 | 1 | -0/+69 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (48 commits) Fix typos in comments Add modifier and tests for removeAuthorizedAddressAtIndex Update and add tests Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex Move isFunctionRemoveAuthorizedAddress to test Fix usage of `popLastByte` Fix LibBytes is a library Remove `areBytesEqual` Fix usage of `contentAddress()` Clean low bits in bytes4 Clean high bits in address Refactor LibBytes.readBytes4 for consistency Fix LibBytes.equals Add trailing garbage testcase for LibBytes.equals Rename bytes.equals Add slice and sliceDestructive Rename bytes.rawAddress and add bytes.contentAddress Rename read/writeBytesWithLength Using LibBytes for bytes Make LibBytes a library ... # Conflicts: # packages/contracts/src/contracts/current/utils/Ownable/Ownable.sol # packages/contracts/test/libraries/lib_bytes.ts | ||||
| * | Add modifier and tests for removeAuthorizedAddressAtIndex | Amir Bandeali | 2018-06-23 | 1 | -0/+69 |
| | | |||||
* | | Fix prettier | Fabio Berger | 2018-06-23 | 1 | -3/+1 |
| | | |||||
* | | Rename ContractLibErrors to RevertReasons | Fabio Berger | 2018-06-23 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-22 | 1 | -1/+0 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (40 commits) Use make-promises-safe as a preloader instead of manually importing Updated compiler runs to be 1,000,000 Add event to setSignatureValidatorApproval, rename signer => signerAddress accross all contracts Add senderAddress to Fill and Cancel logs, add comments to events and types Fix Island component Add missing image assets for Chris and Mel Fix some bugs in sol-cov Remove unreachable PreSigned check Fix linting Buttons look hella disabled now Remove border radius, fix width issue for unlock step Add Chris and Mel to about page fix linter issues only call getLocationByOffset if source if defined Set settleOrder and settleMatchedOrders to private Prevent prettier issue Support mobile friendly onboarding flows Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and `settleMatchedOrders` into `MixinMatchOrders` Migrations after rebasing Linter ... | ||||
| * | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| | | |||||
* | | remove unused import | Fabio Berger | 2018-06-22 | 1 | -1/+0 |
| | | |||||
* | | remove only | Fabio Berger | 2018-06-21 | 1 | -1/+1 |
| | | |||||
* | | Check revert reasons in Authorizable tests | Fabio Berger | 2018-06-21 | 1 | -6/+14 |
|/ | |||||
* | merge v2-prototype | Fabio Berger | 2018-06-07 | 1 | -11/+10 |
|\ | |||||
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -8/+9 |
| |\ | | | | | | | | | | feature/improve-linting | ||||
| | * | Add Async suffix to relevant assertions | Alex Browne | 2018-06-07 | 1 | -5/+5 |
| | | | |||||
| | * | Replace constant.REVERT test assertions with ↵ | Alex Browne | 2018-06-07 | 1 | -8/+9 |
| | | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction | ||||
| * | | Linter now passes | fragosti | 2018-06-06 | 1 | -3/+1 |
| |/ | |||||
* / | move generated contract wrappers from `contract_wrappers/generated/` to ↵ | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
|/ | | | | `generated_contract_wrappers` in package with no non-generated contract wrappers | ||||
* | Update Exchange statuses, revert instead of emmitting event on fill/cancel ↵ | Amir Bandeali | 2018-06-05 | 1 | -0/+1 |
| | | | | failures, and remove redundant logic in matchOrders | ||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -7/+7 |
| | |||||
* | Add awaitTransactionMinedAsync after every sent transaction | Alex Browne | 2018-05-22 | 1 | -13/+34 |
| | |||||
* | Add missing blockchainLifecycle calls to contracts tests | Alex Browne | 2018-05-22 | 1 | -0/+6 |
| | |||||
* | merge development | Fabio Berger | 2018-05-22 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -6/+8 |
| | |||||
* | Move Authorizable to AssetProxy dir, rename to MixinAuthorizable | Amir Bandeali | 2018-05-08 | 1 | -3/+3 |
| | |||||
* | Fix tests | Amir Bandeali | 2018-04-24 | 1 | -0/+100 |