Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix imports | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 11 | -0/+0 |
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-05-29 | 15 | -25/+3199 |
|\ | |||||
| * | Refactor to ternary | Fabio Berger | 2017-05-27 | 1 | -6/+1 |
| * | Make zero address regex stricter | Leonid Logvinov | 2017-05-27 | 1 | -1/+1 |
| * | Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js int... | Fabio Berger | 2017-05-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Simplify zero address regex | Leonid Logvinov | 2017-05-27 | 1 | -1/+1 |
| * | | remove todo | Fabio Berger | 2017-05-27 | 1 | -1/+0 |
| |/ | |||||
| * | remove outdated comment | Fabio Berger | 2017-05-26 | 1 | -2/+0 |
| * | return undefined if not address found | Fabio Berger | 2017-05-26 | 1 | -3/+3 |
| * | Add missing return types | Fabio Berger | 2017-05-26 | 2 | -3/+3 |
| * | move console log into UNHANDLED_ERROR clause | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| * | rename networkId to networkIdIfExists | Fabio Berger | 2017-05-26 | 1 | -2/+4 |
| * | remove comment | Fabio Berger | 2017-05-26 | 1 | -1/+0 |
| * | import re-order | Fabio Berger | 2017-05-26 | 1 | -2/+2 |
| * | Setup blockchain snapshotting before/after every test, implemented unit tests... | Fabio Berger | 2017-05-26 | 1 | -0/+5 |
| * | Add missing semi-colon | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| * | cleanup isValidSignature method | Fabio Berger | 2017-05-26 | 1 | -5/+6 |
| * | Add missing require | Fabio Berger | 2017-05-26 | 1 | -0/+1 |
| * | Spacing and import re-order | Fabio Berger | 2017-05-26 | 1 | -3/+4 |
| * | Remove unused bignum import | Leonid Logvinov | 2017-05-26 | 1 | -1/+0 |
| * | Merge branch 'master' into implementFirstExchangeMethod | Fabio Berger | 2017-05-26 | 4 | -1/+71 |
| |\ | |||||
| * | | Fix web3 imports again | Fabio Berger | 2017-05-26 | 3 | -3/+3 |
| * | | Fix web3 imports | Fabio Berger | 2017-05-26 | 3 | -3/+3 |
| * | | Change the order of params in isValidSignatureAsync to be consistent | Leonid Logvinov | 2017-05-26 | 1 | -4/+4 |
| * | | Fix exchange type | Leonid Logvinov | 2017-05-26 | 1 | -1/+1 |
| * | | Remove unused imports | Leonid Logvinov | 2017-05-26 | 1 | -3/+0 |
| * | | Add initial exchange contract function, set up web3Wrapper, added types and u... | Fabio Berger | 2017-05-26 | 8 | -18/+249 |
| * | | Add npm command to update contact artifacts | Fabio Berger | 2017-05-26 | 6 | -0/+2958 |
* | | | Move bigNumberToBN to utils module | Fabio Berger | 2017-05-29 | 2 | -17/+20 |
| |/ |/| | |||||
* | | Address feedback | Leonid Logvinov | 2017-05-26 | 3 | -6/+4 |
* | | Address feedback | Leonid Logvinov | 2017-05-26 | 2 | -22/+36 |
* | | Port getOrderHash | Leonid Logvinov | 2017-05-25 | 4 | -0/+69 |
|/ | |||||
* | Get rid of ETH | Leonid Logvinov | 2017-05-25 | 1 | -4/+4 |
* | Fix comment | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 |
* | Fix tests | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 |
* | Fix braces | Leonid Logvinov | 2017-05-25 | 1 | -0/+1 |
* | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 2 | -2/+38 |
|\ | |||||
| * | Add toUnitAmount and toBaseUnitAmount static helpers and tests | Fabio Berger | 2017-05-25 | 2 | -0/+39 |
* | | Address feedback | Leonid Logvinov | 2017-05-25 | 2 | -7/+8 |
* | | Remove type aliases | Leonid Logvinov | 2017-05-25 | 3 | -8/+7 |
* | | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 5 | -4/+50 |
|\| | |||||
| * | Merge branch 'master' into addSchemas | Fabio Berger | 2017-05-25 | 1 | -0/+15 |
| |\ | |||||
| * | | 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 | 2 | -4/+15 |
| * | | Add schema validation and assertion, create ECSignature schema | Fabio Berger | 2017-05-25 | 5 | -4/+37 |
* | | | Remove HexString type | Leonid Logvinov | 2017-05-25 | 2 | -7/+6 |
* | | | Port isValidOrderHash and tests | Leonid Logvinov | 2017-05-25 | 3 | -3/+16 |
| |/ |/| | |||||
* | | More descriptive comment | Leonid Logvinov | 2017-05-25 | 1 | -1/+5 |
* | | Add generateSalt and tests for it | Leonid Logvinov | 2017-05-25 | 1 | -0/+11 |
|/ | |||||
* | Add assertions library and add them for all function args | Fabio Berger | 2017-05-25 | 2 | -0/+37 |
* | Address feedback | Leonid Logvinov | 2017-05-25 | 2 | -4/+5 |
* | Type the ethereumjs-util | Leonid Logvinov | 2017-05-25 | 2 | -4/+12 |
* | Add isSignatureValid method and tests for it | Leonid Logvinov | 2017-05-25 | 2 | -3/+30 |
* | Add command to generate docs from ts code | Leonid Logvinov | 2017-05-24 | 1 | -0/+1 |
* | Add tslint command to npm scripts and fix linting errors | Leonid Logvinov | 2017-05-24 | 1 | -1/+1 |
* | Create ts folder | Fabio Berger | 2017-05-24 | 1 | -0/+0 |
* | Add empty zeroEx class | Leonid Logvinov | 2017-05-24 | 1 | -0/+5 |