aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Address feedbackLeonid Logvinov2017-05-263-26/+41
|
* Port getOrderHashLeonid Logvinov2017-05-256-1/+107
|
* Merge pull request #11 from 0xProject/isValidOrderHashFabio Berger2017-05-255-16/+40
|\ | | | | Port isValidOrderHash and tests
| * Get rid of ETHLeonid Logvinov2017-05-251-4/+4
| |
| * Fix commentLeonid Logvinov2017-05-251-1/+1
| |
| * Fix testsLeonid Logvinov2017-05-251-1/+1
| |
| * Fix bracesLeonid Logvinov2017-05-252-0/+3
| |
| * Merge branch 'master' into isValidOrderHashLeonid2017-05-254-3/+61
| |\ | |/ |/|
* | Merge pull request #12 from 0xProject/addToUnitStaticFabio Berger2017-05-254-1/+64
|\ \ | | | | | | Add toUnitAmount and toBaseUnitAmount static helpers and tests
| * | Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-254-1/+64
|/ /
| * Address feedbackLeonid Logvinov2017-05-254-9/+14
| |
| * Remove type aliasesLeonid Logvinov2017-05-253-8/+7
| |
| * Merge branch 'master' into isValidOrderHashLeonid2017-05-257-14/+58
| |\ | |/ |/|
* | Merge pull request #10 from 0xProject/addSchemasFabio Berger2017-05-257-14/+58
|\ \ | | | | | | Add schema validation
| * | Use expect.to.throwFabio Berger2017-05-251-24/+4
| | |
| * | Merge branch 'master' into addSchemasFabio Berger2017-05-253-0/+30
| |\ \ | |/ / |/| | | | | | | | # Conflicts: # package.json
| * | remove stray console logFabio Berger2017-05-251-1/+0
| | |
| * | rename v to validator for clarityFabio Berger2017-05-251-6/+6
| | |
| * | Fix malformed tests to check for thrown assertionFabio Berger2017-05-251-10/+27
| | |
| * | Pretty print passed in order and schema validation errors in thrown assertionFabio Berger2017-05-251-2/+4
| | |
| * | Improve ECSignature schema to check signature parameters and that v is 27 or 28Fabio Berger2017-05-252-4/+15
| | |
| * | Add schema validation and assertion, create ECSignature schemaFabio Berger2017-05-256-4/+39
| | |
| | * Fix testsLeonid Logvinov2017-05-251-1/+1
| | |
| | * Remove HexString typeLeonid Logvinov2017-05-252-7/+6
| | |
| | * Port isValidOrderHash and testsLeonid Logvinov2017-05-254-3/+26
| |/ |/|
* | Merge pull request #9 from 0xProject/generateSaltLeonid2017-05-253-0/+30
|\ \ | |/ |/| Add generateSalt and tests for it
| * More descriptive commentLeonid Logvinov2017-05-251-1/+5
| |
| * Add lodashLeonid Logvinov2017-05-251-0/+1
| |
| * Add generateSalt and tests for itLeonid Logvinov2017-05-253-0/+25
|/
* Fix test that was passing an invalid address (now caught by our assertions), ↵Fabio Berger2017-05-251-1/+2
| | | | to instead pass a valid but unrelated address as the test name suggests
* Add assertions library and add them for all function argsFabio Berger2017-05-254-2/+44
|
* Merge pull request #8 from 0xProject/isSignatureValidLeonid2017-05-255-7/+114
|\ | | | | Add isSignatureValid method and tests for it
| * Address feedbackLeonid Logvinov2017-05-253-5/+7
| |
| * Add node typesLeonid Logvinov2017-05-251-0/+1
| |
| * Add test for malformed sLeonid Logvinov2017-05-251-0/+10
| |
| * change tests descriptionsLeonid Logvinov2017-05-251-15/+24
| |
| * Add test vector sourceLeonid Logvinov2017-05-251-0/+1
| |
| * Type the ethereumjs-utilLeonid Logvinov2017-05-252-4/+12
| |
| * Define node version in circleCILeonid Logvinov2017-05-251-0/+4
| |
| * Add isSignatureValid method and tests for itLeonid Logvinov2017-05-254-7/+79
|/
* Merge pull request #7 from 0xProject/docsFabio Berger2017-05-244-2/+11
|\ | | | | Add command to generate docs from ts code
| * Add command to generate json docsLeonid Logvinov2017-05-241-0/+1
| |
| * Add command to generate docs from ts codeLeonid Logvinov2017-05-244-2/+10
|/
* Rename circleci.yml to circle.ymlLeonid2017-05-241-0/+0
|
* Merge pull request #6 from 0xProject/coverageLeonid2017-05-242-2/+8
|\ | | | | Add coverage command
| * Rename coverage to test:coverageLeonid Logvinov2017-05-242-2/+2
| |
| * Add coverage commandLeonid Logvinov2017-05-242-2/+8
|/
* Add CI status badgeLeonid Logvinov2017-05-241-1/+2
|
* Merge pull request #5 from 0xProject/testsFabio Berger2017-05-243-3/+21
|\ | | | | Tests
| * Remove ts-nodeLeonid Logvinov2017-05-241-1/+0
| |
| * Run mocha on compiled sourcesLeonid Logvinov2017-05-242-2/+3
| |
| * Remove spacesLeonid Logvinov2017-05-241-1/+1
| |
| * Add initial testing config and a dummy testLeonid Logvinov2017-05-242-2/+20
| |
* | Merge pull request #4 from 0xProject/tslintFabio Berger2017-05-242-3/+5
|\| | | | | Add tslint command to npm scripts and fix linting errors
| * Add tslint command to npm scripts and fix linting errorsLeonid Logvinov2017-05-242-3/+5
| |
* | Merge pull request #3 from 0xProject/webpackLeonid2017-05-243-3/+62
|\| | | | | Webpack && npm scripts && ignore files
| * Add trailing comasLeonid Logvinov2017-05-241-7/+7
| |
| * Add clarifiing comment to webpack configLeonid Logvinov2017-05-241-0/+3
| |
| * Capitalize library nameLeonid Logvinov2017-05-241-1/+1
| |
| * newlineLeonid Logvinov2017-05-241-1/+2
| |
| * Add .npmignoreLeonid Logvinov2017-05-241-0/+6
| |
| * Add webpack config and npm scriptsLeonid Logvinov2017-05-242-2/+51
| |
| * Fix LICENCELeonid Logvinov2017-05-241-1/+1
|/
* Merge pull request #2 from 0xProject/tsconfigLeonid2017-05-242-0/+21
|\ | | | | Add initial tsconfig
| * Add comments to .gitignoreLeonid Logvinov2017-05-241-1/+5
| |
| * Add initial tsconfigLeonid Logvinov2017-05-242-0/+17
|/
* Merge pull request #1 from 0xProject/initial-packageLeonid2017-05-242-0/+28
|\ | | | | Add initial package.json and linter config
| * Change description and licenceLeonid Logvinov2017-05-241-2/+2
| |
| * Merge branch 'master' into initial-packageLeonid Logvinov2017-05-241-0/+0
| |\ | |/ |/|
* | Create ts folderFabio Berger2017-05-241-0/+0
| |
| * Add initial package.json and linter configLeonid Logvinov2017-05-242-0/+28
|/
* Add empty zeroEx classLeonid Logvinov2017-05-241-0/+5
|
* Switch the licence to Apache 2Leonid Logvinov2017-05-241-18/+10
|
* Initial commitLeonid2017-05-233-0/+81