aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | setAssetProxy to addAssetProxyGreg Hysen2018-04-212-2/+2
| |
* | Renamed TransferProxy to ProxyGreg Hysen2018-04-211-2/+1
| |
* | Renaming TransferProxy to ProxyGreg Hysen2018-04-214-6/+6
| |
* | ERC20 V1 proxy compilingGreg Hysen2018-04-211-3/+3
| |
* | Changed order of write parameters in LibBytes. Now ordered by most ↵Greg Hysen2018-04-214-10/+10
| | | | | | | | generalized to most specific
* | Asset Proxy DispatcherGreg Hysen2018-04-2123-122/+1088
| |
* | Use addFillResults function and add comments to all marketFill functionsAmir Bandeali2018-04-211-36/+84
| |
* | Fix EtherDelta importsAmir Bandeali2018-04-211-2/+2
| |
* | Add back require statements and tests (will move to another PR)Amir Bandeali2018-04-211-3/+8
| |
* | Revert variable namingAmir Bandeali2018-04-2110-141/+141
| |
* | Update Solidity syntax and commentsAmir Bandeali2018-04-213-50/+52
| |
* | Return all amounts traded and fees paidAmir Bandeali2018-04-217-106/+115
| |
* | Add tests for marketBuyOrdersAmir Bandeali2018-04-211-2/+2
| |
* | Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-218-226/+326
| |
* | Fix build errorsAmir Bandeali2018-04-213-13/+6
| |
* | Separate filled/cancelled errorsAmir Bandeali2018-04-213-4/+6
| |
* | Remove partial cancelsAmir Bandeali2018-04-216-72/+31
| |
* | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵Greg Hysen2018-04-214-12/+13
| | | | | | | | orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch)
* | Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-212-3/+3
| |
* | Fixed spacingGreg Hysen2018-04-213-5/+5
| |
* | Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-216-16/+67
| | | | | | | | specific time
* | Update copyright headersAmir Bandeali2018-04-2130-24/+150
| |
* | Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-20/+14
| |
* | Address feedback and lintAmir Bandeali2018-04-2117-170/+89
| |
* | Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-211-0/+42
| |
* | Fix fillOrderNoThrowAmir Bandeali2018-04-211-29/+15
| |
* | Fix package.jsonAmir Bandeali2018-04-211-5/+5
| |
* | Bump Solidity version to 0.4.21Amir Bandeali2018-04-2120-30/+29
| |
* | Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-211-0/+21
| |
* | Update formattingAmir Bandeali2018-04-214-34/+40
| |
* | Update fillOrderNoThrowAmir Bandeali2018-04-211-111/+103
| |
* | 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-216-53/+96
| |
* | Modify utils to work with new signature formatAmir Bandeali2018-04-217-150/+189
| |
* | Change order field namesAmir Bandeali2018-04-215-74/+73
| |
* | Revert getOrderHash to old logicAmir Bandeali2018-04-211-2/+16
| |
* | Fix compile errorsAmir Bandeali2018-04-2111-30/+54
| |
* | Update fillOrderNoThrowRemco Bloemen2018-04-211-39/+45
| |
* | Use ABIv2 exchange core in wrapper functionsRemco Bloemen2018-04-211-55/+34
| |
* | Implement ABIv2 in ExchangeCoreRemco Bloemen2018-04-212-60/+33
| |
* | Implement EIP712 and ABIv2 in LibOrderRemco Bloemen2018-04-211-20/+12
| |
* | Run prettierAmir Bandeali2018-04-211-1/+1
| |
* | Add fillOrderNoThrow and wrapper functionsAmir Bandeali2018-04-211-1/+1
| |
* | Fix compile errorsAmir Bandeali2018-04-214-12/+12
| |
* | Fix spelling of latterRemco Bloemen2018-04-211-1/+1
| |
* | Add offset to signatureRemco Bloemen2018-04-211-11/+13
| |
* | Document noThrow wrapper and correct fixed array offsetRemco Bloemen2018-04-211-39/+81
| |
* | Add Trezor signaturesRemco Bloemen2018-04-211-0/+23
| |
* | Add TodosRemco Bloemen2018-04-212-0/+3
| |
* | Fix documentationRemco Bloemen2018-04-211-3/+3
| |
* | Verify length on EIP712 signaturesRemco Bloemen2018-04-211-1/+2
| |
* | Remove unused return valueRemco Bloemen2018-04-211-3/+0
| |
* | Spelling fixesRemco Bloemen2018-04-211-7/+8
| |
* | Add documentationRemco Bloemen2018-04-211-2/+16
| |
* | Make wrappers external againRemco Bloemen2018-04-211-2/+2
| |
* | Explicit returnsRemco Bloemen2018-04-211-5/+6
| |
* | Revert cancel order signature abstractionRemco Bloemen2018-04-211-7/+2
| |
* | Fix hash argument nameRemco Bloemen2018-04-211-2/+2
| |
* | Fix batchFillOrdersNoThrow nameRemco Bloemen2018-04-211-1/+1
| |
* | Fix input length in fillOrderNoThrowRemco Bloemen2018-04-211-6/+11
| |
* | Add SignatureType.Invalid and documentationRemco Bloemen2018-04-211-0/+21
| |
* | Make first value illegalRemco Bloemen2018-04-211-6/+4
| |
* | Implement EIP712 at verify-signature call siteRemco Bloemen2018-04-213-25/+19
| |
* | Cancel signature abstractionRemco Bloemen2018-04-211-3/+10
| |
* | Cache order maker signature (ZEIP-15)Remco Bloemen2018-04-211-8/+10
| |
* | Add EIP712 signatures (implements ZEIP-17)Remco Bloemen2018-04-211-4/+40
| |
* | Add external contract call signatures (relates to ZEIP 1 and 7)Remco Bloemen2018-04-212-1/+36
| |
* | Revert after cascadeRemco Bloemen2018-04-211-6/+7
| |
* | Add 'caller' signature typeRemco Bloemen2018-04-211-17/+35
| |
* | Abstract signature to opaque bytearrayRemco Bloemen2018-04-217-161/+148
| |
* | Use interfaces for contract typesRemco Bloemen2018-04-213-36/+33
| |
* | 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
| |
* | Run prettierAmir Bandeali2018-04-212-3/+3
| |
* | Add fillOrderNoThrow and wrapper functionsAmir Bandeali2018-04-2110-285/+386
| |
* | Move order settlement to MSettlementRemco Bloemen2018-04-214-59/+68
| |
* | Exchange refactor using mixin patternRemco Bloemen2018-04-2111-578/+873
| |
* | Fix compiler warningsRemco Bloemen2018-04-211-4/+6
| |
* | Update exchange to use interfaces and current SafeMathRemco Bloemen2018-04-211-7/+7
| |
* | Copy Exchange and deps to previous as Exchange_v1Remco Bloemen2018-04-214-0/+995
| |
* | Add interfaces for Exchange, TokenRegistery and TokenTransferProxyRemco Bloemen2018-04-215-0/+563
|/
* Remove nested .gitignore files since `yarn publish` gets confused by them ↵Fabio Berger2018-03-271-1/+0
| | | | and ignores their contents on the top-level scope
* Add sol-cover implementationLeonid Logvinov2018-03-121-1/+0
|
* Move tutorials to adhere to current dir structureLeonid Logvinov2018-03-023-0/+0
|
* Improve the commentsLeonid Logvinov2018-03-021-0/+4
|
* Improve the commentsLeonid Logvinov2018-03-021-1/+4
|
* Add comments to Arbitrage contractLeonid Logvinov2018-03-021-21/+28
|
* Don't pass tokenGet and tokenGive because we can get them from 0x orderLeonid Logvinov2018-03-021-11/+9
|
* Pretty-print ED contractsLeonid Logvinov2018-03-022-167/+167
|
* Make externalLeonid Logvinov2018-03-021-1/+1
|
* Change type to uint256Leonid Logvinov2018-03-021-1/+1
|
* Make setAllowances externalLeonid Logvinov2018-03-021-1/+1
|
* Put all ED contracts in one folderLeonid Logvinov2018-03-022-1/+1
|
* Move tutorials contracts to src folderLeonid Logvinov2018-03-023-0/+281
|
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-282-78/+1
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-8/+43
|
* Apply prettier after generating contractsLeonid Logvinov2018-02-281-2/+2
|
* Delete artifacts directoryAmir Bandeali2018-02-2111-4287/+0
|
* Run prettierAmir Bandeali2018-02-1611-20/+553
|
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-1621-1810/+30
|
* Special-case ZRXToken snake case conversionLeonid Logvinov2018-02-071-1/+1
|
* Add base_contract.tsLeonid Logvinov2018-02-071-0/+35
|
* Remove generated filesLeonid Logvinov2018-02-075-2208/+0
|
* .gitignore gemerated filesLeonid Logvinov2018-02-071-0/+8
|
* Add CLI option for networkId, add abi-gen to contracts packageAmir Bandeali2018-02-0747-0/+7742
|
* Update contract versions, fix testsAmir Bandeali2018-02-035-5/+5
|
* Rename directoriesAmir Bandeali2018-02-0321-0/+2959