aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
...
* chore(package): update web3-typescript-typings to version 0.3.0greenkeeper[bot]2017-07-261-1/+1
|
* Add ethereumjs-utils typesLeonid Logvinov2017-07-221-0/+1
|
* Add bn.js typesLeonid Logvinov2017-07-221-0/+1
|
* Merge pull request #108 from 0xProject/greenkeeper/web3-0.20.0Leonid2017-07-191-1/+1
|\ | | | | Update web3 to the latest version 🚀
| * fix(package): update web3 to version 0.20.0greenkeeper[bot]2017-07-171-1/+1
| |
* | chore(package): update web3-typescript-typings to version 0.2.1greenkeeper[bot]2017-07-191-1/+1
|/
* Update to typescript@2.4Leonid Logvinov2017-07-121-1/+1
|
* Stop using custom chai-bignumber forkLeonid Logvinov2017-07-121-1/+1
|
* chore(package): update dirty-chai to version 2.0.1greenkeeper[bot]2017-07-101-1/+1
|
* Add --bail option to mocha run commandLeonid Logvinov2017-07-081-1/+1
|
* chore(package): update web3-typescript-typings to version 0.0.11greenkeeper[bot]2017-07-081-1/+1
|
* chore(package): update webpack to version 3.1.0greenkeeper[bot]2017-07-071-1/+1
|
* 0.8.0v0.8.0Leonid Logvinov2017-07-051-1/+1
|
* Change prepublish to prepublishOnlyLeonid Logvinov2017-07-051-1/+1
|
* Merge branch 'master' into add-exchange-address-to-order-structLeonid2017-07-041-2/+2
|\
| * Merge pull request #88 from 0xProject/greenkeeper/chai-as-promised-7.1.0Leonid2017-07-041-1/+1
| |\ | | | | | | Update chai-as-promised to the latest version 🚀
| | * chore(package): update chai-as-promised to version 7.1.0greenkeeper[bot]2017-07-031-1/+1
| | |
| * | chore(package): update ethereumjs-testrpc to version 4.0.1greenkeeper[bot]2017-06-291-1/+1
| |/ | | | | Closes #83
* / Update copyfiles to copy nested artifactsLeonid Logvinov2017-06-271-1/+1
|/
* Add the 0xproject profile flag to the AWS cli command so that devs can have ↵Fabio Berger2017-06-271-1/+1
| | | | their personal AWS creds be the default in .aws/credentials
* 0.7.1v0.7.1Fabio Berger2017-06-271-1/+1
|
* Merge pull request #79 from 0xProject/integration-testsLeonid2017-06-231-0/+1
|\ | | | | Add kovan integration tests
| * Add kovan integration testsLeonid Logvinov2017-06-231-0/+1
| |
* | chore(package): update web3-typescript-typings to version 0.0.10greenkeeper[bot]2017-06-231-1/+1
| |
* | 0.7.0v0.7.0Fabio Berger2017-06-231-1/+1
|/
* Set content typeLeonid Logvinov2017-06-221-1/+1
|
* Grant read permissions to all usersLeonid Logvinov2017-06-221-1/+1
|
* Auto-upload json docs on releaseLeonid Logvinov2017-06-221-1/+3
|
* 0.6.2v0.6.2Leonid Logvinov2017-06-211-1/+1
|
* Revert "Temporarily use forked version of truffle-contract to reduce the bundle"Leonid Logvinov2017-06-211-1/+1
| | | | | | This reverts commit ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a. truffle-contract is not compatible with web3 0.19.0 cause it checks the number of arguments and they pass incorrect number of arguments
* Merge pull request #70 from 0xProject/greenkeeper/@types/node-8.0.1Leonid2017-06-211-1/+1
|\ | | | | Update @types/node to the latest version 🚀
| * chore(package): update @types/node to version 8.0.1greenkeeper[bot]2017-06-211-1/+1
| |
* | Temporarily use forked version of truffle-contract to reduce the bundleLeonid Logvinov2017-06-211-1/+1
|/ | | | | | | truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2 versions of web3 being bundled with the package This commit temporarily switches to custom truffle-contract fork We'll switch back when the PR would be accepted
* Connect to github over https so that it works without authenticationLeonid Logvinov2017-06-201-1/+1
|
* Move out of @0xproject scopeLeonid Logvinov2017-06-201-1/+1
|
* 0.6.1Leonid Logvinov2017-06-201-1/+1
|
* Update version in package.jsonFabio Berger2017-06-191-1/+1
|
* Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-1/+1
|
* Add node script to report coverageLeonid Logvinov2017-06-151-0/+1
|
* Add coveralls as a dependencyLeonid Logvinov2017-06-151-0/+1
|
* 0.5.2Leonid Logvinov2017-06-151-1/+1
|
* Fix bug in postinstall scriptLeonid Logvinov2017-06-151-1/+1
|
* 0.5.1Leonid Logvinov2017-06-151-1/+1
|
* Add postrelease script to publish assets to githubLeonid Logvinov2017-06-151-0/+2
|
* Set NODE_ENV to production for production builds and don't rely on webpack ↵Leonid Logvinov2017-06-151-1/+1
| | | | minification (we use uglifyJS)
* Update web3-provider-engine cause the console.log issue was fixed and the ↵Leonid Logvinov2017-06-151-1/+1
| | | | new version was released
* 0.5.0v0.5.0Leonid Logvinov2017-06-141-1/+1
|
* Merge branch 'master' of github.com:0xProject/0x.jsLeonid Logvinov2017-06-141-1/+1
|\
| * Update doc:json command to exclude privates and externalsFabio Berger2017-06-141-1/+1
| |
* | 0.4.0Leonid Logvinov2017-06-141-1/+1
|/
* Revert "0.4.0"Leonid Logvinov2017-06-131-1/+1
| | | | This reverts commit 870f9838d6743f5594fb809c6b91084be4d0cc45.
* 0.4.0Leonid Logvinov2017-06-131-1/+1
|
* 0.3.0v0.3.0Leonid Logvinov2017-06-131-1/+1
|
* 0.2.3v0.2.3Leonid Logvinov2017-06-131-1/+1
|
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-2/+2
|
* 0.2.2v0.2.2Leonid Logvinov2017-06-121-1/+1
|
* 0.2.1v0.2.1Leonid Logvinov2017-06-121-1/+1
|
* Don't prefix main and types path in package.json with ./Leonid Logvinov2017-06-121-2/+2
|
* 0.2.0v0.2.0Leonid Logvinov2017-06-121-1/+1
|
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-2/+2
|
* Add main and types fields to package.jsonLeonid Logvinov2017-06-111-0/+2
|
* Revert "Make private"Leonid Logvinov2017-06-111-1/+0
| | | | This reverts commit 933be8815b8d1b93662abbb1538b13367f6b022a.
* 0.1.0Leonid Logvinov2017-06-111-1/+1
|
* Make privateLeonid Logvinov2017-06-111-0/+1
|
* Add 0xproject scopeLeonid Logvinov2017-06-111-1/+2
|
* Remove unneccessary console output from block trackerLeonid Logvinov2017-06-101-1/+1
|
* Rewrite isValidSignature testsLeonid Logvinov2017-06-081-1/+1
|
* Add script to run UMD testsLeonid Logvinov2017-06-051-1/+1
|
* Upgrade truffle-contract to the version that includes 'at' fixLeonid Logvinov2017-06-051-1/+1
|
* chore(package): update dependenciesgreenkeeper[bot]2017-06-031-2/+2
|
* Use forked version of chai-bignumber while the PR is waiting for a reviewLeonid Logvinov2017-06-031-1/+1
|
* remove ProtocolTokenFabio Berger2017-06-021-1/+1
|
* Add ProtocolTokenArtifactsLeonid Logvinov2017-06-021-1/+1
|
* Increase mocha timeoutLeonid Logvinov2017-06-011-1/+1
|
* Revert "Add EXPIRED test"Leonid Logvinov2017-06-011-1/+1
| | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c.
* Add EXPIRED testLeonid Logvinov2017-06-011-1/+1
|
* Fix types hell with, chai and chai-as-promisedLeonid Logvinov2017-06-011-2/+2
|
* Add dirty-chaiLeonid Logvinov2017-06-011-0/+1
|
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-06-011-2/+1
|\
| * Fix testrpc verison to 3.0.5Leonid Logvinov2017-06-011-2/+1
| |
* | Fix linter commandLeonid Logvinov2017-05-311-1/+1
| |
* | Refactor getOrderHash to accept order as an objectLeonid Logvinov2017-05-301-3/+2
| |
* | Add copy_fixtures commandLeonid Logvinov2017-05-301-2/+3
| |
* | Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-1/+2
|\|
| * Instead of removing all files from ./lib/src for the UMD test, we leave the ↵Fabio Berger2017-05-301-1/+2
| | | | | | | | utils and schema folders as well as the types file since they are used by the test files
* | Add tests to linter targetsLeonid Logvinov2017-05-301-1/+1
|/
* Refactor test commandsLeonid Logvinov2017-05-301-10/+11
|
* Merge branch 'master' into addSignOrderHashAndTestsFabio Berger2017-05-291-7/+16
|\ | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts
| * Address feedbackLeonid Logvinov2017-05-291-1/+1
| |
| * Don't build before testLeonid Logvinov2017-05-291-1/+1
| |
| * Refactor test commandsLeonid Logvinov2017-05-291-9/+15
| |
| * 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