Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Make zeroEx.getOrderHashHex non-async | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 1 | -0/+2 |
| | |||||
* | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 1 | -4/+3 |
| | | | | functions" | ||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -3/+4 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -2/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Add initial implementation with success test | Leonid Logvinov | 2017-06-06 | 1 | -3/+1 |
| | |||||
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Add fill scenario with fees | Leonid Logvinov | 2017-06-02 | 1 | -7/+10 |
| | |||||
* | rename variable | Fabio Berger | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | remove unused arg | Fabio Berger | 2017-06-01 | 1 | -1/+0 |
| | |||||
* | Add missing comma and semi-colon | Fabio Berger | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Stop passing exchangeAddress into getOrderHash and instead get it from the ↵ | Fabio Berger | 2017-06-01 | 1 | -3/+1 |
| | | | | artifacts | ||||
* | move external imports to top | Fabio Berger | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Add timestamp parameter to order factory | Leonid Logvinov | 2017-06-01 | 1 | -3/+7 |
| | |||||
* | Revert "Add EXPIRED test" | Leonid Logvinov | 2017-06-01 | 1 | -7/+3 |
| | | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c. | ||||
* | Add EXPIRED test | Leonid Logvinov | 2017-06-01 | 1 | -3/+7 |
| | |||||
* | Add taker parameter to createSignedOrder | Leonid Logvinov | 2017-06-01 | 1 | -1/+2 |
| | |||||
* | Rename order to order_factory | Leonid Logvinov | 2017-06-01 | 1 | -0/+38 |