Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publish | Fabio Berger | 2018-11-22 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-11-22 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-11-14 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-11-14 | 2 | -0/+13 |
* | feat(order_utils.py) generate_order_hash_hex() (#1234) | F. Eugene Aumson | 2018-11-14 | 1 | -0/+23 |
* | Publish | Jacob Evans | 2018-11-09 | 1 | -5/+5 |
* | Updated CHANGELOGS | Jacob Evans | 2018-11-09 | 2 | -0/+13 |
* | Added more comments | Remco Bloemen | 2018-11-09 | 1 | -0/+5 |
* | Merge remote-tracking branch 'origin/development' into feature/utils/prettybi... | Remco Bloemen | 2018-11-09 | 12 | -45/+415 |
|\ | |||||
| * | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| * | Publish | Leonid Logvinov | 2018-10-18 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-10-18 | 2 | -1/+14 |
| * | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 1 | -1/+1 |
| * | chore: update ethers import in utils | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| * | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -6/+6 |
| * | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -5/+5 |
| * | chore: tslint fix | Fabio Berger | 2018-10-18 | 1 | -0/+1 |
| * | chore: Re-cast to EventAbi after checking the the type is set to 'event' | Fabio Berger | 2018-10-18 | 1 | -3/+4 |
| * | Remove unused copyfiles dependencies | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| * | Stop accesing ethers private methods | Leonid Logvinov | 2018-10-09 | 1 | -3/+2 |
| * | Fix ethers build issue | Leonid Logvinov | 2018-10-09 | 1 | -3/+4 |
| * | Upgrade ethers.js version | Leonid Logvinov | 2018-10-09 | 1 | -1/+1 |
| * | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 2 | -5/+5 |
| * | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -10/+19 |
| * | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 2 | -40/+65 |
| * | Move SignTypedData to utils package | Jacob Evans | 2018-10-05 | 3 | -0/+189 |
| * | Publish | Brandon Millman | 2018-10-05 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Brandon Millman | 2018-10-05 | 2 | -4/+17 |
| * | Introduce a build:ci command that doesn't build webpack bundles | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| * | Update package.json versions to match the npm ones | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-10-02 | 2 | -0/+13 |
| * | Publish | Fabio Berger | 2018-09-29 | 1 | -4/+4 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-09-29 | 2 | -1/+6 |
| * | Remove ethers.js carret as it's a beta version | Leonid Logvinov | 2018-09-27 | 1 | -1/+1 |
| * | Merge branch 'development' into feature/ts-ethers | Leonid Logvinov | 2018-09-26 | 3 | -5/+44 |
| |\ | |||||
| | * | Publish | Fabio Berger | 2018-09-26 | 1 | -4/+4 |
| | * | Updated CHANGELOGS | Fabio Berger | 2018-09-26 | 2 | -0/+13 |
| | * | Publish | Leonid Logvinov | 2018-09-25 | 1 | -2/+2 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-09-25 | 2 | -0/+13 |
| | * | Publish | Leonid Logvinov | 2018-09-21 | 1 | -4/+4 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-09-21 | 2 | -0/+13 |
| | * | Don't depend on a specific version of node types | Leonid Logvinov | 2018-09-21 | 1 | -1/+1 |
| * | | Add CHANGELOG entries | Leonid Logvinov | 2018-09-21 | 1 | -0/+9 |
| * | | Remove unused import | Leonid Logvinov | 2018-09-21 | 1 | -1/+0 |
| * | | Fixes for the breaking changes in ethers | Leonid Logvinov | 2018-09-19 | 2 | -6/+12 |
| * | | Upgrade to TS version of ethers | Leonid Logvinov | 2018-09-19 | 1 | -1/+1 |
| |/ | |||||
| * | Publish | Fabio Berger | 2018-09-05 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-09-05 | 2 | -0/+13 |
| * | Remove types for detect-node from typescript-typings | Leonid Logvinov | 2018-09-04 | 1 | -0/+1 |
| * | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 2 | -3/+3 |
| * | Publish | Fabio Berger | 2018-08-27 | 1 | -2/+2 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-08-27 | 2 | -0/+13 |
| * | Publish | Fabio Berger | 2018-08-25 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-08-25 | 2 | -4/+18 |
| * | Merge development branch | Fabio Berger | 2018-08-22 | 4 | -6/+15 |
| |\ | |||||
| * | | Add doc comments to AbiDecoder | Fabio Berger | 2018-08-22 | 1 | -1/+18 |
| * | | Merge development | Fabio Berger | 2018-08-17 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge development | Fabio Berger | 2018-08-15 | 7 | -15/+200 |
| |\ \ \ | |||||
| * | | | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate... | Fabio Berger | 2018-07-30 | 2 | -13/+3 |
* | | | | | Fix isNode | Remco Bloemen | 2018-11-09 | 1 | -1/+1 |
* | | | | | Add upstream issue | Remco Bloemen | 2018-08-22 | 1 | -0/+1 |
* | | | | | Use const require instead of import | Remco Bloemen | 2018-08-22 | 1 | -1/+5 |
* | | | | | Fix tslint issues | Remco Bloemen | 2018-08-22 | 1 | -2/+3 |
* | | | | | Use detect-node | Remco Bloemen | 2018-08-22 | 1 | -1/+2 |
* | | | | | Set curstom inspect printer in BigNumber | Remco Bloemen | 2018-08-22 | 1 | -0/+11 |
| |_|_|/ |/| | | | |||||
* | | | | Fix file name from camel to snake case | Fabio Berger | 2018-08-21 | 2 | -1/+1 |
* | | | | Fix typos, run prettier, and allow anyone to call on DummyERC721Token | Amir Bandeali | 2018-08-17 | 1 | -1/+2 |
* | | | | Update CHANGELOGs | Amir Bandeali | 2018-08-17 | 1 | -0/+4 |
* | | | | Store methodId and number of indexed args in AbiDecoder to differentiate betw... | Amir Bandeali | 2018-08-17 | 1 | -5/+9 |
| |_|/ |/| | | |||||
* | | | Bump copyfiles from 1.2.0 to 2.0.0 | dependabot[bot] | 2018-08-15 | 1 | -1/+1 |
* | | | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Publish | Alex Browne | 2018-08-14 | 1 | -9/+9 |
* | | Updated CHANGELOGS | Alex Browne | 2018-08-14 | 2 | -4/+9 |
* | | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -2/+2 |
* | | Update comment about ethers checksummed address behavior | Alex Browne | 2018-08-09 | 1 | -3/+3 |
* | | Add packages/coverage/.gitkeep file | Alex Browne | 2018-08-09 | 1 | -0/+0 |
* | | Update CI config and package.json to run @0xproject/utils tests on CI | Alex Browne | 2018-08-09 | 1 | -1/+5 |
* | | Move some ethers-related types to typescript-typings/ethers | Alex Browne | 2018-08-09 | 1 | -12/+6 |
* | | Apply prettier | Alex Browne | 2018-08-09 | 2 | -8/+11 |
* | | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 4 | -4/+183 |
* | | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -1/+1 |
|/ | |||||
* | Add combinatorial tests for internal Exchange functions (#807) | Alex Browne | 2018-07-27 | 2 | -2/+16 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Revert to publishing ethereum-types | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
* | Temporarily have all packages depend on an older, published version of ethere... | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
* | Revert "Temporarily add changelog & package.json version changes" | Fabio Berger | 2018-07-25 | 2 | -13/+0 |
* | Temporarily add changelog & package.json version changes | Fabio Berger | 2018-07-24 | 2 | -0/+13 |
* | Merge fix-rc-packages | Fabio Berger | 2018-07-24 | 1 | -0/+15 |
|\ | |||||
| * | Add troubleshooting section to utils README | Fabio Berger | 2018-07-23 | 1 | -1/+15 |
| * | Add additional required tsconfig option for utils package since it now relies... | Fabio Berger | 2018-07-23 | 1 | -0/+1 |
* | | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -6/+6 |
* | | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -6/+6 |
* | | Publish | Leonid Logvinov | 2018-07-23 | 1 | -6/+6 |
* | | Updated CHANGELOGS | Leonid Logvinov | 2018-07-23 | 2 | -2/+11 |
|/ | |||||
* | Merge branch 'v2-prototype' into bug/website/fix-website | Brandon Millman | 2018-07-21 | 1 | -0/+1 |
|\ | |||||
| * | Add missing timestamp to CHANGELOG entries | Fabio Berger | 2018-07-21 | 1 | -0/+1 |
* | | Add changelog entry for @0xproject/utils | Brandon Millman | 2018-07-21 | 1 | -0/+9 |
* | | Add AbortController polyfill to fetchAsync in utils | Brandon Millman | 2018-07-21 | 2 | -0/+4 |
|/ | |||||
* | FIx a typo | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | @0xproject/utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Add a missing CHANGELOG entry | Leonid Logvinov | 2018-07-20 | 1 | -0/+9 |
* | Change all package to depend on the new @0xproject/types@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new @0xproject/tslint-config@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new @0xproject/typescript-typings@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new ethereum-types@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Update package versions | Fabio Berger | 2018-07-18 | 1 | -2/+2 |
* | Update changelogs | Fabio Berger | 2018-07-18 | 2 | -0/+13 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -4/+4 |
* | Upgrade tslint to the newest version | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
* | Fix linter | Fabio Berger | 2018-07-14 | 1 | -1/+3 |
* | Add assertion to make sure caller to fetchAsync isn't trying to set timeout i... | Fabio Berger | 2018-07-14 | 1 | -0/+3 |
* | Switch conditional | Fabio Berger | 2018-07-13 | 1 | -1/+1 |
* | Move type defs to typescript-typingsd | Fabio Berger | 2018-07-13 | 1 | -4/+0 |
* | Replace process.browser with detect-node library | Fabio Berger | 2018-07-13 | 3 | -1/+7 |
* | -fetch'; | Fabio Berger | 2018-07-13 | 2 | -8/+9 |
* | Add fetchAsync util and RPCSubprovider | Fabio Berger | 2018-07-13 | 3 | -2/+33 |
* | Update package versions | Fabio Berger | 2018-07-10 | 1 | -2/+4 |
* | Update changelogs | Fabio Berger | 2018-07-09 | 2 | -1/+8 |
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 2 | -13/+7 |
|\ | |||||
| * | Fix package.json | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| * | Remove unused imported Web3.js | Fabio Berger | 2018-07-04 | 1 | -1/+0 |
| * | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| * | combine changelog entries since we haven't published yet | Fabio Berger | 2018-07-02 | 2 | -10/+5 |
* | | Remove unused code/variables from abi-decoder | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
|/ | |||||
* | Run prettier | Bryce | 2018-06-26 | 1 | -10/+10 |
* | CHANGELOG spacing | Bryce Neal | 2018-06-23 | 1 | -1/+1 |
* | Typings and comment | Bryce | 2018-06-23 | 2 | -1/+6 |
* | Update at abi_decoder | Bryce | 2018-06-23 | 3 | -2/+19 |
* | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | Fabio Berger | 2018-06-21 | 1 | -0/+12 |
* | Update all package versions to match latest published to NPM | Fabio Berger | 2018-06-19 | 1 | -5/+5 |
* | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 2 | -10/+19 |
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 3 | -6/+1 |
|\ | |||||
| * | Run prettier | fragosti | 2018-06-07 | 1 | -1/+0 |
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 1 | -1/+1 |
| |\ | |||||
| * | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -5/+1 |
* | | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 3 | -0/+14 |
| |/ |/| | |||||
* | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ... | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
|/ | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 3 | -4/+4 |
* | Fix linter issues | Leonid Logvinov | 2018-05-24 | 1 | -3/+3 |
* | Address feedback | Leonid Logvinov | 2018-05-23 | 3 | -11/+8 |
* | Publish | Leonid Logvinov | 2018-05-23 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-23 | 2 | -1/+14 |
* | Add CHANGELOG entries | Leonid Logvinov | 2018-05-23 | 1 | -0/+9 |
* | Support all opcodes in a trace parser | Leonid Logvinov | 2018-05-23 | 1 | -0/+3 |
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -12/+19 |
|\ | |||||
| * | Improve naming | Fabio Berger | 2018-05-17 | 1 | -2/+2 |
| * | Merge branch 'development' into improvement/addCustomTslintRules | Fabio Berger | 2018-05-16 | 1 | -0/+3 |
| |\ | |||||
| * | | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -12/+19 |
* | | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Merge pull request #578 from 0xProject/document-node-version | Alex Browne | 2018-05-16 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | Change minimum Node version to 6.12 | Alex Browne | 2018-05-15 | 1 | -1/+1 |
| * | Document Node.js version requirement and add it to package.json | Alex Browne | 2018-05-15 | 1 | -0/+3 |
* | | Move from using lerna multi-package commands to wsrun, update README's accord... | Fabio Berger | 2018-05-15 | 2 | -16/+4 |
|/ | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -3/+7 |
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Publish | Leonid Logvinov | 2018-05-05 | 1 | -3/+3 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-05 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-05-04 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-04 | 2 | -8/+13 |
* | Update CHANGELOGs | Jacob Evans | 2018-04-19 | 1 | -0/+9 |
* | Interface for EventDescription renamed topics | Jacob Evans | 2018-04-19 | 1 | -1/+1 |
* | Use ethers in abi_decoder utils | Jacob Evans | 2018-04-19 | 2 | -4/+4 |
* | Publish | Fabio Berger | 2018-04-18 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-18 | 2 | -8/+13 |
* | Add ony abi-gen changes from Greg's PR | Leonid Logvinov | 2018-04-12 | 2 | -0/+72 |
* | Revert "Merge pull request #493 from hysz/features/deployer/multipleCodebaseS... | Leonid Logvinov | 2018-04-12 | 2 | -73/+0 |
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-12 | 3 | -6/+19 |
|\ | |||||
| * | Publish | Leonid Logvinov | 2018-04-12 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-04-12 | 2 | -0/+13 |
* | | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 3 | -0/+12 |
|/ | |||||
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ... | Greg Hysen | 2018-04-10 | 1 | -44/+41 |
* | Updated deployer to accept a list of contract directories as input. Contract ... | Greg Hysen | 2018-04-10 | 2 | -0/+75 |
* | Fix contributing links | Fabio Berger | 2018-04-05 | 1 | -1/+1 |
* | Improve contributing section of all packages so they include building entire ... | Fabio Berger | 2018-04-05 | 1 | -4/+24 |
* | Remove `isPublished` from all CHANGELOG.json filesx | Fabio Berger | 2018-04-03 | 1 | -16/+8 |
* | After publish | Leonid Logvinov | 2018-04-02 | 1 | -1/+2 |
* | Publish | Leonid Logvinov | 2018-04-02 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 2 | -7/+17 |
* | Merge branch 'development' into feature/metacoin | Leonid Logvinov | 2018-04-02 | 2 | -2/+4 |
|\ | |||||
| * | Add manual postpublish command to all public packages and update CHANGELOG.json | Fabio Berger | 2018-04-02 | 2 | -2/+4 |
* | | Update CHANGELOG.json's | Leonid Logvinov | 2018-04-02 | 2 | -4/+4 |
* | | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 2 | -2/+6 |
|/ | |||||
* | Publish | Fabio Berger | 2018-04-02 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -1/+19 |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+77 |
* | Merge pull request #482 from 0xProject/feature/web3-types | Leonid Logvinov | 2018-03-28 | 1 | -9/+18 |
|\ | |||||
| * | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -9/+18 |
* | | merge developmentx | Fabio Berger | 2018-03-28 | 3 | -12/+7 |
|\| | |||||
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 3 | -12/+7 |
* | | Add monorepo_scripts to npmignore | Fabio Berger | 2018-03-27 | 1 | -0/+1 |
|/ | |||||
* | Set Lodash dep to an exact version since newer versions introduced breaking c... | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
* | Publish | Fabio Berger | 2018-03-19 | 1 | -6/+6 |
* | Fix packages that aren't working as expected | Fabio Berger | 2018-03-19 | 2 | -0/+5 |
* | Fix incorrect new versions | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Publish | Fabio Berger | 2018-03-19 | 1 | -7/+7 |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 4 | -7/+18 |
|\ | |||||
| * | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -7/+16 |
* | | Update CHANGELOGs | Brandon Millman | 2018-03-14 | 1 | -0/+4 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 2 | -0/+6 |
|/ | |||||
* | Merge branch 'development' into addPackagePublishConfig | Fabio Berger | 2018-03-09 | 1 | -2/+2 |
|\ | |||||
| * | Publish | Brandon Millman | 2018-03-09 | 1 | -2/+2 |
* | | Add package.json publishConfig so that these packages are published as public. | Fabio Berger | 2018-03-08 | 1 | -0/+3 |
|/ | |||||
* | Add missing instructions to add external types to tsconfig.json after instal... | Fabio Berger | 2018-03-05 | 1 | -0/+8 |
* | Publish | Fabio Berger | 2018-03-05 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
* | Merge pull request #429 from 0xProject/fix/incorrectDeps | Fabio Berger | 2018-03-04 | 2 | -4/+5 |
|\ | |||||
| * | Add PR number | Fabio Berger | 2018-03-03 | 1 | -1/+1 |
| * | Add changelog entries from types and utils | Fabio Berger | 2018-03-03 | 1 | -0/+1 |
| * | Move web3 and ethers types to deps for utils package | Fabio Berger | 2018-03-03 | 1 | -4/+4 |
* | | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -3/+3 |
|/ | |||||
* | Rename idx to i | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
* | Include ethers types | Leonid Logvinov | 2018-02-28 | 2 | -1/+6 |
* | Create ethers-typescript-typings | Leonid Logvinov | 2018-02-28 | 1 | -28/+0 |
* | Use as a backend to decode event args | Leonid Logvinov | 2018-02-28 | 4 | -15/+46 |
* | Move all dependencies on @0xproject/types out of devDependencies | Brandon Millman | 2018-02-22 | 1 | -1/+1 |
* | Publish | Brandon Millman | 2018-02-17 | 1 | -3/+3 |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -3/+3 |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -4/+4 |
* | Fix version in CHANGELOG | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
* | Merge pull request #389 from 0xProject/fix/npmInclusionIssues | Fabio Berger | 2018-02-10 | 2 | -0/+9 |
|\ | |||||
| * | Add `yarn-error.log` to all .npmignore | Fabio Berger | 2018-02-10 | 1 | -0/+1 |
| * | Add PR number to CHANGELOGs | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
| * | ignore all files starting with dots in all sub-packages | Fabio Berger | 2018-02-10 | 1 | -0/+1 |
| * | Add npmignore to utils and update CHANGELOG | Fabio Berger | 2018-02-10 | 2 | -0/+7 |
* | | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -10/+1 |
|/ | |||||
* | Publish | Brandon Millman | 2018-02-08 | 1 | -2/+2 |
* | Publish | Leonid Logvinov | 2018-02-06 | 1 | -4/+4 |
* | Add dates to CHANGELOGs | Leonid Logvinov | 2018-02-06 | 1 | -1/+1 |
* | Change CHANGELOGs | Leonid Logvinov | 2018-02-06 | 1 | -1/+1 |
* | Use forEach instead of map | Leonid Logvinov | 2018-02-05 | 2 | -4/+8 |
* | Fix an exception when a signature collision happens | Leonid Logvinov | 2018-02-05 | 1 | -5/+14 |
* | Add missing comas | Leonid Logvinov | 2018-02-05 | 1 | -1/+1 |
* | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 1 | -4/+4 |
|\ | |||||
| * | Publish | Leonid Logvinov | 2018-02-01 | 1 | -5/+5 |
* | | Merge pull request #359 from 0xProject/feature/ts-2.7 | Leonid | 2018-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 |
* | | | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+6 |
|/ / | |||||
* / | Add build:watch command to all TS packages | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
|/ | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-01-30 | 1 | -2/+1 |
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 2 | -2/+3 |