Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define numbers of dummy tokens to deploy in constants | Amir Bandeali | 2018-04-24 | 3 | -2/+4 |
| | |||||
* | Remove type assertions | Amir Bandeali | 2018-04-24 | 1 | -18/+12 |
| | |||||
* | Fix and cleanup tests | Amir Bandeali | 2018-04-24 | 2 | -1/+13 |
| | |||||
* | Add ERC721 wrapper | Amir Bandeali | 2018-04-24 | 2 | -20/+161 |
| | |||||
* | Add ERC20Wrapper | Amir Bandeali | 2018-04-24 | 3 | -32/+127 |
| | |||||
* | Rename proxyUtils => assetProxyUtils | Amir Bandeali | 2018-04-23 | 1 | -6/+6 |
| | |||||
* | Rename missed variables | Amir Bandeali | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Add missing async suffix | Amir Bandeali | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | Rename token => asset | Amir Bandeali | 2018-04-22 | 4 | -57/+57 |
| | |||||
* | Rename Token => IERC20Token | Amir Bandeali | 2018-04-22 | 1 | -2/+0 |
| | |||||
* | Rename DummyToken => DummyERC20Token | Amir Bandeali | 2018-04-22 | 3 | -9/+6 |
| | |||||
* | export proxyUtils instead of individual functions | Amir Bandeali | 2018-04-22 | 1 | -34/+32 |
| | |||||
* | Added tests for (most functions in) LibBytes. The write methods are not ↵ | Greg Hysen | 2018-04-21 | 1 | -0/+1 |
| | | | | currently compatible with our generated contract wrappers. | ||||
* | Miscellaneous style changes to the contracts package; specifically tests | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | |||||
* | Removed ERC20 V1 Proxy + TokenTransferProxy | Greg Hysen | 2018-04-21 | 3 | -13/+0 |
| | |||||
* | Removed takerTokenAddress and makerTokenAddress from Order struct. | Greg Hysen | 2018-04-21 | 2 | -8/+0 |
| | |||||
* | toUnsigned -> toBuffer in assetProxyUtils | Greg Hysen | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Minor changes to typescript tests | Greg Hysen | 2018-04-21 | 2 | -4/+2 |
| | |||||
* | Updated ERC20 v1 proxy names in tests | Greg Hysen | 2018-04-21 | 2 | -3/+3 |
| | |||||
* | Minor style improvements to asset proxy utils | Greg Hysen | 2018-04-21 | 1 | -10/+3 |
| | |||||
* | ethereum-js for encoding/decoding asset proxy data | Greg Hysen | 2018-04-21 | 1 | -41/+32 |
| | |||||
* | Removed unused dependency | Greg Hysen | 2018-04-21 | 1 | -1/+0 |
| | |||||
* | snake case to camel case | Greg Hysen | 2018-04-21 | 1 | -25/+25 |
| | |||||
* | makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetData | Greg Hysen | 2018-04-21 | 2 | -10/+10 |
| | |||||
* | Renaming TransferProxy to Proxy | Greg Hysen | 2018-04-21 | 1 | -3/+3 |
| | |||||
* | Asset Proxy Dispatcher | Greg Hysen | 2018-04-21 | 5 | -2/+94 |
| | |||||
* | Revert variable naming | Amir Bandeali | 2018-04-21 | 4 | -55/+55 |
| | |||||
* | Add marketBuyOrders, rename variables, and fx old tests | Amir Bandeali | 2018-04-21 | 4 | -104/+121 |
| | |||||
* | Fix build errors | Amir Bandeali | 2018-04-21 | 2 | -12/+5 |
| | |||||
* | Separate filled/cancelled errors | Amir Bandeali | 2018-04-21 | 1 | -1/+2 |
| | |||||
* | Remove partial cancels | Amir Bandeali | 2018-04-21 | 3 | -24/+6 |
| | |||||
* | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵ | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | | | | 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 Hysen | 2018-04-21 | 2 | -3/+3 |
| | |||||
* | Fixed spacing | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | |||||
* | Implementation and tests in the protocol for cancelling all orders up to a ↵ | Greg Hysen | 2018-04-21 | 2 | -0/+16 |
| | | | | specific time | ||||
* | Add private keys for testrpc mnemonic | Amir Bandeali | 2018-04-21 | 1 | -20/+14 |
| | |||||
* | Address feedback and lint | Amir Bandeali | 2018-04-21 | 7 | -121/+36 |
| | |||||
* | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 1 | -0/+42 |
| | |||||
* | Fix package.json | Amir Bandeali | 2018-04-21 | 1 | -5/+5 |
| | |||||
* | Add fillOrderNoThrow to exchange wrapper and add test | Amir Bandeali | 2018-04-21 | 1 | -0/+21 |
| | |||||
* | 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 | 5 | -52/+95 |
| | |||||
* | Modify utils to work with new signature format | Amir Bandeali | 2018-04-21 | 6 | -149/+189 |
| | |||||
* | 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 |