aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts
Commit message (Expand)AuthorAgeFilesLines
* Move files up and remove ts folderLeonid Logvinov2017-05-2911-489/+0
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-05-299-25/+241
|\
| * Refactor to ternaryFabio Berger2017-05-271-6/+1
| * Make zero address regex stricterLeonid Logvinov2017-05-271-1/+1
| * Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js int...Fabio Berger2017-05-271-1/+1
| |\
| | * Simplify zero address regexLeonid Logvinov2017-05-271-1/+1
| * | remove todoFabio Berger2017-05-271-1/+0
| |/
| * remove outdated commentFabio Berger2017-05-261-2/+0
| * return undefined if not address foundFabio Berger2017-05-261-3/+3
| * Add missing return typesFabio Berger2017-05-262-3/+3
| * move console log into UNHANDLED_ERROR clauseFabio Berger2017-05-261-1/+1
| * rename networkId to networkIdIfExistsFabio Berger2017-05-261-2/+4
| * remove commentFabio Berger2017-05-261-1/+0
| * import re-orderFabio Berger2017-05-261-2/+2
| * Setup blockchain snapshotting before/after every test, implemented unit tests...Fabio Berger2017-05-261-0/+5
| * Add missing semi-colonFabio Berger2017-05-261-1/+1
| * cleanup isValidSignature methodFabio Berger2017-05-261-5/+6
| * Add missing requireFabio Berger2017-05-261-0/+1
| * Spacing and import re-orderFabio Berger2017-05-261-3/+4
| * Remove unused bignum importLeonid Logvinov2017-05-261-1/+0
| * Merge branch 'master' into implementFirstExchangeMethodFabio Berger2017-05-264-1/+71
| |\
| * | Fix web3 imports againFabio Berger2017-05-263-3/+3
| * | Fix web3 importsFabio Berger2017-05-263-3/+3
| * | Change the order of params in isValidSignatureAsync to be consistentLeonid Logvinov2017-05-261-4/+4
| * | Fix exchange typeLeonid Logvinov2017-05-261-1/+1
| * | Remove unused importsLeonid Logvinov2017-05-261-3/+0
| * | Add initial exchange contract function, set up web3Wrapper, added types and u...Fabio Berger2017-05-268-18/+249
* | | Move bigNumberToBN to utils moduleFabio Berger2017-05-292-17/+20
| |/ |/|
* | Address feedbackLeonid Logvinov2017-05-263-6/+4
* | Address feedbackLeonid Logvinov2017-05-262-22/+36
* | Port getOrderHashLeonid Logvinov2017-05-254-0/+69
|/
* 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-251-0/+1
* Merge branch 'master' into isValidOrderHashLeonid2017-05-252-2/+38
|\
| * Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-252-0/+39
* | Address feedbackLeonid Logvinov2017-05-252-7/+8
* | Remove type aliasesLeonid Logvinov2017-05-253-8/+7
* | Merge branch 'master' into isValidOrderHashLeonid2017-05-255-4/+50
|\|
| * Merge branch 'master' into addSchemasFabio Berger2017-05-251-0/+15
| |\
| * | rename v to validator for clarityFabio Berger2017-05-251-6/+6
| * | 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-255-4/+37
* | | Remove HexString typeLeonid Logvinov2017-05-252-7/+6
* | | Port isValidOrderHash and testsLeonid Logvinov2017-05-253-3/+16
| |/ |/|
* | More descriptive commentLeonid Logvinov2017-05-251-1/+5
* | Add generateSalt and tests for itLeonid Logvinov2017-05-251-0/+11
|/
* Add assertions library and add them for all function argsFabio Berger2017-05-252-0/+37
* Address feedbackLeonid Logvinov2017-05-252-4/+5
* Type the ethereumjs-utilLeonid Logvinov2017-05-252-4/+12
* Add isSignatureValid method and tests for itLeonid Logvinov2017-05-252-3/+30
* Add command to generate docs from ts codeLeonid Logvinov2017-05-241-0/+1
* Add tslint command to npm scripts and fix linting errorsLeonid Logvinov2017-05-241-1/+1
* Create ts folderFabio Berger2017-05-241-0/+5