Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prettier run on generated CHANGELOG.json and fix scripts | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Get rid of ; in top-level package.json | Fabio Berger | 2018-04-02 | 1 | -4/+12 |
| | |||||
* | Make dry-run configurable from top-level package.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Expose publish command from top-level dir | Fabio Berger | 2018-03-30 | 1 | -2/+2 |
| | |||||
* | Remove top-level internal dep b/c it's not clear to me what it's used for | Fabio Berger | 2018-03-30 | 1 | -1/+0 |
| | |||||
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | Update top-level package.json | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Fix parallel coverage results reporting | Leonid Logvinov | 2018-03-15 | 1 | -0/+5 |
| | |||||
* | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` ↵ | Fabio Berger | 2018-03-13 | 1 | -5/+1 |
| | | | | and also convert it to TS. | ||||
* | Updated @0xproject/utils in top level package.json | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Update prettier since the previous version had a bug when dealing with css files | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Update @0xproject/utils in top-level package.json | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Upgrate prettier | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Updated top level @0xproject/utils dependency | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | Update utils in top-level package.json | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Update @0xproject/utils version in top level package.json | Brandon Millman | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Update utils in top level package to 0.3.0 | Jacob Evans | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+1 |
| | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 1 | -24/+24 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-30 | 1 | -24/+24 |
| | |||||
* | Merge pull request #326 from 0xProject/greenkeeper/@0xproject/utils-0.2.0 | Brandon Millman | 2018-01-19 | 1 | -1/+1 |
|\ | | | | | Update @0xproject/utils to the latest version 🚀 | ||||
| * | chore(package): update @0xproject/utils to version 0.2.0 | greenkeeper[bot] | 2018-01-18 | 1 | -1/+1 |
| | | |||||
* | | Upgrade testrpc to 6.0.3 to avoid some race-conditions | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
|/ | |||||
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -5/+5 |
| | |||||
* | Install prettier | Leonid Logvinov | 2018-01-03 | 1 | -0/+2 |
| | |||||
* | Add convenience `rebuild` command | Fabio Berger | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to ↵ | Brandon Millman | 2017-12-09 | 1 | -4/+5 |
| | | | | all packages | ||||
* | Add yarn install to lerna:publish command | Brandon Millman | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
| * | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -2/+1 |
| | | |||||
* | | Move testrpc to top-level package.json and standardize some versions | Fabio Berger | 2017-12-05 | 1 | -1/+2 |
|/ | |||||
* | Fix npm auth issues | Brandon Millman | 2017-11-23 | 1 | -1/+1 |
| | | | | Related lerna issue: https://github.com/lerna/lerna/issues/896 | ||||
* | Move most of code for getting latest tag/version and calling publish_release ↵ | Fabio Berger | 2017-11-18 | 1 | -1/+5 |
| | | | | to postpublish_utils script in top-level dir | ||||
* | WIP | Brandon Millman | 2017-11-16 | 1 | -1/+2 |
| | |||||
* | Simply lerna command and run bootstrap to install dependencies | Fabio Berger | 2017-11-14 | 1 | -1/+2 |
| | |||||
* | Fix package.json | Leonid Logvinov | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Add circle.yml and move testrpc command to top-level repo | Fabio Berger | 2017-11-13 | 1 | -1/+10 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -104/+5 |
| | |||||
* | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: (33 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ... | ||||
| * | Remove unused code | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: 0.23.0 Update CHANGELOG Fix amounts in tests one last time. Now that we updated the testRPC snapshot, this should no longer be mismatched between CI and locally Update testRPC snapshot used by CircleCi Push unsubscribe to the base class rather than super Check for null rather than undefined Removed nits Test case was error then unsubscribe Clean up subscription state. Fix unhandled promise rejection error on subscriptions # Conflicts: # src/types.ts # test/exchange_wrapper_test.ts # test/token_wrapper_test.ts | ||||
| * | 0.23.0v0.23.0 | Brandon Millman | 2017-11-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-12 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | * development: 0.22.6 Add new changes to CHANGELOG use util fn no race, reject from interval cb and clear allow timeout for await transaction mined # Conflicts: # src/types.ts | ||||
| * | 0.22.6v0.22.6 | Leonid Logvinov | 2017-11-11 | 1 | -1/+1 |
| | | |||||
* | | Upgrade web3-typescript-typings | Leonid Logvinov | 2017-11-10 | 1 | -1/+1 |
| | | |||||
* | | Add initial mempool watching implememtation | Leonid Logvinov | 2017-11-10 | 1 | -2/+2 |
|/ | |||||
* | 0.22.5v0.22.5 | Fabio Berger | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary dep | Fabio Berger | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | 0.22.4v0.22.4 | Leonid Logvinov | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Downgrade typedoc | Leonid Logvinov | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -2/+1 |
| | |||||
* | 0.22.3v0.22.3 | Leonid Logvinov | 2017-10-25 | 1 | -1/+1 |
| | |||||
* | 0.22.2 | Leonid Logvinov | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -5/+4 |
| | |||||
* | Fix lint script to analyze nested files | Brandon Millman | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | 0.22.1 | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -2/+3 |
| | |||||
* | Upgrade 0x-json-schemas to the version that doesn't depend on lodash | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | Uprade ethereumjs-blockstream, cause new version doesn't include source maps ↵ | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | | | | and is significantly smaller | ||||
* | 0.22.0 | Leonid Logvinov | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | 0.21.4v0.21.4 | Leonid Logvinov | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | 0.21.3 | Leonid Logvinov | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | 0.21.2v0.21.2 | Leonid Logvinov | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | 0.21.1 | Leonid Logvinov | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | 0.21.0v0.21.0 | Leonid Logvinov | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #182 from 0xProject/feature/ethereumjs-blockstream | Leonid | 2017-10-06 | 1 | -1/+5 |
|\ | | | | | Rewrite subscriptions | ||||
| * | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 1 | -0/+1 |
| | | |||||
| * | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -0/+2 |
| | | |||||
| * | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 1 | -1/+2 |
| | | |||||
* | | chore(package): update typedoc to version 0.9.0 | greenkeeper[bot] | 2017-10-06 | 1 | -1/+1 |
|/ | |||||
* | 0.20.0v0.20.0 | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Revert "0.20.0" | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | | | | This reverts commit acdc65c895bfaeaefc82b8a374f145c6c054e4a8. | ||||
* | 0.20.0 | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Exit after running the tests | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | chore(package): update mocha to version 4.0.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | chore(package): update source-map-support to version 0.5.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Update web3-typescript-typings | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | fix(package): update 0x-json-schemas to version 0.6.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | 0.19.0v0.19.0 | Leonid Logvinov | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #169 from 0xProject/greenkeeper/sinon-4.0.0 | Leonid | 2017-09-29 | 1 | -1/+1 |
|\ | | | | | Update sinon to the latest version 🚀 | ||||
| * | chore(package): update sinon to version 4.0.0 | greenkeeper[bot] | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | chore(package): update coveralls to version 3.0.0 | greenkeeper[bot] | 2017-09-29 | 1 | -1/+1 |
| | | |||||
* | | 0.18.0v0.18.0 | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | 0.17.0 | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
|/ | |||||
* | 0.16.0v0.16.0 | Leonid Logvinov | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | 0.15.0 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.2 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Make bignumber.js types normal dependency | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.1 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.0 | Leonid Logvinov | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | 0.13.0v0.13.0 | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Revert "0.13.0" | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | | | | This reverts commit 92eb68bf2c412d42322ab7f483af91666ccbdcb1. | ||||
* | Merge pull request #156 from 0xProject/feature/custom-abi-decoder | Leonid | 2017-09-06 | 1 | -1/+0 |
|\ | | | | | Custom abi decoder | ||||
| * | Remove abi-decoder | Leonid Logvinov | 2017-09-06 | 1 | -1/+0 |
| | | |||||
* | | 0.13.0 | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
|/ | |||||
* | Update web-typescript-typings | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Decode logs args in awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Update json-schemas | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Use AbiType | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Use schema validation to distinguish txData argument | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Increase timeout | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Temporarily remove web3_beta, cause it breaks installation and tests | Leonid Logvinov | 2017-09-05 | 1 | -1/+0 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | | | | transaction to be mined | ||||
* | Remove truffle-contract from deps | Leonid Logvinov | 2017-09-04 | 1 | -2/+1 |
| | |||||
* | Merge pull request #146 from 0xProject/greenkeeper/0x-json-schemas-0.4.0 | Fabio Berger | 2017-09-03 | 1 | -1/+1 |
|\ | | | | | Update 0x-json-schemas to the latest version 🚀 | ||||
| * | fix(package): update 0x-json-schemas to version 0.4.0 | greenkeeper[bot] | 2017-08-31 | 1 | -1/+1 |
| | | |||||
* | | 0.12.1v0.12.1 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | 0.12.0v0.12.0 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-08-31 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Improve the comment Add assert.isWeb3Provider Use more concise dep pointing Don't create whole web3 object in beta tests Improve the comment Add tests for web3@1.0 Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts Add web3@1.0 to web3Factory Support web3@1.0 providers Define web3@1.0 types ;) Install web3@1.0.0 as web3_beta | ||||
| * | Use more concise dep pointing | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | Install web3@1.0.0 as web3_beta | Leonid Logvinov | 2017-08-29 | 1 | -0/+1 |
| | | |||||
* | | update 0x-json-schema | Fabio Berger | 2017-08-31 | 1 | -1/+1 |
|/ | |||||
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Fix UMD tests | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | 0.11.0v0.11.0 | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Fix test:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Rename build:commonjs:dev to build:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -4/+3 |
| | |||||
* | 0.10.4 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.3 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.2 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Specify tag and other values in the release script | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.1v0.10.1 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.0v0.10.0 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | 0.9.3v0.9.3 | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-08-22 | 1 | -1/+1 |
|\ | | | | | | | | | * 'master' of github.com:0xProject/0x.js: Add subproviders to the list of folders required by UMD tests | ||||
| * | Add subproviders to the list of folders required by UMD tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | |||||
* | | 0.9.2v0.9.2 | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|/ | |||||
* | try 4000 timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | try longer timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Update artifacts and rename proxy to tokenTransferProxy | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #118 from 0xProject/artifacts-update | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|\ | | | | | Update artifacts with the latest mainnet version | ||||
| * | Remove Mintable artifacts | Leonid Logvinov | 2017-08-15 | 1 | -1/+1 |
| | | |||||
* | | 0.9.1v0.9.1 | Leonid Logvinov | 2017-08-17 | 1 | -1/+1 |
|/ | |||||
* | chore(package): update sinon to version 3.0.0 | greenkeeper[bot] | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | chore(package): update typedoc to version 0.8.0 | greenkeeper[bot] | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | 0.9.0v0.9.0 | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | chore(package): update web3-typescript-typings to version 0.3.0 | greenkeeper[bot] | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Add bn.js types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Merge pull request #108 from 0xProject/greenkeeper/web3-0.20.0 | Leonid | 2017-07-19 | 1 | -1/+1 |
|\ | | | | | Update web3 to the latest version 🚀 | ||||
| * | fix(package): update web3 to version 0.20.0 | greenkeeper[bot] | 2017-07-17 | 1 | -1/+1 |
| | | |||||
* | | chore(package): update web3-typescript-typings to version 0.2.1 | greenkeeper[bot] | 2017-07-19 | 1 | -1/+1 |
|/ | |||||
* | Update to typescript@2.4 | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Stop using custom chai-bignumber fork | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | chore(package): update dirty-chai to version 2.0.1 | greenkeeper[bot] | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | Add --bail option to mocha run command | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | chore(package): update web3-typescript-typings to version 0.0.11 | greenkeeper[bot] | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | chore(package): update webpack to version 3.1.0 | greenkeeper[bot] | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | 0.8.0v0.8.0 | Leonid Logvinov | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Change prepublish to prepublishOnly | Leonid Logvinov | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #88 from 0xProject/greenkeeper/chai-as-promised-7.1.0 | Leonid | 2017-07-04 | 1 | -1/+1 |
| |\ | | | | | | | Update chai-as-promised to the latest version 🚀 | ||||
| | * | chore(package): update chai-as-promised to version 7.1.0 | greenkeeper[bot] | 2017-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | chore(package): update ethereumjs-testrpc to version 4.0.1 | greenkeeper[bot] | 2017-06-29 | 1 | -1/+1 |
| |/ | | | | | Closes #83 | ||||
* / | Update copyfiles to copy nested artifacts | Leonid Logvinov | 2017-06-27 | 1 | -1/+1 |
|/ | |||||
* | Add the 0xproject profile flag to the AWS cli command so that devs can have ↵ | Fabio Berger | 2017-06-27 | 1 | -1/+1 |
| | | | | their personal AWS creds be the default in .aws/credentials | ||||
* | 0.7.1v0.7.1 | Fabio Berger | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #79 from 0xProject/integration-tests | Leonid | 2017-06-23 | 1 | -0/+1 |
|\ | | | | | Add kovan integration tests | ||||
| * | Add kovan integration tests | Leonid Logvinov | 2017-06-23 | 1 | -0/+1 |
| | | |||||
* | | chore(package): update web3-typescript-typings to version 0.0.10 | greenkeeper[bot] | 2017-06-23 | 1 | -1/+1 |
| | | |||||
* | | 0.7.0v0.7.0 | Fabio Berger | 2017-06-23 | 1 | -1/+1 |
|/ | |||||
* | Set content type | Leonid Logvinov | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Grant read permissions to all users | Leonid Logvinov | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Auto-upload json docs on release | Leonid Logvinov | 2017-06-22 | 1 | -1/+3 |
| | |||||
* | 0.6.2v0.6.2 | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Revert "Temporarily use forked version of truffle-contract to reduce the bundle" | Leonid Logvinov | 2017-06-21 | 1 | -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.1 | Leonid | 2017-06-21 | 1 | -1/+1 |
|\ | | | | | Update @types/node to the latest version 🚀 | ||||
| * | chore(package): update @types/node to version 8.0.1 | greenkeeper[bot] | 2017-06-21 | 1 | -1/+1 |
| | | |||||
* | | Temporarily use forked version of truffle-contract to reduce the bundle | Leonid Logvinov | 2017-06-21 | 1 | -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 authentication | Leonid Logvinov | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Move out of @0xproject scope | Leonid Logvinov | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | 0.6.1 | Leonid Logvinov | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Update version in package.json | Fabio Berger | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Add node script to report coverage | Leonid Logvinov | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Add coveralls as a dependency | Leonid Logvinov | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | 0.5.2 | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Fix bug in postinstall script | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | 0.5.1 | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Add postrelease script to publish assets to github | Leonid Logvinov | 2017-06-15 | 1 | -0/+2 |
| | |||||
* | Set NODE_ENV to production for production builds and don't rely on webpack ↵ | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | | | | minification (we use uglifyJS) | ||||
* | Update web3-provider-engine cause the console.log issue was fixed and the ↵ | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | | | | new version was released | ||||
* | 0.5.0v0.5.0 | Leonid Logvinov | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Leonid Logvinov | 2017-06-14 | 1 | -1/+1 |
|\ | |||||
| * | Update doc:json command to exclude privates and externals | Fabio Berger | 2017-06-14 | 1 | -1/+1 |
| | | |||||
* | | 0.4.0 | Leonid Logvinov | 2017-06-14 | 1 | -1/+1 |
|/ | |||||
* | Revert "0.4.0" | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | | | | This reverts commit 870f9838d6743f5594fb809c6b91084be4d0cc45. | ||||
* | 0.4.0 | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | 0.3.0v0.3.0 | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | 0.2.3v0.2.3 | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -2/+2 |
| | |||||
* | 0.2.2v0.2.2 | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | 0.2.1v0.2.1 | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Don't prefix main and types path in package.json with ./ | Leonid Logvinov | 2017-06-12 | 1 | -2/+2 |
| | |||||
* | 0.2.0v0.2.0 | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -2/+2 |
| | |||||
* | Add main and types fields to package.json | Leonid Logvinov | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Revert "Make private" | Leonid Logvinov | 2017-06-11 | 1 | -1/+0 |
| | | | | This reverts commit 933be8815b8d1b93662abbb1538b13367f6b022a. | ||||
* | 0.1.0 | Leonid Logvinov | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Make private | Leonid Logvinov | 2017-06-11 | 1 | -0/+1 |
| | |||||
* | Add 0xproject scope | Leonid Logvinov | 2017-06-11 | 1 | -1/+2 |
| | |||||
* | Remove unneccessary console output from block tracker | Leonid Logvinov | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | Rewrite isValidSignature tests | Leonid Logvinov | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Add script to run UMD tests | Leonid Logvinov | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Upgrade truffle-contract to the version that includes 'at' fix | Leonid Logvinov | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | chore(package): update dependencies | greenkeeper[bot] | 2017-06-03 | 1 | -2/+2 |
| | |||||
* | Use forked version of chai-bignumber while the PR is waiting for a review | Leonid Logvinov | 2017-06-03 | 1 | -1/+1 |
| | |||||
* | remove ProtocolToken | Fabio Berger | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Add ProtocolTokenArtifacts | Leonid Logvinov | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Increase mocha timeout | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Revert "Add EXPIRED test" | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c. | ||||
* | Add EXPIRED test | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Fix types hell with, chai and chai-as-promised | Leonid Logvinov | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Add dirty-chai | Leonid Logvinov | 2017-06-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-06-01 | 1 | -2/+1 |
|\ | |||||
| * | Fix testrpc verison to 3.0.5 | Leonid Logvinov | 2017-06-01 | 1 | -2/+1 |
| | | |||||
* | | Fix linter command | Leonid Logvinov | 2017-05-31 | 1 | -1/+1 |
| | | |||||
* | | Refactor getOrderHash to accept order as an object | Leonid Logvinov | 2017-05-30 | 1 | -3/+2 |
| | | |||||
* | | Add copy_fixtures command | Leonid Logvinov | 2017-05-30 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -1/+2 |
|\| | |||||
| * | Instead of removing all files from ./lib/src for the UMD test, we leave the ↵ | Fabio Berger | 2017-05-30 | 1 | -1/+2 |
| | | | | | | | | utils and schema folders as well as the types file since they are used by the test files | ||||
* | | Add tests to linter targets | Leonid Logvinov | 2017-05-30 | 1 | -1/+1 |
|/ | |||||
* | Refactor test commands | Leonid Logvinov | 2017-05-30 | 1 | -10/+11 |
| | |||||
* | Merge branch 'master' into addSignOrderHashAndTests | Fabio Berger | 2017-05-29 | 1 | -7/+16 |
|\ | | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts | ||||
| * | Address feedback | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | Don't build before test | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | Refactor test commands | Leonid Logvinov | 2017-05-29 | 1 | -9/+15 |
| | | |||||
| * | Add umd test command and separate public and private npm scripts | Leonid Logvinov | 2017-05-29 | 1 | -7/+10 |
| | | |||||
| * | Rename build:bundle to build:umd | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | | |||||
* | | Add mnemonic to nom testrpc command | Fabio Berger | 2017-05-29 | 1 | -1/+1 |
| | | |||||
* | | Implement tests for signOrderHashAsync that test the logic for Parity < ↵ | Fabio Berger | 2017-05-29 | 1 | -0/+2 |
| | | | | | | | | v1.6.6, >1.6.6 and other nodes | ||||
* | | Port over signOrderHashAsync | Fabio Berger | 2017-05-29 | 1 | -0/+2 |
|/ | |||||
* | Fix linter command | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Fix lint command | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary ./s | Leonid Logvinov | 2017-05-27 | 1 | -2/+2 |
| | |||||
* | Add testrpc as a dependency and a command for running it | Leonid Logvinov | 2017-05-26 | 1 | -1/+3 |
| | |||||
* | Setup blockchain snapshotting before/after every test, implemented unit ↵ | Fabio Berger | 2017-05-26 | 1 | -0/+5 |
| | | | | tests for exchangeWrapper.isValidSignature | ||||
* | Postfix test files with `_test` | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Remove es6 target | Leonid Logvinov | 2017-05-26 | 1 | -2/+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 |
| |