Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asset Proxy Dispatcher | Greg Hysen | 2018-04-21 | 1 | -10/+80 |
* | Revert variable naming | Amir Bandeali | 2018-04-21 | 1 | -175/+183 |
* | Update Solidity syntax and comments | Amir Bandeali | 2018-04-21 | 1 | -6/+1 |
* | Add tests for marketBuyOrders | Amir Bandeali | 2018-04-21 | 1 | -2/+172 |
* | Add marketBuyOrders, rename variables, and fx old tests | Amir Bandeali | 2018-04-21 | 1 | -206/+194 |
* | Remove partial cancels | Amir Bandeali | 2018-04-21 | 1 | -3/+1 |
* | Add private keys for testrpc mnemonic | Amir Bandeali | 2018-04-21 | 1 | -2/+2 |
* | Address feedback and lint | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
* | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 1 | -18/+302 |
* | Add fillOrderNoThrow to exchange wrapper and add test | Amir Bandeali | 2018-04-21 | 1 | -6/+48 |
* | Modify tests to work with new utils | Amir Bandeali | 2018-04-21 | 1 | -113/+145 |
* | Move utils dir into src | Amir Bandeali | 2018-04-21 | 1 | -5/+5 |
* | Get tests to build | Amir Bandeali | 2018-04-21 | 1 | -55/+55 |
* | Fix tests | Leonid Logvinov | 2018-04-05 | 1 | -1/+0 |
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -12/+9 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -3/+2 |
* | Improve an error message when an inorrect number of constructor params is passed | Leonid Logvinov | 2018-02-28 | 1 | -3/+3 |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 1 | -6/+14 |
* | Fix build by using local events types | Leonid Logvinov | 2018-02-28 | 1 | -1/+6 |
* | Fix namings | Leonid Logvinov | 2018-02-09 | 1 | -84/+90 |
* | Use Order and SignedOrder type from 0x.js | Leonid Logvinov | 2018-02-07 | 1 | -81/+73 |
* | Introduce SignedOrder class and remove type assertions | Leonid Logvinov | 2018-02-07 | 1 | -1/+2 |
* | Change tests | Leonid Logvinov | 2018-02-07 | 1 | -23/+36 |
* | Remove accounts magic from tests | Leonid Logvinov | 2018-01-30 | 1 | -3/+2 |
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
* | Use an enum for contract name | Leonid Logvinov | 2018-01-30 | 1 | -7/+7 |
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -30/+30 |
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 1 | -6/+3 |
* | Remove truffle from Exchange tests | Leonid Logvinov | 2018-01-30 | 1 | -7/+24 |
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+348 |