Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `;` to be nice to windows users | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Use unencoded @ symbol, browser will fix | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Fix external type links | Fabio Berger | 2018-03-08 | 1 | -2/+1 |
| | |||||
* | Add comment about commented out CSS exception | Fabio Berger | 2018-03-08 | 2 | -12/+24 |
| | |||||
* | Fix css files with prettier | Fabio Berger | 2018-03-08 | 6 | -460/+1331 |
| | |||||
* | Prettify test jsons | Fabio Berger | 2018-03-08 | 2 | -6909/+6717 |
| | |||||
* | Flesh out the README | Fabio Berger | 2018-03-07 | 2 | -4/+47 |
| | |||||
* | Fix source line numbers in docJson since source needs to be identical to ↵ | Fabio Berger | 2018-03-07 | 2 | -563/+1007 |
| | | | | Github version tag for them to line up. | ||||
* | fix source link | Fabio Berger | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Add command to deploy react-docs example | Fabio Berger | 2018-03-07 | 1 | -1/+3 |
| | |||||
* | Make sure we apply the appropriate syntax highlighting depending on the ↵ | Fabio Berger | 2018-03-07 | 5 | -4/+15 |
| | | | | language of the docs | ||||
* | Fix link color | Fabio Berger | 2018-03-07 | 1 | -0/+4 |
| | |||||
* | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 8 | -115/+176 |
| | |||||
* | Update 0.1.12 json to add types | Fabio Berger | 2018-03-07 | 1 | -1333/+3190 |
| | |||||
* | Update 0.2.0 doc json to include types | Fabio Berger | 2018-03-07 | 3 | -1705/+2271 |
| | |||||
* | Move RawLogEntry to types package | Fabio Berger | 2018-03-07 | 3 | -12/+16 |
| | |||||
* | Small improvements to docs | Fabio Berger | 2018-03-07 | 1 | -5/+5 |
| | |||||
* | Allow user to change versions in demo example | Fabio Berger | 2018-03-07 | 4 | -58/+2780 |
| | |||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 9 | -17/+35 |
| | |||||
* | Add back icons to example so that link icon renders | Fabio Berger | 2018-03-07 | 8 | -5166/+789 |
| | |||||
* | hide sidebar scrollbar unless onHover | Fabio Berger | 2018-03-07 | 2 | -2/+29 |
| | |||||
* | Move example to it's own folder | Fabio Berger | 2018-03-07 | 35 | -10/+10 |
| | |||||
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 42 | -137/+2264 |
| | |||||
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 8 | -10/+8 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 6 | -38/+57 |
| | |||||
* | Add publishConfig to package.json so that packages are published as public ↵ | Fabio Berger | 2018-03-07 | 2 | -0/+6 |
| | | | | under the @0xproject namespace | ||||
* | re-org index.ts | Fabio Berger | 2018-03-07 | 1 | -3/+3 |
| | |||||
* | Remove menuSubsectionsBySection prop from Documentation component | Fabio Berger | 2018-03-07 | 2 | -3/+2 |
| | |||||
* | Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵ | Fabio Berger | 2018-03-06 | 2 | -10/+10 |
| | | | | clarity | ||||
* | Move DocsInfo out of the components folder | Fabio Berger | 2018-03-06 | 10 | -12/+12 |
| | |||||
* | Remove location prop | Fabio Berger | 2018-03-06 | 2 | -3/+1 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 59 | -488/+653 |
| | |||||
* | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-06 | 12 | -6/+95 |
|\ | | | | | | | | | | | | | | | | | | | * development: Also show staging 0x.js docs on development Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package | ||||
| * | Also show staging 0x.js docs on development | Fabio Berger | 2018-03-06 | 1 | -3/+3 |
| | | |||||
| * | Fix source links in docs with a hack to support old and new versions of the ↵ | Fabio Berger | 2018-03-06 | 1 | -2/+13 |
| | | | | | | | | TypeDoc JSON files | ||||
| * | remove from devDeps | Fabio Berger | 2018-03-05 | 1 | -1/+0 |
| | | |||||
| * | Remove date for now | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Add ethers typescript typings to 0x.js deps. The library works without this ↵ | Fabio Berger | 2018-03-05 | 2 | -0/+5 |
| | | | | | | | | atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. | ||||
| * | Add missing instructions to add external types to tsconfig.json after ↵ | Fabio Berger | 2018-03-05 | 9 | -0/+74 |
| | | | | | | | | installing the package | ||||
* | | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 69 | -150/+169 |
| | | |||||
* | | Bug fixes | Fabio Berger | 2018-03-05 | 18 | -28/+22 |
| | | |||||
* | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-05 | 39 | -146/+165 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (22 commits) Fix bugs in postpublish_utils.js Update @0xproject/utils in top-level package.json Changelog tweaks Publish Updated CHANGELOGS Fix typo Add PR number to changelog entry Add changelog update to subproviders package Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests Remove unnecessary type assertion Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils Add changelog entry to subproviders Remove extra comma Move web3 and ethers types to deps for utils package Make web3 typings a dep for web3Wrapper Make web3 typings a dep for subproviders reorder deps ... # Conflicts: # packages/website/package.json | ||||
| * | Changelog tweaks | Fabio Berger | 2018-03-05 | 6 | -7/+7 |
| | | |||||
| * | Publishweb3-typescript-typings@0.10.0ethers-typescript-typings@0.0.2contracts@2.1.14chai-typescript-typings@0.0.4chai-as-promised-typescript-typings@0.0.10@0xproject/website@0.0.17@0xproject/web3-wrapper@0.2.0@0xproject/utils@0.4.0@0xproject/types@0.3.0@0xproject/tslint-config@0.4.10@0xproject/testnet-faucets@1.0.15@0xproject/subproviders@0.6.0@0xproject/monorepo-scripts@0.1.12@0xproject/json-schemas@0.7.13@0xproject/dev-utils@0.2.0@0xproject/deployer@0.2.0@0xproject/connect@0.6.2@0xproject/base-contract@0.0.2@0xproject/assert@0.1.0@0xproject/abi-gen@0.2.40x.js@0.33.0 | Fabio Berger | 2018-03-05 | 21 | -115/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.0 - @0xproject/abi-gen@0.2.4 - @0xproject/assert@0.1.0 - @0xproject/base-contract@0.0.2 - chai-as-promised-typescript-typings@0.0.10 - chai-typescript-typings@0.0.4 - @0xproject/connect@0.6.2 - contracts@2.1.14 - @0xproject/deployer@0.2.0 - @0xproject/dev-utils@0.2.0 - ethers-typescript-typings@0.0.2 - @0xproject/json-schemas@0.7.13 - @0xproject/monorepo-scripts@0.1.12 - @0xproject/subproviders@0.6.0 - @0xproject/testnet-faucets@1.0.15 - @0xproject/tslint-config@0.4.10 - @0xproject/types@0.3.0 - @0xproject/utils@0.4.0 - web3-typescript-typings@0.10.0 - @0xproject/web3-wrapper@0.2.0 - @0xproject/website@0.0.17 | ||||
| * | Updated CHANGELOGS | Fabio Berger | 2018-03-05 | 11 | -12/+12 |
| | | |||||
| * | Fix typo | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| | | |||||
| * | Add PR number to changelog entry | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'development' into improveLedgerSubprovider | Fabio Berger | 2018-03-04 | 20 | -84/+150 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (28 commits) Remove unnecessary type assertion Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils Add hack comment Add comment about typeDoc versions Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types) Because we now include non-0x.js source, the keys changed. Needed to add both for backward compatibility with old doc JSON's Add support for backward compatibility for TypeDoc versions <0.9.0 Consolidate all same exports together Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also includes these types in the generated doc JSON Fix small bug where onHover type declarations with comments was taking up the entire window width Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils ... # Conflicts: # packages/subproviders/CHANGELOG.md | ||||
| | * | Merge pull request #430 from 0xProject/0x.js/updateTypeDoc | Fabio Berger | 2018-03-04 | 11 | -65/+127 |
| | |\ | | | | | | | | | Upgrade TypeDoc Dep & Add Missing @0xproject/types To Docs | ||||
| | | * | Remove unnecessary type assertion | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #429 from 0xProject/fix/incorrectDeps | Fabio Berger | 2018-03-04 | 10 | -18/+25 |
| | |\ \ | | | | | | | | | | | Move required typing from devDeps to deps | ||||
| | | * | | Move web3 typings from devDeps to deps | Fabio Berger | 2018-03-03 | 2 | -2/+3 |
| | | | | | |||||
| | | * | | remove extrenuous comma | Fabio Berger | 2018-03-03 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Add PR number | Fabio Berger | 2018-03-03 | 3 | -3/+3 |
| | | | | | |||||
| | | * | | Add changelog entries from types and utils | Fabio Berger | 2018-03-03 | 2 | -1/+3 |
| | | | | | |||||
| | | * | | Add changelog entry to subproviders | Fabio Berger | 2018-03-03 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Remove extra comma | Fabio Berger | 2018-03-03 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Move web3 and ethers types to deps for utils package | Fabio Berger | 2018-03-03 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Make web3 typings a dep for web3Wrapper | Fabio Berger | 2018-03-03 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Make web3 typings a dep for subproviders | Fabio Berger | 2018-03-03 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | reorder deps | Fabio Berger | 2018-03-03 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Move ethers and web3 types to deps since both are required when interacting ↵ | Fabio Berger | 2018-03-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | with this package | ||||
| | | * | | Move web3 typings to dependencies since the types package cannot function ↵ | Fabio Berger | 2018-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | without them being available when imported | ||||
| * | | | | Add changelog update to subproviders package | Fabio Berger | 2018-03-04 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵ | Fabio Berger | 2018-03-04 | 3 | -6/+18 |
| |/ / / | | | | | | | | | | | | | `getAccountsAsync` and add tests | ||||
* | | | | Merge branch '0x.js/updateTypeDoc' into extractDocs | Fabio Berger | 2018-03-04 | 7 | -7/+32 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 0x.js/updateTypeDoc: Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils Update yarn.lock | ||||
| * | | | Fix comments | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add comments | Fabio Berger | 2018-03-04 | 2 | -0/+6 |
| | | | | |||||
| * | | | Don't need any external packages for 0x connect docs yet | Fabio Berger | 2018-03-04 | 2 | -2/+6 |
| | | | | |||||
| * | | | Instead of adding `@0xproject/types` to tsconfig.json, let's only add it ↵ | Fabio Berger | 2018-03-04 | 7 | -7/+22 |
| | | | | | | | | | | | | | | | | when calling TypeDoc | ||||
| * | | | Merge branch 'development' into 0x.js/updateTypeDoc | Fabio Berger | 2018-03-04 | 28 | -66/+66 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update yarn.lock Update yarn.lock Update all mentions of the repo name being `0x.js` to `0x-monorepo` | ||||
* | | | | Add clean command | Fabio Berger | 2018-03-04 | 1 | -1/+2 |
| | | | | |||||
* | | | | Add changelog and readme | Fabio Berger | 2018-03-04 | 2 | -0/+50 |
| | | | | |||||
* | | | | remove top-level configs | Fabio Berger | 2018-03-04 | 3 | -12/+0 |
| | | | | |||||
* | | | | Add react-shared as dep of website | Fabio Berger | 2018-03-04 | 1 | -0/+1 |
| | | | | |||||
* | | | | Setup initial react-shared sub-package | Fabio Berger | 2018-03-04 | 14 | -0/+197 |
| | | | | |||||
* | | | | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 18 | -125/+28 |
| | | | | |||||
* | | | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-04 | 28 | -66/+66 |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | * development: Update yarn.lock Update all mentions of the repo name being `0x.js` to `0x-monorepo` | ||||
| * / | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 28 | -66/+66 |
| |/ | |||||
* | | Add hack comment | Fabio Berger | 2018-03-04 | 1 | -0/+3 |
| | | |||||
* | | Add comment about typeDoc versions | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | | |||||
* | | Add support for merging multiple topLevel packages under a single section. ↵ | Fabio Berger | 2018-03-03 | 1 | -20/+27 |
| | | | | | | | | For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types) | ||||
* | | Because we now include non-0x.js source, the keys changed. Needed to add ↵ | Fabio Berger | 2018-03-03 | 1 | -8/+25 |
| | | | | | | | | both for backward compatibility with old doc JSON's | ||||
* | | Add support for backward compatibility for TypeDoc versions <0.9.0 | Fabio Berger | 2018-03-03 | 2 | -3/+11 |
| | | |||||
* | | Consolidate all same exports together | Fabio Berger | 2018-03-03 | 1 | -2/+1 |
| | | |||||
* | | Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also ↵ | Fabio Berger | 2018-03-03 | 1 | -0/+1 |
| | | | | | | | | includes these types in the generated doc JSON | ||||
* | | Fix small bug where onHover type declarations with comments was taking up ↵ | Fabio Berger | 2018-03-03 | 1 | -1/+3 |
| | | | | | | | | the entire window width | ||||
* | | Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ↵ | Fabio Berger | 2018-03-03 | 6 | -31/+31 |
|/ | | | | fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc | ||||
* | Small stylistic improvements | Fabio Berger | 2018-03-03 | 2 | -4/+17 |
| | |||||
* | Improve icon sizes | Fabio Berger | 2018-03-03 | 3 | -0/+0 |
| | |||||
* | Fix comment and use named variable in conditional | Fabio Berger | 2018-03-03 | 1 | -2/+3 |
| | |||||
* | Hash hash instead of prefixedHash to scrollToHash function | Fabio Berger | 2018-03-03 | 4 | -8/+9 |
| | |||||
* | Fix link to intro tutorial wiki article | Fabio Berger | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Make sure the page has loaded (including all images) before scrolling to hash | Fabio Berger | 2018-03-03 | 1 | -1/+2 |
| | |||||
* | Move onPageLoadAsync to utils | Fabio Berger | 2018-03-03 | 2 | -9/+9 |
| | |||||
* | Give all container files the proper file suffix: ts | Fabio Berger | 2018-03-02 | 10 | -0/+0 |
| | |||||
* | Add hash to URL onClick | Fabio Berger | 2018-03-02 | 1 | -1/+3 |
| | |||||
* | Add underline to internal linksx | Fabio Berger | 2018-03-02 | 1 | -1/+4 |
| | |||||
* | Undo config changes | Fabio Berger | 2018-03-02 | 1 | -3/+4 |
| | |||||
* | Merge branch 'development' into fix/doc_bugs | Fabio Berger | 2018-03-02 | 9 | -3/+553 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (21 commits) Adjust the tests Move tutorials to adhere to current dir structure Make tests slightly nicer Remove only Improve the comments Improve the comments Add comments to Arbitrage contract Don't pass tokenGet and tokenGive because we can get them from 0x order Pretty-print ED contracts Make external Fix a typo Change type to uint256 Make setAllowances external Fix the comment Put all ED contracts in one folder Move tutorials contracts to src folder Remove false-positive linter failure because of chai-as-pronmised incorrect types Assert that the balances don't change if arbitrage fails Initial implementation of Arbitrage contract with tests Set max to 2 ETH/2 ZRX ... | ||||
| * | Adjust the tests | Leonid Logvinov | 2018-03-02 | 3 | -42/+49 |
| | | |||||
| * | Move tutorials to adhere to current dir structure | Leonid Logvinov | 2018-03-02 | 3 | -0/+0 |
| | | |||||
| * | Make tests slightly nicer | Leonid Logvinov | 2018-03-02 | 1 | -16/+23 |
| | | |||||
| * | Remove only | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Improve the comments | Leonid Logvinov | 2018-03-02 | 1 | -0/+4 |
| | | |||||
| * | Improve the comments | Leonid Logvinov | 2018-03-02 | 1 | -1/+4 |
| | | |||||
| * | Add comments to Arbitrage contract | Leonid Logvinov | 2018-03-02 | 1 | -21/+28 |
| | | |||||
| * | Don't pass tokenGet and tokenGive because we can get them from 0x order | Leonid Logvinov | 2018-03-02 | 2 | -14/+10 |
| | | |||||
| * | Pretty-print ED contracts | Leonid Logvinov | 2018-03-02 | 2 | -167/+167 |
| | | |||||
| * | Make external | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2018-03-02 | 1 | -2/+2 |
| | | |||||
| * | Change type to uint256 | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Make setAllowances external | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fix the comment | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Put all ED contracts in one folder | Leonid Logvinov | 2018-03-02 | 2 | -1/+1 |
| | | |||||
| * | Move tutorials contracts to src folder | Leonid Logvinov | 2018-03-02 | 3 | -8/+7 |
| | | |||||
| * | Remove false-positive linter failure because of chai-as-pronmised incorrect ↵ | Leonid Logvinov | 2018-03-02 | 1 | -0/+1 |
| | | | | | | | | types | ||||
| * | Assert that the balances don't change if arbitrage fails | Leonid Logvinov | 2018-03-02 | 1 | -4/+7 |
| | | |||||
| * | Initial implementation of Arbitrage contract with tests | Leonid Logvinov | 2018-03-02 | 8 | -1/+503 |
| | | |||||
| * | Merge pull request #418 from 0xProject/feature/facuet/balance-check | Jacob Evans | 2018-03-01 | 1 | -0/+21 |
| |\ | | | | | | | Prevent a single account from draining the faucet | ||||
| | * | Set max to 2 ETH/2 ZRX | Jacob Evans | 2018-03-01 | 1 | -4/+4 |
| | | | |||||
| | * | Prevent a single account from draining the faucet | Jacob Evans | 2018-02-27 | 1 | -0/+21 |
| | | | |||||
* | | | Update react-markdown, properly scroll to section for wiki internal links, ↵ | Fabio Berger | 2018-03-02 | 10 | -47/+93 |
| | | | | | | | | | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | | | Use custom fork of react-highlight with support for Solidity syntax highlighting | Fabio Berger | 2018-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix bug where contract event anchor ids were incorrect | Fabio Berger | 2018-03-01 | 1 | -2/+3 |
|/ / | |||||
* | | Add missing types from website | Fabio Berger | 2018-03-01 | 2 | -1/+6 |
| | | |||||
* | | Merge pull request #422 from 0xProject/feature/new-prettier | Leonid Logvinov | 2018-02-28 | 6 | -21/+21 |
|\ \ | | | | | | | Upgrade prettier | ||||
| * | | Upgrate prettier | Leonid Logvinov | 2018-02-28 | 6 | -21/+21 |
| | | | |||||
* | | | Merge pull request #423 from 0xProject/feature/base-contract | Leonid Logvinov | 2018-02-28 | 13 | -185/+301 |
|\ \ \ | | | | | | | | | Move BaseContract to its own package | ||||
| * | | | Add dependencies | Leonid Logvinov | 2018-02-28 | 2 | -0/+2 |
| | | | | |||||
| * | | | Update the README | Leonid Logvinov | 2018-02-28 | 1 | -4/+4 |
| | | | | |||||
| * | | | Move BaseContract to its own package | Leonid Logvinov | 2018-02-28 | 11 | -185/+299 |
| |/ / | |||||
* | | | Merge pull request #421 from 0xProject/moveOutDocGenerator | Fabio Berger | 2018-02-28 | 15 | -252/+317 |
|\ \ \ | |/ / |/| | | Docs Refactor Prepping For Moving To Separate Package | ||||
| * | | remove unused import | Fabio Berger | 2018-02-28 | 1 | -1/+0 |
| | | | |||||
| * | | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 14 | -134/+165 |
| | | | | | | | | | | | | elsewhere | ||||
| * | | Update missed docsJsonRoot variables | Fabio Berger | 2018-02-27 | 1 | -5/+2 |
| | | | |||||
| * | | remove docsJsonRoot from docsInfo | Fabio Berger | 2018-02-27 | 7 | -14/+13 |
| | | | |||||
| * | | Remove unused props | Fabio Berger | 2018-02-26 | 2 | -6/+0 |
| | | | |||||
| * | | Merge branch 'development' into moveOutDocGenerator | Fabio Berger | 2018-02-26 | 62 | -4522/+460 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (36 commits) Fix english translations Fix footer on mobile re-add google analytics code Fix Russian translation Move all dependencies on @0xproject/types out of devDependencies Slight improvement to footer Fix a few Korean translations Address feedback Use source tree hash instead of compile flag Fix race condition Update CHANGELOG Delete artifacts directory Add generated contract artifacts to gitignore Check dependencies when determining if should be recompiled Update CHANGELOG Remove unused CHANGELOG entry Remove unused import Change assert.doesConformToShema interface Remove a type assertion Publish ... | ||||
| * | | Begin refactoring out doc generator template | Fabio Berger | 2018-02-22 | 5 | -106/+151 |
| | | | |||||
* | | | Merge pull request #413 from 0xProject/feature/ethers-contracts | Leonid Logvinov | 2018-02-28 | 77 | -543/+729 |
|\ \ \ | | | | | | | | | abi-gen V2 abi and ethers-contracts | ||||
| * | | | Add ethers-contracts as a dependency | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Include types for ethers-contracts | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix the version | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Include types for ethers-contracts | Leonid Logvinov | 2018-02-28 | 2 | -0/+2 |
| | | | | |||||
| * | | | Rename idx to i | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove tslint disable | Leonid Logvinov | 2018-02-28 | 1 | -1/+0 |
| | | | | |||||
| * | | | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 10 | -272/+194 |
| | | | | |||||
| * | | | Merge ifs | Leonid Logvinov | 2018-02-28 | 1 | -8/+6 |
| | | | | |||||
| * | | | Fix an option description | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add link to the docs | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve CHANGELOG entry | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove unused param | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add txData to async calls | Leonid Logvinov | 2018-02-28 | 4 | -6/+14 |
| | | | | |||||
| * | | | Include ethers types | Leonid Logvinov | 2018-02-28 | 6 | -1/+10 |
| | | | | |||||
| * | | | Create ethers-typescript-typings | Leonid Logvinov | 2018-02-28 | 9 | -58/+94 |
| | | | | |||||
| * | | | Rewrite templates to decode call data on transactions | Leonid Logvinov | 2018-02-28 | 5 | -47/+33 |
| | | | | |||||
| * | | | Add to context data | Leonid Logvinov | 2018-02-28 | 3 | -0/+3 |
| | | | | |||||
| * | | | Use as a backend to decode event args | Leonid Logvinov | 2018-02-28 | 4 | -15/+46 |
| | | | | |||||
| * | | | Add as an option to | Leonid Logvinov | 2018-02-28 | 2 | -1/+2 |
| | | | | |||||
| * | | | Change backend for contracts contracts | Leonid Logvinov | 2018-02-28 | 3 | -8/+8 |
| | | | | |||||
| * | | | Fix namings | Leonid Logvinov | 2018-02-28 | 2 | -4/+4 |
| | | | | |||||
| * | | | Update template link | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add PR number | Leonid Logvinov | 2018-02-28 | 2 | -3/+3 |
| | | | | |||||
| * | | | Fix build | Leonid Logvinov | 2018-02-28 | 2 | -6/+6 |
| | | | | |||||
| * | | | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 30 | -184/+178 |
| | | | | |||||
| * | | | Pass components to parameterType | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Apply prettier after generating contracts | Leonid Logvinov | 2018-02-28 | 2 | -3/+3 |
| | | | | |||||
| * | | | Add CHANGELOG entry | Leonid Logvinov | 2018-02-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix build by using local events types | Leonid Logvinov | 2018-02-28 | 7 | -13/+72 |
| | | | | |||||
| * | | | Add support for ABIv2 to abi-gen | Leonid Logvinov | 2018-02-28 | 6 | -10/+35 |
| | | | | |||||
| * | | | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 18 | -70/+169 |
| | | | | |||||
| * | | | Add data to TxData | Leonid Logvinov | 2018-02-28 | 2 | -0/+5 |
| | | | | |||||
| * | | | Pass whole txData to estimateGas | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix default contract set calculation | Leonid Logvinov | 2018-02-28 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fix default paths | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstance | Leonid Logvinov | 2018-02-28 | 2 | -9/+12 |
| | | | | |||||
* | | | | Fix a bug with displaying solidity functions returning multiple return values | Leonid Logvinov | 2018-02-28 | 1 | -5/+11 |
|/ / / | |||||
* | | | Merge branch 'development' into fix/unsubscribeAll | Leonid Logvinov | 2018-02-28 | 11 | -71/+152 |
|\ \ \ | |||||
| * \ \ | Merge branch 'development' into feature/0x.js/lowercase-addresses | Jacob Evans | 2018-02-27 | 66 | -4768/+1370 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Lowercase web3 wrapper addresses | Jacob Evans | 2018-02-27 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | Ensure all of the user account addresses are lower case when returned from web3wrapper | ||||
| * | | | Check isETHAddressHex before lowercase | Jacob Evans | 2018-02-27 | 9 | -67/+60 |
| | | | | | | | | | | | | | | | | Flip the check so assertion happens before lowercase | ||||
| * | | | Check maker is valid address | Jacob Evans | 2018-02-23 | 1 | -3/+8 |
| | | | | |||||
| * | | | Lowercase public addresses | Jacob Evans | 2018-02-23 | 6 | -89/+172 |
| | | | | | | | | | | | | | | | | | | | | Normalize the public api addresses to lowercase to prevent an avoidable error | ||||
* | | | | Rename _unsubscribeAll to unsubscribeAll | Leonid Logvinov | 2018-02-27 | 9 | -12/+13 |
| |/ / |/| | | |||||
* | | | Fix english translations | Fabio Berger | 2018-02-24 | 1 | -3/+3 |
| | | | |||||
* | | | Fix footer on mobile | Fabio Berger | 2018-02-24 | 1 | -5/+3 |
| | | | |||||
* | | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2018-02-24 | 10 | -31/+92 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Update CHANGELOG Remove unused CHANGELOG entry Remove unused import Change assert.doesConformToShema interface Remove a type assertion Remove type-level validation Access property over this Add type cast Fix tests Add entries to the CHANGELOG Better validate ZeroExConfig on public networks | ||||
| * \ \ | Merge pull request #385 from 0xProject/feature/0x_config_validation | Leonid Logvinov | 2018-02-24 | 10 | -31/+92 |
| |\ \ \ | | | | | | | | | | | Better validate ZeroExConfig on private networks | ||||
| | * | | | Update CHANGELOG | Leonid Logvinov | 2018-02-21 | 2 | -1/+7 |
| | | | | | |||||
| | * | | | Remove unused CHANGELOG entry | Leonid Logvinov | 2018-02-21 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | Remove unused import | Leonid Logvinov | 2018-02-21 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Change assert.doesConformToShema interface | Leonid Logvinov | 2018-02-21 | 2 | -8/+8 |
| | | | | | |||||
| | * | | | Remove a type assertion | Leonid Logvinov | 2018-02-21 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Remove type-level validation | Leonid Logvinov | 2018-02-15 | 5 | -29/+12 |
| | | | | | |||||
| | * | | | Access property over this | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add type cast | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix tests | Leonid Logvinov | 2018-02-15 | 5 | -9/+13 |
| | | | | | |||||
| | * | | | Add entries to the CHANGELOG | Leonid Logvinov | 2018-02-15 | 5 | -4/+12 |
| | | | | | |||||
| | * | | | Better validate ZeroExConfig on public networks | Leonid Logvinov | 2018-02-15 | 6 | -35/+99 |
| | | | | | |||||
* | | | | | re-add google analytics code | Fabio Berger | 2018-02-24 | 1 | -0/+12 |
|/ / / / | |||||
* | | | | Fix Russian translation | Fabio Berger | 2018-02-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Move all dependencies on @0xproject/types out of devDependencies | Brandon Millman | 2018-02-22 | 5 | -5/+5 |
| | | | | |||||
* | | | | Slight improvement to footer | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix a few Korean translations | Fabio Berger | 2018-02-22 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #410 from 0xProject/translateHomepage | Fabio Berger | 2018-02-22 | 32 | -341/+1071 |
|\ \ \ \ | | |_|/ | |/| | | Translate Landing Page | ||||
| * | | | Move from storing translations in TS files to JSON files | Fabio Berger | 2018-02-22 | 12 | -453/+427 |
| | | | | |||||
| * | | | Remove Segment.io | Fabio Berger | 2018-02-22 | 1 | -57/+0 |
| | | | | |||||
| * | | | Remove unused var | Fabio Berger | 2018-02-22 | 1 | -2/+0 |
| | | | | |||||
| * | | | Remove extenuous defaultProps | Fabio Berger | 2018-02-22 | 2 | -4/+0 |
| | | | | |||||
| * | | | Make translate required by footer | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make translate a required prop of TopBar | Fabio Berger | 2018-02-22 | 2 | -1/+2 |
| | | | | |||||
| * | | | Keep topBar and footer language to the one picked by the user | Fabio Berger | 2018-02-22 | 18 | -16/+159 |
| | | | | |||||
| * | | | Re-set language to browser | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix rocket.chat key | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Mobile optimize translated landing page | Fabio Berger | 2018-02-22 | 2 | -10/+40 |
| | | | | |||||
| * | | | Improve russian translations | Leonid Logvinov | 2018-02-21 | 1 | -17/+17 |
| | | | | |||||
| * | | | Improve homepage and add translations in chinese, russian, korean and spanish | Fabio Berger | 2018-02-21 | 10 | -16/+398 |
| | | | | |||||
| * | | | Move translate to redux | Fabio Berger | 2018-02-21 | 5 | -91/+161 |
| | | | | |||||
| * | | | Add translation infra and replace english text with calls to translate | Fabio Berger | 2018-02-21 | 6 | -219/+412 |
| | | | | |||||
| * | | | Move tsconfig package to devDeps | Fabio Berger | 2018-02-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Address feedback | Amir Bandeali | 2018-02-21 | 5 | -49/+54 |
| | | | | |||||
* | | | | Use source tree hash instead of compile flag | Amir Bandeali | 2018-02-21 | 2 | -43/+42 |
| | | | | |||||
* | | | | Fix race condition | Amir Bandeali | 2018-02-21 | 3 | -11/+14 |
| | | | | |||||
* | | | | Update CHANGELOG | Amir Bandeali | 2018-02-21 | 1 | -0/+4 |
| | | | | |||||
* | | | | Delete artifacts directory | Amir Bandeali | 2018-02-21 | 11 | -4287/+0 |
| | | | | |||||
* | | | | Check dependencies when determining if should be recompiled | Amir Bandeali | 2018-02-21 | 6 | -80/+163 |
| |_|/ |/| | | |||||
* | | | Merge branch 'development' into feature/web3-abi-v2-types | Leonid | 2018-02-21 | 87 | -1560/+831 |
|\ \ \ | |||||
| * | | | Publish@0xproject/connect@0.6.1 | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - @0xproject/connect@0.6.1 | ||||
| * | | | Updated CHANGELOGs | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Do not JSON parse empty reponse | Brandon Millman | 2018-02-17 | 2 | -5/+8 |
| | | | | |||||
| * | | | Fix incorrect comment on WebSocketOrderbookChannel constructor | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix broken postpublish script in connect | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Publishcontracts@2.1.13@0xproject/website@0.0.16@0xproject/testnet-faucets@1.0.14@0xproject/dev-utils@0.1.0@0xproject/connect@0.6.0 | Brandon Millman | 2018-02-17 | 15 | -71/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.32.4 - @0xproject/abi-gen@0.2.3 - @0xproject/assert@0.0.20 - @0xproject/connect@0.6.0 - contracts@2.1.13 - @0xproject/deployer@0.1.0 - @0xproject/dev-utils@0.1.0 - @0xproject/json-schemas@0.7.12 - @0xproject/subproviders@0.5.0 - @0xproject/testnet-faucets@1.0.14 - @0xproject/types@0.2.3 - @0xproject/utils@0.3.4 - web3-typescript-typings@0.9.11 - @0xproject/web3-wrapper@0.1.14 - @0xproject/website@0.0.16 | ||||
| * | | | Updated CHANGELOGs | Brandon Millman | 2018-02-17 | 5 | -10/+10 |
| | | | | |||||
| * | | | Merge pull request #406 from 0xProject/feature/connect/heartbeat | Brandon Millman | 2018-02-17 | 7 | -2/+56 |
| |\ \ \ | | |/ / | |/| | | Add configurable heartbeat to WebSocketOrderbookChannel | ||||
| | * | | Add an enforced minimum for the heartbeat interval | Brandon Millman | 2018-02-16 | 2 | -2/+15 |
| | | | | |||||
| | * | | Add configurable heartbeat to WebSocketOrderbookChannel | Brandon Millman | 2018-02-16 | 7 | -2/+43 |
| | | | | |||||
| * | | | Add Rinkeby network to smart contract docs | Fabio Berger | 2018-02-16 | 3 | -0/+8 |
| | | | | |||||
| * | | | Updated CHANGELOG | Fabio Berger | 2018-02-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | remove hard-coded color | Fabio Berger | 2018-02-16 | 2 | -4/+2 |
| | | | | |||||
| * | | | Remove section links until they go somewhere | Fabio Berger | 2018-02-16 | 1 | -10/+3 |
| | | | | |||||
| * | | | Add more padding on top of section title | Fabio Berger | 2018-02-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add hack comment explaining param count short-cut | Fabio Berger | 2018-02-16 | 1 | -0/+3 |
| | | | | |||||
| * | | | replace repeated conditionals with variable | Fabio Berger | 2018-02-16 | 1 | -18/+17 |
| | | | | |||||
| * | | | Remove unneeded props | Fabio Berger | 2018-02-16 | 2 | -2/+0 |
| | | | | |||||
| * | | | use const over hard-coding | Fabio Berger | 2018-02-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | uncomment dev logic | Fabio Berger | 2018-02-16 | 2 | -5/+3 |
| | | | | |||||
| * | | | Re-design docs pages | Fabio Berger | 2018-02-16 | 7 | -39/+91 |
| | | | | |||||
| * | | | Add icons for all doc pages | Fabio Berger | 2018-02-16 | 5 | -0/+0 |
| | | | |