aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/types.ts
Commit message (Expand)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-229/+0
* merge check-revert-reasonsFabio Berger2018-06-251-44/+0
|\
| * Move RevertReasons to @0xproject/types packageFabio Berger2018-06-251-44/+0
* | merge check-revert-reasonsFabio Berger2018-06-251-0/+44
|\|
| * Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-251-1/+0
| |\
| * | Rename ContractLibErrors to RevertReasonsFabio Berger2018-06-231-1/+1
| * | Remove revert reason 'Exchange' prefixFabio Berger2018-06-231-2/+2
| * | Move constants over to ContractLibError enum and update all testsFabio Berger2018-06-231-2/+10
| * | Fix test now that contract reverts with messageFabio Berger2018-06-221-0/+1
| * | Change Whitelist error messages to conform to rest and added revert reason ch...Fabio Berger2018-06-221-0/+2
| * | Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-221-1/+2
| |\ \
| * | | Check revert reasons in Authorizable testsFabio Berger2018-06-211-0/+1
| * | | Update core tests to actually check revert messageFabio Berger2018-06-211-0/+32
* | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-251-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge LibMem and LibBytesRemco Bloemen2018-06-231-1/+0
| | |/ | |/|
| * | Add event to setSignatureValidatorApproval, rename signer => signerAddress ac...Amir Bandeali2018-06-221-1/+1
| * | Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported t...Greg Hysen2018-06-211-0/+1
| |/
* | Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-211-0/+1
* | Split balance and allowance amount types in prep of adding the "unlimited" al...Fabio Berger2018-06-201-5/+11
* | Fix typoFabio Berger2018-06-191-2/+2
* | Add ability to tweak the relevant balances/allowances for the maker and taker...Fabio Berger2018-06-151-0/+15
* | Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOr...Fabio Berger2018-06-141-5/+5
* | Fix incorrect string values in enumFabio Berger2018-06-141-2/+2
* | Add ability to specify takerAssetFillAmount and taker scenarios as part of a ...Fabio Berger2018-06-141-1/+21
* | Implement initial set of orderFill combinatorial testsFabio Berger2018-06-131-3/+12
* | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-121-0/+3
|\|
| * Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T...Greg Hysen2018-06-081-1/+1
| * Test for onReceived erc721 callbackGreg Hysen2018-06-081-0/+1
| * Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+1
| * Tests for libMemGreg Hysen2018-06-081-0/+1
* | POC: Generates an order from spec, get's the amount fillableFabio Berger2018-06-081-5/+0
* | merge v2-prototypeFabio Berger2018-06-071-2/+2
|\|
| * Linter now passesfragosti2018-06-061-2/+2
* | Implement initial generateOrder function that given the scenario values for a...Fabio Berger2018-06-071-0/+31
|/
* Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...Amir Bandeali2018-06-051-15/+7
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-1/+2
|\
| * Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+2
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-0/+1
|\|
| * Add example whitelist contract and minimum testsAmir Bandeali2018-05-311-0/+1
| * Add TxOrigin signature type and rearrange order of typesAmir Bandeali2018-05-311-3/+5
* | Introduce OrderWithoutExchangeAddress type since this is what get's sent to t...Fabio Berger2018-05-311-8/+8
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-33/+0
|/
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-251-1/+1
|\
| * Address feedback, rename contract to AssetProxyOwnerAmir Bandeali2018-05-251-1/+1
* | Migrate migrations to v2Leonid Logvinov2018-05-251-31/+8
|/
* Add CancelOrder and MatchOrder typesRemco Bloemen2018-05-221-0/+12
* orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-191-1/+1
* Cleaned up interface for decoding proxy data. Added a general decoder, which ...Greg Hysen2018-05-191-0/+17
* The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-191-0/+6
* Added require reasons to MixinMatchOrders and cleaned up some comments.Greg Hysen2018-05-191-20/+15
* Atomic Order Matching - TestsGreg Hysen2018-05-191-6/+42
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-16/+0
* Make LibBytes methods internal, add TestLibBytesAmir Bandeali2018-05-051-1/+1
* Make all lib functions internal, add contracts for testingAmir Bandeali2018-04-271-0/+2
* Update tests and utilsAmir Bandeali2018-04-271-0/+9
* merge v2-prototypeFabio Berger2018-04-241-1/+1
|\
| * Rename variables, create private validation methods in token wrappersAmir Bandeali2018-04-241-1/+1
* | Fix testsAmir Bandeali2018-04-241-1/+2
|/
* Add ERC721 wrapperAmir Bandeali2018-04-241-20/+7
* Rename token => assetAmir Bandeali2018-04-221-9/+9
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-2/+1
* Added tests for (most functions in) LibBytes. The write methods are not curre...Greg Hysen2018-04-211-0/+1
* Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-211-2/+2
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-3/+0
* Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-211-2/+0
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-2/+2
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-211-4/+4
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
* Asset Proxy DispatcherGreg Hysen2018-04-211-2/+18
* Revert variable namingAmir Bandeali2018-04-211-7/+7
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-11/+17
* Separate filled/cancelled errorsAmir Bandeali2018-04-211-1/+2
* Remove partial cancelsAmir Bandeali2018-04-211-1/+0
* Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-211-1/+1
* Implementation and tests in the protocol for cancelling all orders up to a sp...Greg Hysen2018-04-211-0/+4
* Address feedback and lintAmir Bandeali2018-04-211-25/+2
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-211-0/+15
* Modify utils to work with new signature formatAmir Bandeali2018-04-211-17/+50
* Move utils dir into srcAmir Bandeali2018-04-211-0/+116