Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Renaming TransferProxy to Proxy | Greg Hysen | 2018-04-21 | 3 | -22/+22 | |
* | | Asset Proxy Dispatcher | Greg Hysen | 2018-04-21 | 3 | -20/+620 | |
* | | Add back require statements and tests (will move to another PR) | Amir Bandeali | 2018-04-21 | 1 | -0/+42 | |
* | | Revert variable naming | Amir Bandeali | 2018-04-21 | 3 | -303/+313 | |
* | | Update Solidity syntax and comments | Amir Bandeali | 2018-04-21 | 2 | -20/+15 | |
* | | 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 | 3 | -419/+355 | |
* | | Fix build errors | Amir Bandeali | 2018-04-21 | 1 | -13/+21 | |
* | | Separate filled/cancelled errors | Amir Bandeali | 2018-04-21 | 1 | -2/+2 | |
* | | Remove partial cancels | Amir Bandeali | 2018-04-21 | 2 | -69/+4 | |
* | | updated test name to reflect smart contracts | Greg Hysen | 2018-04-21 | 1 | -1/+1 | |
* | | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders... | Greg Hysen | 2018-04-21 | 1 | -23/+27 | |
* | | Renamed all instances of timestamp to salt. Clarified test case wording. | Greg Hysen | 2018-04-21 | 1 | -15/+15 | |
* | | Fixed spacing | Greg Hysen | 2018-04-21 | 1 | -51/+51 | |
* | | Implementation and tests in the protocol for cancelling all orders up to a sp... | Greg Hysen | 2018-04-21 | 1 | -0/+67 | |
* | | Add private keys for testrpc mnemonic | Amir Bandeali | 2018-04-21 | 3 | -6/+6 | |
* | | Address feedback and lint | Amir Bandeali | 2018-04-21 | 2 | -6/+3 | |
* | | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 2 | -130/+302 | |
* | | Fix package.json | Amir Bandeali | 2018-04-21 | 1 | -1/+0 | |
* | | 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 | 3 | -371/+419 | |
* | | Fix log decoding | Amir Bandeali | 2018-04-21 | 1 | -13/+13 | |
* | | Add logDecoder, remove outdated tests | Amir Bandeali | 2018-04-21 | 1 | -13/+14 | |
* | | Fix compile errors | Amir Bandeali | 2018-04-21 | 1 | -4/+4 | |
* | | Move log decoding logic to exchange wrapper | Amir Bandeali | 2018-04-21 | 1 | -10/+9 | |
* | | Add logDecoder, remove outdated tests | Amir Bandeali | 2018-04-21 | 1 | -124/+124 | |
* | | Move utils dir into src | Amir Bandeali | 2018-04-21 | 3 | -21/+16 | |
* | | Merge development | Amir Bandeali | 2018-04-21 | 1 | -10/+7 | |
* | | Run prettier | Amir Bandeali | 2018-04-21 | 1 | -11/+3 | |
* | | Get tests to build | Amir Bandeali | 2018-04-21 | 2 | -173/+150 | |
|/ | ||||||
* | 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 | 3 | -22/+19 | |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 3 | -9/+6 | |
* | Remove only | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 | |
* | Fix a typo | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 | |
* | Improve an error message when an inorrect number of constructor params is passed | Leonid Logvinov | 2018-02-28 | 3 | -10/+10 | |
* | Change backend for contracts contracts | Leonid Logvinov | 2018-02-28 | 1 | -4/+4 | |
* | Fix namings | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 | |
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 3 | -14/+26 | |
* | Fix build by using local events types | Leonid Logvinov | 2018-02-28 | 3 | -12/+19 | |
* | Fix namings | Leonid Logvinov | 2018-02-09 | 1 | -84/+90 | |
* | Use Order and SignedOrder type from 0x.js | Leonid Logvinov | 2018-02-07 | 3 | -241/+233 | |
* | Introduce SignedOrder class and remove type assertions | Leonid Logvinov | 2018-02-07 | 3 | -220/+223 | |
* | Make orderHashHex a getter instead of a property | Leonid Logvinov | 2018-02-07 | 2 | -26/+37 | |
* | Change tests | Leonid Logvinov | 2018-02-07 | 3 | -58/+89 | |
* | Update contract versions, fix tests | Amir Bandeali | 2018-02-03 | 1 | -1/+1 | |
* | Remove accounts magic from tests | Leonid Logvinov | 2018-01-30 | 3 | -8/+4 | |
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 3 | -3/+3 | |
* | Use an enum for contract name | Leonid Logvinov | 2018-01-30 | 3 | -20/+21 | |
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 1 | -35/+24 | |
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 3 | -99/+113 | |
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 3 | -20/+9 | |
* | Remove truffle from Exchange tests | Leonid Logvinov | 2018-01-30 | 3 | -20/+65 | |
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 3 | -0/+1367 |