Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders... | Greg Hysen | 2018-04-21 | 4 | -12/+13 |
* | Renamed all instances of timestamp to salt. Clarified test case wording. | Greg Hysen | 2018-04-21 | 2 | -3/+3 |
* | Fixed spacing | Greg Hysen | 2018-04-21 | 3 | -5/+5 |
* | Implementation and tests in the protocol for cancelling all orders up to a sp... | Greg Hysen | 2018-04-21 | 6 | -16/+67 |
* | Update copyright headers | Amir Bandeali | 2018-04-21 | 30 | -24/+150 |
* | Add private keys for testrpc mnemonic | Amir Bandeali | 2018-04-21 | 1 | -20/+14 |
* | Address feedback and lint | Amir Bandeali | 2018-04-21 | 17 | -170/+89 |
* | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 1 | -0/+42 |
* | Fix fillOrderNoThrow | Amir Bandeali | 2018-04-21 | 1 | -29/+15 |
* | Fix package.json | Amir Bandeali | 2018-04-21 | 1 | -5/+5 |
* | Bump Solidity version to 0.4.21 | Amir Bandeali | 2018-04-21 | 20 | -30/+29 |
* | Add fillOrderNoThrow to exchange wrapper and add test | Amir Bandeali | 2018-04-21 | 1 | -0/+21 |
* | Update formatting | Amir Bandeali | 2018-04-21 | 4 | -34/+40 |
* | Update fillOrderNoThrow | Amir Bandeali | 2018-04-21 | 1 | -111/+103 |
* | Update order utils | Amir Bandeali | 2018-04-21 | 1 | -5/+5 |
* | Add script for starting testrpc with preconfigured private keys | Amir Bandeali | 2018-04-21 | 2 | -0/+29 |
* | Add utils for hashing and signing orders, update wrappers | Amir Bandeali | 2018-04-21 | 6 | -53/+96 |
* | Modify utils to work with new signature format | Amir Bandeali | 2018-04-21 | 7 | -150/+189 |
* | Change order field names | Amir Bandeali | 2018-04-21 | 5 | -74/+73 |
* | Revert getOrderHash to old logic | Amir Bandeali | 2018-04-21 | 1 | -2/+16 |
* | Fix compile errors | Amir Bandeali | 2018-04-21 | 11 | -30/+54 |
* | Update fillOrderNoThrow | Remco Bloemen | 2018-04-21 | 1 | -39/+45 |
* | Use ABIv2 exchange core in wrapper functions | Remco Bloemen | 2018-04-21 | 1 | -55/+34 |
* | Implement ABIv2 in ExchangeCore | Remco Bloemen | 2018-04-21 | 2 | -60/+33 |
* | Implement EIP712 and ABIv2 in LibOrder | Remco Bloemen | 2018-04-21 | 1 | -20/+12 |
* | Run prettier | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
* | Add fillOrderNoThrow and wrapper functions | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
* | Fix compile errors | Amir Bandeali | 2018-04-21 | 4 | -12/+12 |
* | Fix spelling of latter | Remco Bloemen | 2018-04-21 | 1 | -1/+1 |
* | Add offset to signature | Remco Bloemen | 2018-04-21 | 1 | -11/+13 |
* | Document noThrow wrapper and correct fixed array offset | Remco Bloemen | 2018-04-21 | 1 | -39/+81 |
* | Add Trezor signatures | Remco Bloemen | 2018-04-21 | 1 | -0/+23 |
* | Add Todos | Remco Bloemen | 2018-04-21 | 2 | -0/+3 |
* | Fix documentation | Remco Bloemen | 2018-04-21 | 1 | -3/+3 |
* | Verify length on EIP712 signatures | Remco Bloemen | 2018-04-21 | 1 | -1/+2 |
* | Remove unused return value | Remco Bloemen | 2018-04-21 | 1 | -3/+0 |
* | Spelling fixes | Remco Bloemen | 2018-04-21 | 1 | -7/+8 |
* | Add documentation | Remco Bloemen | 2018-04-21 | 1 | -2/+16 |
* | Make wrappers external again | Remco Bloemen | 2018-04-21 | 1 | -2/+2 |
* | Explicit returns | Remco Bloemen | 2018-04-21 | 1 | -5/+6 |
* | Revert cancel order signature abstraction | Remco Bloemen | 2018-04-21 | 1 | -7/+2 |
* | Fix hash argument name | Remco Bloemen | 2018-04-21 | 1 | -2/+2 |
* | Fix batchFillOrdersNoThrow name | Remco Bloemen | 2018-04-21 | 1 | -1/+1 |
* | Fix input length in fillOrderNoThrow | Remco Bloemen | 2018-04-21 | 1 | -6/+11 |
* | Add SignatureType.Invalid and documentation | Remco Bloemen | 2018-04-21 | 1 | -0/+21 |
* | Make first value illegal | Remco Bloemen | 2018-04-21 | 1 | -6/+4 |
* | Implement EIP712 at verify-signature call site | Remco Bloemen | 2018-04-21 | 3 | -25/+19 |
* | Cancel signature abstraction | Remco Bloemen | 2018-04-21 | 1 | -3/+10 |
* | Cache order maker signature (ZEIP-15) | Remco Bloemen | 2018-04-21 | 1 | -8/+10 |
* | Add EIP712 signatures (implements ZEIP-17) | Remco Bloemen | 2018-04-21 | 1 | -4/+40 |
* | Add external contract call signatures (relates to ZEIP 1 and 7) | Remco Bloemen | 2018-04-21 | 2 | -1/+36 |
* | Revert after cascade | Remco Bloemen | 2018-04-21 | 1 | -6/+7 |
* | Add 'caller' signature type | Remco Bloemen | 2018-04-21 | 1 | -17/+35 |
* | Abstract signature to opaque bytearray | Remco Bloemen | 2018-04-21 | 7 | -161/+148 |
* | Use interfaces for contract types | Remco Bloemen | 2018-04-21 | 3 | -36/+33 |
* | Use new logDecoder interface | Amir Bandeali | 2018-04-21 | 2 | -10/+13 |
* | Rename variables | Amir Bandeali | 2018-04-21 | 2 | -27/+27 |
* | Move log decoding logic to exchange wrapper | Amir Bandeali | 2018-04-21 | 1 | -11/+39 |
* | Add logDecoder, remove outdated tests | Amir Bandeali | 2018-04-21 | 4 | -16/+77 |
* | Move utils dir into src | Amir Bandeali | 2018-04-21 | 10 | -0/+679 |
* | Run prettier | Amir Bandeali | 2018-04-21 | 2 | -3/+3 |
* | Add fillOrderNoThrow and wrapper functions | Amir Bandeali | 2018-04-21 | 10 | -285/+386 |
* | Move order settlement to MSettlement | Remco Bloemen | 2018-04-21 | 4 | -59/+68 |
* | Exchange refactor using mixin pattern | Remco Bloemen | 2018-04-21 | 11 | -578/+873 |
* | Fix compiler warnings | Remco Bloemen | 2018-04-21 | 1 | -4/+6 |
* | Update exchange to use interfaces and current SafeMath | Remco Bloemen | 2018-04-21 | 1 | -7/+7 |
* | Copy Exchange and deps to previous as Exchange_v1 | Remco Bloemen | 2018-04-21 | 4 | -0/+995 |
* | Add interfaces for Exchange, TokenRegistery and TokenTransferProxy | Remco Bloemen | 2018-04-21 | 5 | -0/+563 |
* | Remove nested .gitignore files since `yarn publish` gets confused by them and... | Fabio Berger | 2018-03-27 | 1 | -1/+0 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -1/+0 |
* | Move tutorials to adhere to current dir structure | Leonid Logvinov | 2018-03-02 | 3 | -0/+0 |
* | Improve the comments | Leonid Logvinov | 2018-03-02 | 1 | -0/+4 |
* | Improve the comments | Leonid Logvinov | 2018-03-02 | 1 | -1/+4 |
* | Add comments to Arbitrage contract | Leonid Logvinov | 2018-03-02 | 1 | -21/+28 |
* | Don't pass tokenGet and tokenGive because we can get them from 0x order | Leonid Logvinov | 2018-03-02 | 1 | -11/+9 |
* | Pretty-print ED contracts | Leonid Logvinov | 2018-03-02 | 2 | -167/+167 |
* | Make external | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
* | Change type to uint256 | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
* | Make setAllowances external | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
* | Put all ED contracts in one folder | Leonid Logvinov | 2018-03-02 | 2 | -1/+1 |
* | Move tutorials contracts to src folder | Leonid Logvinov | 2018-03-02 | 3 | -0/+281 |
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 2 | -78/+1 |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 1 | -8/+43 |
* | Apply prettier after generating contracts | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
* | Delete artifacts directory | Amir Bandeali | 2018-02-21 | 11 | -4287/+0 |
* | Run prettier | Amir Bandeali | 2018-02-16 | 11 | -20/+553 |
* | Fix checks, add contract list to compile script in package.json | Amir Bandeali | 2018-02-16 | 21 | -1810/+30 |
* | Special-case ZRXToken snake case conversion | Leonid Logvinov | 2018-02-07 | 1 | -1/+1 |
* | Add base_contract.ts | Leonid Logvinov | 2018-02-07 | 1 | -0/+35 |
* | Remove generated files | Leonid Logvinov | 2018-02-07 | 5 | -2208/+0 |
* | .gitignore gemerated files | Leonid Logvinov | 2018-02-07 | 1 | -0/+8 |
* | Add CLI option for networkId, add abi-gen to contracts package | Amir Bandeali | 2018-02-07 | 47 | -0/+7742 |
* | Update contract versions, fix tests | Amir Bandeali | 2018-02-03 | 5 | -5/+5 |
* | Rename directories | Amir Bandeali | 2018-02-03 | 21 | -0/+2959 |