Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 4 | -82/+0 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-05-29 | 3 | -12/+20 |
|\ | | | | | | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts | ||||
| * | Add missing return types | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | | |||||
| * | Add missing semi-colon | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into implementFirstExchangeMethod | Fabio Berger | 2017-05-26 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # src/ts/0x.js.ts # src/ts/globals.d.ts # src/ts/types.ts | ||||
| * | | Fix web3 imports again | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix web3 imports | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add initial exchange contract function, set up web3Wrapper, added types and ↵ | Fabio Berger | 2017-05-26 | 2 | -9/+19 |
| | | | | | | | | | | | | utils | ||||
* | | | Move bigNumberToBN to utils module | Fabio Berger | 2017-05-29 | 1 | -0/+13 |
| |/ |/| | |||||
* | | Port getOrderHash | Leonid Logvinov | 2017-05-25 | 1 | -0/+3 |
|/ | |||||
* | Address feedback | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Remove type aliases | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 2 | -3/+24 |
|\ | |||||
| * | rename v to validator for clarity | Fabio Berger | 2017-05-25 | 1 | -6/+6 |
| | | |||||
| * | Pretty print passed in order and schema validation errors in thrown assertion | Fabio Berger | 2017-05-25 | 1 | -2/+4 |
| | | |||||
| * | Improve ECSignature schema to check signature parameters and that v is 27 or 28 | Fabio Berger | 2017-05-25 | 1 | -1/+2 |
| | | |||||
| * | Add schema validation and assertion, create ECSignature schema | Fabio Berger | 2017-05-25 | 2 | -3/+21 |
| | | |||||
* | | Port isValidOrderHash and tests | Leonid Logvinov | 2017-05-25 | 1 | -0/+6 |
|/ | |||||
* | Add assertions library and add them for all function args | Fabio Berger | 2017-05-25 | 1 | -0/+31 |