aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy/authorizable.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-031-207/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Move generated contract wrappers and artifacts into contracts packageAlex Browne2018-10-161-2/+2
|
* Update used addresses for authorizable testsAmir Bandeali2018-08-311-2/+2
|
* Improve robustness of revert reason assertionsAlex Browne2018-07-031-9/+9
|
* Update file structureAmir Bandeali2018-06-301-6/+6
|
* Add more revert reasons to testsAmir Bandeali2018-06-271-8/+9
|
* Rename RevertReasons to RevertReason since singular enum names are more commonFabio Berger2018-06-261-5/+5
|
* Move RevertReasons to @0xproject/types packageFabio Berger2018-06-251-1/+1
|
* Add missing importFabio Berger2018-06-251-1/+4
|
* Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-251-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 removeAuthorizedAddressAtIndexAmir Bandeali2018-06-231-0/+69
| |
* | Fix prettierFabio Berger2018-06-231-3/+1
| |
* | Rename ContractLibErrors to RevertReasonsFabio Berger2018-06-231-5/+5
| |
* | Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-221-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 importingAlex Browne2018-06-221-1/+0
| |
* | remove unused importFabio Berger2018-06-221-1/+0
| |
* | remove onlyFabio Berger2018-06-211-1/+1
| |
* | Check revert reasons in Authorizable testsFabio Berger2018-06-211-6/+14
|/
* merge v2-prototypeFabio Berger2018-06-071-11/+10
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-8/+9
| |\ | | | | | | | | | feature/improve-linting
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-5/+5
| | |
| | * Replace constant.REVERT test assertions with ↵Alex Browne2018-06-071-8/+9
| | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction
| * | Linter now passesfragosti2018-06-061-3/+1
| |/
* / move generated contract wrappers from `contract_wrappers/generated/` to ↵Fabio Berger2018-06-061-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 Bandeali2018-06-051-0/+1
| | | | failures, and remove redundant logic in matchOrders
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-7/+7
|
* Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-13/+34
|
* Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
|
* merge developmentFabio Berger2018-05-221-0/+1
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-6/+8
|
* Move Authorizable to AssetProxy dir, rename to MixinAuthorizableAmir Bandeali2018-05-081-3/+3
|
* Fix testsAmir Bandeali2018-04-241-0/+100