Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | 7 | -0/+204 | |
| | * | 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 | |
| | * | Postfix test files with `_test` | Fabio Berger | 2017-05-26 | 2 | -1/+1 | |
| | * | Remove unused bignum import | Leonid Logvinov | 2017-05-26 | 1 | -1/+0 | |
| | * | Remove es6 target | Leonid Logvinov | 2017-05-26 | 2 | -4/+1 | |
| | * | include jsonschema type defs | Fabio Berger | 2017-05-26 | 1 | -0/+1 | |
| | * | Extract artifacts list to a variable | Leonid Logvinov | 2017-05-26 | 1 | -1/+4 | |
| | * | Merge branch 'master' into implementFirstExchangeMethod | Fabio Berger | 2017-05-26 | 6 | -1/+110 | |
| | |\ | | |/ | |/| | ||||||
| | * | Include JSON file loader in webpack | Fabio Berger | 2017-05-26 | 2 | -9/+20 | |
| | * | Fix web3 imports again | Fabio Berger | 2017-05-26 | 4 | -4/+4 | |
| | * | Fix web3 imports | Fabio Berger | 2017-05-26 | 3 | -3/+3 | |
| | * | Copy over artifacts to lib folder onBuild | Fabio Berger | 2017-05-26 | 1 | -1/+1 | |
| | * | 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 | 9 | -19/+252 | |
| | * | Add npm command to update contact artifacts | Fabio Berger | 2017-05-26 | 7 | -1/+2961 | |
* | | | Move bigNumberToBN to utils module | Fabio Berger | 2017-05-29 | 2 | -17/+20 | |
|/ / | ||||||
* | | Merge pull request #13 from 0xProject/getOrderHash | Leonid | 2017-05-26 | 6 | -1/+120 | |
|\ \ | |/ |/| | ||||||
| * | Address feedback | Leonid Logvinov | 2017-05-26 | 3 | -6/+4 | |
| * | Address feedback | Leonid Logvinov | 2017-05-26 | 3 | -26/+41 | |
| * | Port getOrderHash | Leonid Logvinov | 2017-05-25 | 6 | -1/+107 | |
|/ | ||||||
* | Merge pull request #11 from 0xProject/isValidOrderHash | Fabio Berger | 2017-05-25 | 5 | -16/+40 | |
|\ | ||||||
| * | 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 | 2 | -0/+3 | |
| * | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 4 | -3/+61 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #12 from 0xProject/addToUnitStatic | Fabio Berger | 2017-05-25 | 4 | -1/+64 | |
|\ \ | ||||||
| * | | Add toUnitAmount and toBaseUnitAmount static helpers and tests | Fabio Berger | 2017-05-25 | 4 | -1/+64 | |
|/ / | ||||||
| * | Address feedback | Leonid Logvinov | 2017-05-25 | 4 | -9/+14 | |
| * | Remove type aliases | Leonid Logvinov | 2017-05-25 | 3 | -8/+7 | |
| * | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 7 | -14/+58 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #10 from 0xProject/addSchemas | Fabio Berger | 2017-05-25 | 7 | -14/+58 | |
|\ \ | ||||||
| * | | Use expect.to.throw | Fabio Berger | 2017-05-25 | 1 | -24/+4 | |
| * | | Merge branch 'master' into addSchemas | Fabio Berger | 2017-05-25 | 3 | -0/+30 | |
| |\ \ | |/ / |/| | | ||||||
| * | | remove stray console log | Fabio Berger | 2017-05-25 | 1 | -1/+0 | |
| * | | rename v to validator for clarity | Fabio Berger | 2017-05-25 | 1 | -6/+6 | |
| * | | Fix malformed tests to check for thrown assertion | Fabio Berger | 2017-05-25 | 1 | -10/+27 | |
| * | | 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 | 6 | -4/+39 | |
| | * | Fix tests | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 | |
| | * | Remove HexString type | Leonid Logvinov | 2017-05-25 | 2 | -7/+6 | |
| | * | Port isValidOrderHash and tests | Leonid Logvinov | 2017-05-25 | 4 | -3/+26 | |
| |/ |/| | ||||||
* | | Merge pull request #9 from 0xProject/generateSalt | Leonid | 2017-05-25 | 3 | -0/+30 | |
|\ \ | |/ |/| | ||||||
| * | More descriptive comment | Leonid Logvinov | 2017-05-25 | 1 | -1/+5 | |
| * | Add lodash | Leonid Logvinov | 2017-05-25 | 1 | -0/+1 | |
| * | Add generateSalt and tests for it | Leonid Logvinov | 2017-05-25 | 3 | -0/+25 | |
|/ | ||||||
* | Fix test that was passing an invalid address (now caught by our assertions), ... | Fabio Berger | 2017-05-25 | 1 | -1/+2 | |
* | Add assertions library and add them for all function args | Fabio Berger | 2017-05-25 | 4 | -2/+44 | |
* | Merge pull request #8 from 0xProject/isSignatureValid | Leonid | 2017-05-25 | 5 | -7/+114 | |
|\ | ||||||
| * | Address feedback | Leonid Logvinov | 2017-05-25 | 3 | -5/+7 | |
| * | Add node types | Leonid Logvinov | 2017-05-25 | 1 | -0/+1 | |
| * | Add test for malformed s | Leonid Logvinov | 2017-05-25 | 1 | -0/+10 | |
| * | change tests descriptions | Leonid Logvinov | 2017-05-25 | 1 | -15/+24 | |
| * | Add test vector source | Leonid Logvinov | 2017-05-25 | 1 | -0/+1 | |
| * | Type the ethereumjs-util | Leonid Logvinov | 2017-05-25 | 2 | -4/+12 | |
| * | Define node version in circleCI | Leonid Logvinov | 2017-05-25 | 1 | -0/+4 | |
| * | Add isSignatureValid method and tests for it | Leonid Logvinov | 2017-05-25 | 4 | -7/+79 | |
|/ | ||||||
* | Merge pull request #7 from 0xProject/docs | Fabio Berger | 2017-05-24 | 4 | -2/+11 | |
|\ | ||||||
| * | Add command to generate json docs | Leonid Logvinov | 2017-05-24 | 1 | -0/+1 | |
| * | Add command to generate docs from ts code | Leonid Logvinov | 2017-05-24 | 4 | -2/+10 | |
|/ | ||||||
* | Rename circleci.yml to circle.yml | Leonid | 2017-05-24 | 1 | -0/+0 | |
* | Merge pull request #6 from 0xProject/coverage | Leonid | 2017-05-24 | 2 | -2/+8 | |
|\ | ||||||
| * | Rename coverage to test:coverage | Leonid Logvinov | 2017-05-24 | 2 | -2/+2 | |
| * | Add coverage command | Leonid Logvinov | 2017-05-24 | 2 | -2/+8 | |
|/ | ||||||
* | Add CI status badge | Leonid Logvinov | 2017-05-24 | 1 | -1/+2 | |
* | Merge pull request #5 from 0xProject/tests | Fabio Berger | 2017-05-24 | 3 | -3/+21 | |
|\ | ||||||
| * | Remove ts-node | Leonid Logvinov | 2017-05-24 | 1 | -1/+0 | |
| * | Run mocha on compiled sources | Leonid Logvinov | 2017-05-24 | 2 | -2/+3 | |
| * | Remove spaces | Leonid Logvinov | 2017-05-24 | 1 | -1/+1 | |
| * | Add initial testing config and a dummy test | Leonid Logvinov | 2017-05-24 | 2 | -2/+20 | |
* | | Merge pull request #4 from 0xProject/tslint | Fabio Berger | 2017-05-24 | 2 | -3/+5 | |
|\| | ||||||
| * | Add tslint command to npm scripts and fix linting errors | Leonid Logvinov | 2017-05-24 | 2 | -3/+5 | |
* | | Merge pull request #3 from 0xProject/webpack | Leonid | 2017-05-24 | 3 | -3/+62 | |
|\| | ||||||
| * | Add trailing comas | Leonid Logvinov | 2017-05-24 | 1 | -7/+7 | |
| * | Add clarifiing comment to webpack config | Leonid Logvinov | 2017-05-24 | 1 | -0/+3 | |
| * | Capitalize library name | Leonid Logvinov | 2017-05-24 | 1 | -1/+1 | |
| * | newline | Leonid Logvinov | 2017-05-24 | 1 | -1/+2 | |
| * | Add .npmignore | Leonid Logvinov | 2017-05-24 | 1 | -0/+6 | |
| * | Add webpack config and npm scripts | Leonid Logvinov | 2017-05-24 | 2 | -2/+51 | |
| * | Fix LICENCE | Leonid Logvinov | 2017-05-24 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #2 from 0xProject/tsconfig | Leonid | 2017-05-24 | 2 | -0/+21 | |
|\ | ||||||
| * | Add comments to .gitignore | Leonid Logvinov | 2017-05-24 | 1 | -1/+5 | |
| * | Add initial tsconfig | Leonid Logvinov | 2017-05-24 | 2 | -0/+17 | |
|/ | ||||||
* | Merge pull request #1 from 0xProject/initial-package | Leonid | 2017-05-24 | 2 | -0/+28 | |
|\ | ||||||
| * | Change description and licence | Leonid Logvinov | 2017-05-24 | 1 | -2/+2 | |
| * | Merge branch 'master' into initial-package | Leonid Logvinov | 2017-05-24 | 1 | -0/+0 | |
| |\ | |/ |/| | ||||||
* | | Create ts folder | Fabio Berger | 2017-05-24 | 1 | -0/+0 | |
| * | Add initial package.json and linter config | Leonid Logvinov | 2017-05-24 | 2 | -0/+28 | |
|/ | ||||||
* | Add empty zeroEx class | Leonid Logvinov | 2017-05-24 | 1 | -0/+5 | |
* | Switch the licence to Apache 2 | Leonid Logvinov | 2017-05-24 | 1 | -18/+10 | |
* | Initial commit | Leonid | 2017-05-23 | 3 | -0/+81 |