aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove 0x.js dep from contractsFabio Berger2018-05-236-23/+24
* orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-191-1/+1
* Cleaned up interface for decoding proxy data. Added a general decoder, which ...Greg Hysen2018-05-192-5/+53
* Removed redundant log decode callGreg Hysen2018-05-191-2/+0
* The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-192-5/+9
* Style changes to atomic order matchingGreg Hysen2018-05-191-6/+8
* Added require reasons to MixinMatchOrders and cleaned up some comments.Greg Hysen2018-05-191-20/+15
* Atomic Order Matching - TestsGreg Hysen2018-05-194-6/+147
* Merge pull request #583 from 0xProject/bug/contracts/erc721-encoded-padJacob Evans2018-05-181-1/+2
|\
| * Pad to 32 if asset ids are smallJacob Evans2018-05-101-1/+2
* | Merge branch 'development' into v2-prototypeFabio Berger2018-05-164-8/+8
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-168-76/+98
|/
* Make LibBytes methods internal, add TestLibBytesAmir Bandeali2018-05-051-1/+1
* Make all lib functions internal, add contracts for testingAmir Bandeali2018-04-272-31/+2
* Add tests and commentsAmir Bandeali2018-04-271-2/+0
* Update tests and utilsAmir Bandeali2018-04-276-1/+65
* merge v2-prototypeFabio Berger2018-04-243-97/+96
|\
| * Rename variables, create private validation methods in token wrappersAmir Bandeali2018-04-243-97/+96
* | Fix testsAmir Bandeali2018-04-242-3/+21
|/
* Define numbers of dummy tokens to deploy in constantsAmir Bandeali2018-04-243-2/+4
* Remove type assertionsAmir Bandeali2018-04-241-18/+12
* Fix and cleanup testsAmir Bandeali2018-04-242-1/+13
* Add ERC721 wrapperAmir Bandeali2018-04-242-20/+161
* Add ERC20WrapperAmir Bandeali2018-04-243-32/+127
* Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-6/+6
* Rename missed variablesAmir Bandeali2018-04-231-1/+1
* Add missing async suffixAmir Bandeali2018-04-221-1/+1
* Rename token => assetAmir Bandeali2018-04-224-57/+57
* Rename Token => IERC20TokenAmir Bandeali2018-04-221-2/+0
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-223-9/+6
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-34/+32
* 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-213-13/+0
* Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-212-8/+0
* toUnsigned -> toBuffer in assetProxyUtilsGreg Hysen2018-04-211-1/+1
* Minor changes to typescript testsGreg Hysen2018-04-212-4/+2
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-212-3/+3
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-10/+3
* ethereum-js for encoding/decoding asset proxy dataGreg Hysen2018-04-211-41/+32
* Removed unused dependencyGreg Hysen2018-04-211-1/+0
* snake case to camel caseGreg Hysen2018-04-211-25/+25
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-212-10/+10
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
* Asset Proxy DispatcherGreg Hysen2018-04-215-2/+94
* Revert variable namingAmir Bandeali2018-04-214-55/+55
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-214-104/+121
* Fix build errorsAmir Bandeali2018-04-212-12/+5
* Separate filled/cancelled errorsAmir Bandeali2018-04-211-1/+2
* Remove partial cancelsAmir Bandeali2018-04-213-24/+6
* Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders...Greg Hysen2018-04-211-2/+2
* Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-212-3/+3
* Fixed spacingGreg Hysen2018-04-211-2/+2
* Implementation and tests in the protocol for cancelling all orders up to a sp...Greg Hysen2018-04-212-0/+16
* Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-20/+14
* Address feedback and lintAmir Bandeali2018-04-217-121/+36
* Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-211-0/+42
* Fix package.jsonAmir Bandeali2018-04-211-5/+5
* Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-211-0/+21
* Update order utilsAmir Bandeali2018-04-211-5/+5
* Add script for starting testrpc with preconfigured private keysAmir Bandeali2018-04-212-0/+29
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-215-52/+95
* Modify utils to work with new signature formatAmir Bandeali2018-04-216-149/+189
* Use new logDecoder interfaceAmir Bandeali2018-04-212-10/+13
* Rename variablesAmir Bandeali2018-04-212-27/+27
* Move log decoding logic to exchange wrapperAmir Bandeali2018-04-211-11/+39
* Add logDecoder, remove outdated testsAmir Bandeali2018-04-214-16/+77
* Move utils dir into srcAmir Bandeali2018-04-2110-0/+679