aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add umd test command and separate public and private npm scriptsLeonid Logvinov2017-05-291-7/+10
| |
| * Rename build:bundle to build:umdLeonid Logvinov2017-05-291-1/+1
| |
* | Add mnemonic to nom testrpc commandFabio Berger2017-05-291-1/+1
| |
* | Implement tests for signOrderHashAsync that test the logic for Parity < ↵Fabio Berger2017-05-291-0/+2
| | | | | | | | v1.6.6, >1.6.6 and other nodes
* | Port over signOrderHashAsyncFabio Berger2017-05-291-0/+2
|/
* Fix linter commandLeonid Logvinov2017-05-291-1/+1
|
* Fix lint commandLeonid Logvinov2017-05-291-1/+1
|
* Remove unnecessary ./sLeonid Logvinov2017-05-271-2/+2
|
* Add testrpc as a dependency and a command for running itLeonid Logvinov2017-05-261-1/+3
|
* Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-261-0/+5
| | | | tests for exchangeWrapper.isValidSignature
* Postfix test files with `_test`Fabio Berger2017-05-261-1/+1
|
* Remove es6 targetLeonid Logvinov2017-05-261-2/+1
|
* include jsonschema type defsFabio Berger2017-05-261-0/+1
|
* Extract artifacts list to a variableLeonid Logvinov2017-05-261-1/+4
|
* Merge branch 'master' into implementFirstExchangeMethodFabio Berger2017-05-261-0/+1
|\ | | | | | | | | | | | | | | # Conflicts: # package.json # src/ts/0x.js.ts # src/ts/globals.d.ts # src/ts/types.ts
| * Port getOrderHashLeonid Logvinov2017-05-251-1/+1
| |
* | Include JSON file loader in webpackFabio Berger2017-05-261-1/+2
| |
* | Fix web3 imports againFabio Berger2017-05-261-1/+1
| |
* | Copy over artifacts to lib folder onBuildFabio Berger2017-05-261-1/+1
| |
* | Add initial exchange contract function, set up web3Wrapper, added types and ↵Fabio Berger2017-05-261-1/+3
| | | | | | | | utils
* | Add npm command to update contact artifactsFabio Berger2017-05-261-1/+3
|/
* Merge branch 'master' into isValidOrderHashLeonid2017-05-251-0/+1
|\
| * Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-251-0/+1
| |
* | Address feedbackLeonid Logvinov2017-05-251-1/+1
|/
* Merge branch 'master' into addSchemasFabio Berger2017-05-251-0/+2
|\ | | | | | | | | # Conflicts: # package.json
| * Add lodashLeonid Logvinov2017-05-251-0/+1
| |
| * Add generateSalt and tests for itLeonid Logvinov2017-05-251-0/+1
| |
* | Add schema validation and assertion, create ECSignature schemaFabio Berger2017-05-251-0/+2
|/
* Add assertions library and add them for all function argsFabio Berger2017-05-251-1/+5
|
* Add node typesLeonid Logvinov2017-05-251-0/+1
|
* Add isSignatureValid method and tests for itLeonid Logvinov2017-05-251-0/+3
|
* Add command to generate json docsLeonid Logvinov2017-05-241-0/+1
|
* Add command to generate docs from ts codeLeonid Logvinov2017-05-241-1/+5
|
* Rename coverage to test:coverageLeonid Logvinov2017-05-241-1/+1
|
* Add coverage commandLeonid Logvinov2017-05-241-2/+5
|
* Remove ts-nodeLeonid Logvinov2017-05-241-1/+0
|
* Run mocha on compiled sourcesLeonid Logvinov2017-05-241-1/+1
|
* Add initial testing config and a dummy testLeonid Logvinov2017-05-241-2/+8
|
* Add tslint command to npm scripts and fix linting errorsLeonid Logvinov2017-05-241-2/+4
|
* Add webpack config and npm scriptsLeonid Logvinov2017-05-241-2/+14
|
* Fix LICENCELeonid Logvinov2017-05-241-1/+1
|
* Change description and licenceLeonid Logvinov2017-05-241-2/+2
|
* Add initial package.json and linter configLeonid Logvinov2017-05-241-0/+23