Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix prettier | Fabio Berger | 2018-12-19 | 1 | -2/+1 |
| | |||||
* | Merge branch 'development' into website/addPySRA | Fabio Berger | 2018-12-19 | 7 | -21/+39 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (141 commits) Add missing CHANGELOG entry for OrderWatcher WS interface Bump up stale to close to 30 days Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter ... | ||||
| * | Fix OrderWatcher title to fix sidebar top | Fabio Berger | 2018-12-18 | 1 | -1/+1 |
| | | |||||
| * | Fix version picker so it doesn't overflow onto two lines | Fabio Berger | 2018-12-18 | 1 | -7/+9 |
| | | |||||
| * | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8 | Leonid Logvinov | 2018-12-14 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.8 - @0x/abi-gen@1.0.19 - @0x/abi-gen-wrappers@2.0.2 - @0x/assert@1.0.20 - @0x/asset-buyer@3.0.4 - @0x/base-contract@3.0.10 - @0x/connect@3.0.10 - @0x/contract-wrappers@4.1.3 - @0x/dev-tools-pages@0.0.10 - @0x/dev-utils@1.0.21 - ethereum-types@1.1.4 - @0x/fill-scenarios@1.0.16 - @0x/instant@1.0.4 - @0x/json-schemas@2.1.4 - @0x/metacoin@0.0.32 - @0x/migrations@2.2.2 - @0x/order-utils@3.0.7 - @0x/order-watcher@2.2.8 - @0x/pipeline@1.0.2 - @0x/react-docs@1.0.22 - @0x/react-shared@1.0.25 - @0x/sol-compiler@1.1.16 - @0x/sol-cov@2.1.16 - @0x/sol-doc@1.0.11 - @0x/sol-resolver@1.1.1 - @0x/sra-spec@1.0.13 - @0x/subproviders@2.1.8 - @0x/testnet-faucets@1.0.60 - @0x/tslint-config@2.0.0 - @0x/types@1.4.1 - @0x/typescript-typings@3.0.6 - @0x/utils@2.0.8 - @0x/web3-wrapper@3.2.1 - @0x/website@0.0.63 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.58 - @0x/contracts-test-utils@1.0.2 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
| * | Merge pull request #1418 from ↵ | Brandon Millman | 2018-12-14 | 4 | -0/+16 |
| |\ | | | | | | | | | | | | | 0xProject/feature/website/integrate-instant-docs-track [website] add 0x Instant as a track in the docs | ||||
| | * | fix(website): update copy of instant track in dev home | Brandon Millman | 2018-12-14 | 1 | -2/+2 |
| | | | |||||
| | * | feature(website): add 0x Instant as a track in the docs | Brandon Millman | 2018-12-11 | 4 | -0/+16 |
| | | | |||||
* | | | Add Python SRA client to Developer home | Fabio Berger | 2018-12-13 | 1 | -0/+9 |
|/ / | |||||
* / | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7 | Fabio Berger | 2018-12-12 | 1 | -13/+13 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1 | ||||
* | Merge pull request #1399 from ↵ | Francesco Agosti | 2018-12-07 | 3 | -1/+11 |
|\ | | | | | | | | | 0xProject/feature/website/disable-slider-if-no-address-configurator [website] Disable slider when no affiliate info | ||||
| * | feat: change color of doctype tag in configurator | fragosti | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | feat: disable slider when no affiliate info | fragosti | 2018-12-06 | 2 | -0/+10 |
| | | |||||
* | | Switch out whitepaper with 0x protocol specification | Fabio Berger | 2018-12-06 | 9 | -3/+10 |
| | | |||||
* | | Switch out RocketChat icon with Discord icon | Fabio Berger | 2018-12-06 | 3 | -1/+1 |
|/ | |||||
* | fix: add comma to affiliateInfo config in configurator | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | feat: change New notification to point to instant | fragosti | 2018-12-06 | 1 | -2/+2 |
| | |||||
* | fix: ensure copy button is above code | fragosti | 2018-12-06 | 1 | -1/+2 |
| | |||||
* | feat: notify user they've copied to clipboard on copy | fragosti | 2018-12-06 | 1 | -14/+29 |
| | |||||
* | chore: make default fee percentage in configurator 0 | fragosti | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 9 | -16/+16 |
|\ | | | | | | | feature/website/instant-configurator | ||||
| * | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-05 | 9 | -14/+14 |
| | | |||||
| * | Fix mixed up chinese translations | Fabio Berger | 2018-12-05 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #1353 from 0xProject/feature/website/instant-marketing | Francesco Agosti | 2018-12-04 | 22 | -2/+683 |
| |\ | | | | | | | [website] instant marketing page shell | ||||
* | | | chore: run linter | fragosti | 2018-12-05 | 2 | -2/+1 |
| | | | |||||
* | | | feat: add copy code feature | fragosti | 2018-12-05 | 2 | -3/+18 |
| | | | |||||
* | | | chore: fix linter issues | fragosti | 2018-12-05 | 3 | -12/+3 |
| | | | |||||
* | | | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-05 | 1 | -5/+1 |
| | | | |||||
* | | | hack: make min-height of line-number container 98% to prevent scrollbar from ↵ | fragosti | 2018-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | appearing in code demo | ||||
* | | | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-05 | 5 | -11/+16 |
| | | | |||||
* | | | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-05 | 2 | -3/+8 |
| | | | |||||
* | | | fix: make select box-shadow darker | fragosti | 2018-12-05 | 1 | -2/+4 |
| | | | |||||
* | | | fix: do not show select all if no tokens are available | fragosti | 2018-12-05 | 1 | -0/+5 |
| | | | |||||
* | | | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-05 | 1 | -17/+23 |
| | | | |||||
* | | | fix: change liquiditySource to orderSource | fragosti | 2018-12-04 | 1 | -1/+1 |
| | | | |||||
* | | | feat: update relayer list | fragosti | 2018-12-04 | 1 | -1/+19 |
| | | | |||||
* | | | polish: make configurator inputs look more like mocks | fragosti | 2018-12-04 | 3 | -3/+6 |
| | | | |||||
* | | | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-04 | 1 | -31/+23 |
| | | | |||||
* | | | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-04 | 1 | -2/+2 |
| | | | |||||
* | | | feat: create more dank slider | fragosti | 2018-12-04 | 3 | -6/+86 |
| | | | |||||
* | | | feat: make (optional) label inline | fragosti | 2018-12-04 | 1 | -2/+3 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 2 | -2/+2 |
|\| | | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 2 | -2/+2 |
| | | | |||||
* | | | feat: add fee percentage slider | fragosti | 2018-12-04 | 4 | -31/+44 |
| | | | |||||
* | | | feat: add fee percentage slier | fragosti | 2018-12-04 | 3 | -2/+30 |
| | | | |||||
* | | | feat: implement basic feeRecipient address in config generator | fragosti | 2018-12-04 | 4 | -11/+96 |
| | | | |||||
* | | | fix: use correct styles even when syntax highlighter component removes ↵ | fragosti | 2018-12-01 | 1 | -3/+4 |
| | | | | | | | | | | | | classnames on second render | ||||
* | | | feat: implement code generation | fragosti | 2018-12-01 | 3 | -27/+49 |
| | | | |||||
* | | | feat: implement multi token select component | fragosti | 2018-12-01 | 8 | -46/+156 |
| | | | |||||
* | | | feat: implement available token fetching | fragosti | 2018-11-30 | 3 | -6/+116 |
| | | | |||||
* | | | feat: add MultiSelect component skeleton | fragosti | 2018-11-30 | 2 | -1/+80 |
| | | | |||||
* | | | feat: add Select component and use for configurator | fragosti | 2018-11-30 | 7 | -31/+285 |
| | | | |||||
* | | | feat: implement configurator layout | fragosti | 2018-11-30 | 2 | -4/+29 |
| | | | |||||
* | | | feat: factor out ActionLink component from features | fragosti | 2018-11-30 | 2 | -37/+54 |
| | | | |||||
* | | | feat: improve styling of code demo component | fragosti | 2018-11-30 | 2 | -12/+126 |
| | | | |||||
* | | | feat: have basic code syntax highlighting working | fragosti | 2018-11-30 | 5 | -91/+184 |
| |/ |/| | |||||
* | | feat(website): implement rest of links | Brandon Millman | 2018-11-29 | 3 | -55/+77 |
| | | |||||
* | | feat(website): implement link directly to configure | Brandon Millman | 2018-11-29 | 4 | -6/+36 |
| | | |||||
* | | feat(website): optionally show configurator | Brandon Millman | 2018-11-29 | 1 | -3/+4 |
| | | |||||
* | | feature(website): add configurator shell | Brandon Millman | 2018-11-29 | 2 | -0/+8 |
| | | |||||
* | | fix(website): instant marketing page need more background color | Brandon Millman | 2018-11-29 | 3 | -5/+4 |
| | | |||||
* | | fix(website): instant marketing page shadows | Brandon Millman | 2018-11-29 | 4 | -148/+47 |
| | | |||||
* | | fix(website): change instant marketing page styling to non mono font except ↵ | Brandon Millman | 2018-11-29 | 2 | -10/+10 |
| | | | | | | | | the 0 in 0x | ||||
* | | chore(website): random fixes for mobile optimization | Brandon Millman | 2018-11-29 | 4 | -36/+63 |
| | | |||||
* | | feat(website): add extra assets for instant marketing page | Brandon Millman | 2018-11-29 | 15 | -8/+354 |
| | | |||||
* | | feat(website): fix screenshots in marketing page for small screens | Brandon Millman | 2018-11-29 | 2 | -11/+31 |
| | | |||||
* | | feat(website): need more section for instant marketing page | Brandon Millman | 2018-11-29 | 3 | -2/+52 |
| | | |||||
* | | feature(website): add links to instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+51 |
| | | |||||
* | | fix(website): update instant page CTA font | Brandon Millman | 2018-11-29 | 1 | -7/+1 |
| | | |||||
* | | feat(website): instant features section | Brandon Millman | 2018-11-29 | 6 | -31/+55 |
| | | |||||
* | | feat(website): add screenshots to instant page | Brandon Millman | 2018-11-29 | 10 | -1/+85 |
| | | |||||
* | | feat(website): implement introducing 0x instant header | Brandon Millman | 2018-11-29 | 3 | -1/+48 |
| | | |||||
* | | feat(website): add header and footer to instant page | Brandon Millman | 2018-11-29 | 1 | -1/+46 |
| | | |||||
* | | feat(website): scaffolding for instant page | Brandon Millman | 2018-11-29 | 4 | -0/+42 |
|/ | |||||
* | Publishcontracts@2.1.56@0x/website@0.0.61@0x/web3-wrapper@3.1.6@0x/testnet-faucets@1.0.58@0x/subproviders@2.1.6@0x/sol-doc@1.0.9@0x/sol-cov@2.1.14@0x/sol-compiler@1.1.14@0x/react-shared@1.0.23@0x/react-docs@1.0.20@0x/order-watcher@2.2.6@0x/order-utils@3.0.4@0x/migrations@2.2.0@0x/metacoin@0.0.30@0x/instant@1.0.2@0x/fill-scenarios@1.0.14@0x/dev-utils@1.0.19@0x/dev-tools-pages@0.0.8@0x/contract-wrappers@4.1.1@0x/contract-artifacts@1.1.2@0x/contract-addresses@2.0.0@0x/connect@3.0.8@0x/base-contract@3.0.8@0x/asset-buyer@3.0.2@0x/abi-gen-wrappers@2.0.0@0x/abi-gen-templates@1.0.10x.js@2.0.6 | Jacob Evans | 2018-11-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.6 - @0x/abi-gen-templates@1.0.1 - @0x/abi-gen-wrappers@2.0.0 - @0x/asset-buyer@3.0.2 - @0x/base-contract@3.0.8 - @0x/connect@3.0.8 - @0x/contract-addresses@2.0.0 - @0x/contract-artifacts@1.1.2 - @0x/contract-wrappers@4.1.1 - contracts@2.1.56 - @0x/dev-tools-pages@0.0.8 - @0x/dev-utils@1.0.19 - @0x/fill-scenarios@1.0.14 - @0x/instant@1.0.2 - @0x/metacoin@0.0.30 - @0x/migrations@2.2.0 - @0x/order-utils@3.0.4 - @0x/order-watcher@2.2.6 - @0x/react-docs@1.0.20 - @0x/react-shared@1.0.23 - @0x/sol-compiler@1.1.14 - @0x/sol-cov@2.1.14 - @0x/sol-doc@1.0.9 - @0x/subproviders@2.1.6 - @0x/testnet-faucets@1.0.58 - @0x/web3-wrapper@3.1.6 - @0x/website@0.0.61 | ||||
* | feat: Add Xianny to about page | fragosti | 2018-11-27 | 2 | -0/+8 |
| | |||||
* | Publishcontracts@2.1.55@0x/website@0.0.60@0x/web3-wrapper@3.1.5@0x/utils@2.0.6@0x/types@1.3.0@0x/testnet-faucets@1.0.57@0x/subproviders@2.1.5@0x/sra-spec@1.0.11@0x/sol-resolver@1.0.17@0x/sol-doc@1.0.8@0x/sol-cov@2.1.13@0x/sol-compiler@1.1.13@0x/react-shared@1.0.22@0x/react-docs@1.0.19@0x/order-watcher@2.2.5@0x/order-utils@3.0.3@0x/monorepo-scripts@1.0.14@0x/migrations@2.1.0@0x/metacoin@0.0.29@0x/json-schemas@2.1.2@0x/instant@1.0.1@0x/fill-scenarios@1.0.13@0x/dev-utils@1.0.18@0x/dev-tools-pages@0.0.7@0x/contract-wrappers@4.1.0@0x/contract-addresses@1.2.0@0x/connect@3.0.7@0x/base-contract@3.0.7@0x/asset-buyer@3.0.1@0x/assert@1.0.18@0x/abi-gen@1.0.17@0x/abi-gen-wrappers@1.1.00x.js@2.0.5 | Fabio Berger | 2018-11-22 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.5 - @0x/abi-gen@1.0.17 - @0x/abi-gen-wrappers@1.1.0 - @0x/assert@1.0.18 - @0x/asset-buyer@3.0.1 - @0x/base-contract@3.0.7 - @0x/connect@3.0.7 - @0x/contract-addresses@1.2.0 - @0x/contract-wrappers@4.1.0 - contracts@2.1.55 - @0x/dev-tools-pages@0.0.7 - @0x/dev-utils@1.0.18 - @0x/fill-scenarios@1.0.13 - @0x/instant@1.0.1 - @0x/json-schemas@2.1.2 - @0x/metacoin@0.0.29 - @0x/migrations@2.1.0 - @0x/monorepo-scripts@1.0.14 - @0x/order-utils@3.0.3 - @0x/order-watcher@2.2.5 - @0x/react-docs@1.0.19 - @0x/react-shared@1.0.22 - @0x/sol-compiler@1.1.13 - @0x/sol-cov@2.1.13 - @0x/sol-doc@1.0.8 - @0x/sol-resolver@1.0.17 - @0x/sra-spec@1.0.11 - @0x/subproviders@2.1.5 - @0x/testnet-faucets@1.0.57 - @0x/types@1.3.0 - @0x/utils@2.0.6 - @0x/web3-wrapper@3.1.5 - @0x/website@0.0.60 | ||||
* | Add migrations, contract-addresses and contract-artifacts to Developers home | Fabio Berger | 2018-11-21 | 1 | -0/+25 |
| | |||||
* | Create migrations doc reference page | Fabio Berger | 2018-11-21 | 6 | -0/+94 |
| | |||||
* | Add 0x-order-utils.py library to developers home | Fabio Berger | 2018-11-20 | 1 | -0/+9 |
| | |||||
* | Update blog post feature | Fabio Berger | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Fix disclaimer on mobile | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Add smart contract docs to Developer Home | Fabio Berger | 2018-11-17 | 1 | -0/+8 |
| | |||||
* | Add Apache license link | Fabio Berger | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | Fix capitalization in title | Fabio Berger | 2018-11-17 | 1 | -3/+10 |
| | |||||
* | Remove excess semi-colon | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Point directly to README for docs link | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Update icons | Fabio Berger | 2018-11-16 | 5 | -50/+46 |
| | |||||
* | Fix disclaimer | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Add blogpost URL | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Add disclaimer | Fabio Berger | 2018-11-16 | 1 | -0/+29 |
| | |||||
* | Merge branch 'development' into launchKitLanding | Fabio Berger | 2018-11-16 | 22 | -59/+94 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (110 commits) fix: fix exceeds block gas limit error chore(instant): fix lint error fix: remove unused vars Send in affiliate info as option Have heartbeat update not trigger errors fix: remove redundant handler feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser fix: add http to external url string feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser feat: expose webpack-dev-server content to local network fix(website): remove node env definition from webpack fix(website): currentProvider called on undefined chore: update yarn lock feat: use capital values for enums ... | ||||
| * | fix(website): remove node env definition from webpack | Brandon Millman | 2018-11-15 | 1 | -1/+0 |
| | | |||||
| * | fix(website): currentProvider called on undefined | Brandon Millman | 2018-11-15 | 1 | -1/+1 |
| | | |||||
| * | Publishcontracts@2.1.54@0x/website@0.0.59@0x/web3-wrapper@3.1.4@0x/utils@2.0.5@0x/testnet-faucets@1.0.56@0x/subproviders@2.1.4@0x/sra-spec@1.0.10@0x/sol-doc@1.0.7@0x/sol-cov@2.1.12@0x/sol-compiler@1.1.12@0x/react-shared@1.0.21@0x/react-docs@1.0.18@0x/order-watcher@2.2.4@0x/order-utils@3.0.2@0x/migrations@2.0.4@0x/metacoin@0.0.28@0x/json-schemas@2.1.1@0x/instant@0.0.7@0x/fill-scenarios@1.0.12@0x/dev-utils@1.0.17@0x/dev-tools-pages@0.0.6@0x/contract-wrappers@4.0.2@0x/connect@3.0.6@0x/base-contract@3.0.6@0x/asset-buyer@3.0.0@0x/assert@1.0.17@0x/abi-gen@1.0.16@0x/abi-gen-wrappers@1.0.50x.js@2.0.4 | Leonid Logvinov | 2018-11-14 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.4 - @0x/abi-gen@1.0.16 - @0x/abi-gen-wrappers@1.0.5 - @0x/assert@1.0.17 - @0x/asset-buyer@3.0.0 - @0x/base-contract@3.0.6 - @0x/connect@3.0.6 - @0x/contract-wrappers@4.0.2 - contracts@2.1.54 - @0x/dev-tools-pages@0.0.6 - @0x/dev-utils@1.0.17 - @0x/fill-scenarios@1.0.12 - @0x/instant@0.0.7 - @0x/json-schemas@2.1.1 - @0x/metacoin@0.0.28 - @0x/migrations@2.0.4 - @0x/order-utils@3.0.2 - @0x/order-watcher@2.2.4 - @0x/react-docs@1.0.18 - @0x/react-shared@1.0.21 - @0x/sol-compiler@1.1.12 - @0x/sol-cov@2.1.12 - @0x/sol-doc@1.0.7 - @0x/sra-spec@1.0.10 - @0x/subproviders@2.1.4 - @0x/testnet-faucets@1.0.56 - @0x/utils@2.0.5 - @0x/web3-wrapper@3.1.4 - @0x/website@0.0.59 | ||||
| * | Merge pull request #1244 from 0xProject/developerSectionNits | Fabio B | 2018-11-14 | 19 | -48/+84 |
| |\ | | | | | | | Remaining Developer Section Design Nits | ||||
| | * | Improve logo spacing | Fabio Berger | 2018-11-12 | 1 | -1/+24 |
| | | | |||||
| | * | merge development | Fabio Berger | 2018-11-12 | 4 | -87/+88 |
| | |\ | |||||
| | * | | Increase logo size | Fabio Berger | 2018-11-12 | 1 | -3/+3 |
| | | | | |||||
| | * | | Adjust paddin | Fabio Berger | 2018-11-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix menuItem background colors depending on the context | Fabio Berger | 2018-11-11 | 4 | -3/+18 |
| | | | | |||||
| | * | | Remove "Home" menu item, instead make different parts of logo link to ↵ | Fabio Berger | 2018-11-11 | 8 | -59/+53 |
| | | | | | | | | | | | | | | | | different sections of the website | ||||
| | * | | Rename tutorial to match verb structure | Fabio Berger | 2018-11-11 | 5 | -5/+5 |
| | | | | |||||
| | * | | style: reduce border size on version dropdown | Fabio Berger | 2018-10-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | style: make line-height of sidebar title 26px, make sure still bottom ↵ | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | aligned with version picker | ||||
| | * | | style: remove small gap under topbar | Fabio Berger | 2018-10-26 | 2 | -23/+26 |
| | | | | |||||
| * | | | Publishcontracts@2.1.53@0x/website@0.0.58@0x/web3-wrapper@3.1.3@0x/testnet-faucets@1.0.55@0x/subproviders@2.1.3@0x/sol-doc@1.0.6@0x/sol-cov@2.1.11@0x/sol-compiler@1.1.11@0x/react-shared@1.0.20@0x/react-docs@1.0.17@0x/order-watcher@2.2.3@0x/order-utils@3.0.1@0x/migrations@2.0.3@0x/metacoin@0.0.27@0x/instant@0.0.6@0x/fill-scenarios@1.0.11@0x/dev-utils@1.0.16@0x/dev-tools-pages@0.0.5@0x/contract-wrappers@4.0.1@0x/connect@3.0.5@0x/base-contract@3.0.5@0x/asset-buyer@2.2.2@0x/abi-gen-wrappers@1.0.40x.js@2.0.3 | Leonid Logvinov | 2018-11-14 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.3 - @0x/abi-gen-wrappers@1.0.4 - @0x/asset-buyer@2.2.2 - @0x/base-contract@3.0.5 - @0x/connect@3.0.5 - @0x/contract-wrappers@4.0.1 - contracts@2.1.53 - @0x/dev-tools-pages@0.0.5 - @0x/dev-utils@1.0.16 - @0x/fill-scenarios@1.0.11 - @0x/instant@0.0.6 - @0x/metacoin@0.0.27 - @0x/migrations@2.0.3 - @0x/order-utils@3.0.1 - @0x/order-watcher@2.2.3 - @0x/react-docs@1.0.17 - @0x/react-shared@1.0.20 - @0x/sol-compiler@1.1.11 - @0x/sol-cov@2.1.11 - @0x/sol-doc@1.0.6 - @0x/subproviders@2.1.3 - @0x/testnet-faucets@1.0.55 - @0x/web3-wrapper@3.1.3 - @0x/website@0.0.58 | ||||
| * | | | Publishcontracts@2.1.52@0x/website@0.0.57@0x/web3-wrapper@3.1.2@0x/testnet-faucets@1.0.54@0x/subproviders@2.1.2@0x/sra-spec@1.0.9@0x/sol-doc@1.0.5@0x/sol-cov@2.1.10@0x/sol-compiler@1.1.10@0x/react-shared@1.0.19@0x/react-docs@1.0.16@0x/order-watcher@2.2.2@0x/order-utils@3.0.0@0x/migrations@2.0.2@0x/metacoin@0.0.26@0x/json-schemas@2.1.0@0x/instant@0.0.5@0x/fill-scenarios@1.0.10@0x/dev-utils@1.0.15@0x/dev-tools-pages@0.0.4@0x/contract-wrappers@4.0.0@0x/connect@3.0.4@0x/base-contract@3.0.4@0x/asset-buyer@2.2.1@0x/assert@1.0.16@0x/abi-gen-wrappers@1.0.30x.js@2.0.2 | Leonid Logvinov | 2018-11-12 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.2 - @0x/abi-gen-wrappers@1.0.3 - @0x/assert@1.0.16 - @0x/asset-buyer@2.2.1 - @0x/base-contract@3.0.4 - @0x/connect@3.0.4 - @0x/contract-wrappers@4.0.0 - contracts@2.1.52 - @0x/dev-tools-pages@0.0.4 - @0x/dev-utils@1.0.15 - @0x/fill-scenarios@1.0.10 - @0x/instant@0.0.5 - @0x/json-schemas@2.1.0 - @0x/metacoin@0.0.26 - @0x/migrations@2.0.2 - @0x/order-utils@3.0.0 - @0x/order-watcher@2.2.2 - @0x/react-docs@1.0.16 - @0x/react-shared@1.0.19 - @0x/sol-compiler@1.1.10 - @0x/sol-cov@2.1.10 - @0x/sol-doc@1.0.5 - @0x/sra-spec@1.0.9 - @0x/subproviders@2.1.2 - @0x/testnet-faucets@1.0.54 - @0x/web3-wrapper@3.1.2 - @0x/website@0.0.57 | ||||
* | | | | Add launch kit to Developer home list of tools | Fabio Berger | 2018-11-16 | 1 | -0/+9 |
| | | | | |||||
* | | | | fix linter issue | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add support for responsive left | Fabio Berger | 2018-11-16 | 1 | -0/+9 |
| | | | | |||||
* | | | | Update call-to-action links | Fabio Berger | 2018-11-16 | 2 | -4/+6 |
| | | | | |||||
* | | | | Move benefits to language files and fix copy | Fabio Berger | 2018-11-14 | 7 | -34/+78 |
| | | | | |||||
* | | | | Implement 0x launch kit landing page | Fabio Berger | 2018-11-14 | 18 | -1/+493 |
|/ / / | |||||
* | / | fix(website): fix code splitting | Brandon Millman | 2018-11-12 | 23 | -31/+33 |
| |/ |/| | |||||
* | | Publishethereum-types@1.1.2contracts@2.1.51@0x/website@0.0.56@0x/web3-wrapper@3.1.1@0x/utils@2.0.4@0x/typescript-typings@3.0.4@0x/types@1.2.1@0x/tslint-config@1.0.10@0x/testnet-faucets@1.0.53@0x/subproviders@2.1.1@0x/sra-spec@1.0.8@0x/sol-resolver@1.0.16@0x/sol-doc@1.0.4@0x/sol-cov@2.1.9@0x/sol-compiler@1.1.9@0x/react-shared@1.0.18@0x/react-docs@1.0.15@0x/order-watcher@2.2.1@0x/order-utils@2.0.1@0x/monorepo-scripts@1.0.13@0x/migrations@2.0.1@0x/metacoin@0.0.25@0x/json-schemas@2.0.1@0x/instant@0.0.4@0x/fill-scenarios@1.0.9@0x/dev-utils@1.0.14@0x/dev-tools-pages@0.0.3@0x/contract-wrappers@3.0.1@0x/contract-artifacts@1.1.0@0x/contract-addresses@1.1.0@0x/connect@3.0.3@0x/base-contract@3.0.3@0x/asset-buyer@2.2.0@0x/assert@1.0.15@0x/abi-gen@1.0.15@0x/abi-gen-wrappers@1.0.20x.js@2.0.1 | Jacob Evans | 2018-11-09 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.1 - @0x/abi-gen@1.0.15 - @0x/abi-gen-wrappers@1.0.2 - @0x/assert@1.0.15 - @0x/asset-buyer@2.2.0 - @0x/base-contract@3.0.3 - @0x/connect@3.0.3 - @0x/contract-addresses@1.1.0 - @0x/contract-artifacts@1.1.0 - @0x/contract-wrappers@3.0.1 - contracts@2.1.51 - @0x/dev-tools-pages@0.0.3 - @0x/dev-utils@1.0.14 - ethereum-types@1.1.2 - @0x/fill-scenarios@1.0.9 - @0x/instant@0.0.4 - @0x/json-schemas@2.0.1 - @0x/metacoin@0.0.25 - @0x/migrations@2.0.1 - @0x/monorepo-scripts@1.0.13 - @0x/order-utils@2.0.1 - @0x/order-watcher@2.2.1 - @0x/react-docs@1.0.15 - @0x/react-shared@1.0.18 - @0x/sol-compiler@1.1.9 - @0x/sol-cov@2.1.9 - @0x/sol-doc@1.0.4 - @0x/sol-resolver@1.0.16 - @0x/sra-spec@1.0.8 - @0x/subproviders@2.1.1 - @0x/testnet-faucets@1.0.53 - @0x/tslint-config@1.0.10 - @0x/types@1.2.1 - @0x/typescript-typings@3.0.4 - @0x/utils@2.0.4 - @0x/web3-wrapper@3.1.1 - @0x/website@0.0.56 | ||||
* | | fix(website): turn off production flag when building locally | Brandon Millman | 2018-11-08 | 1 | -4/+5 |
| | | |||||
* | | fix(website): prepare website for breaking MetaMask change for eip 1102 | Brandon Millman | 2018-10-31 | 2 | -69/+66 |
| | | |||||
* | | Merge pull request #1178 from 0xProject/fix/linter-improvements | Alex Browne | 2018-10-27 | 1 | -1/+1 |
|\ \ | | | | | | | Add --format stylish to tslint and fix linter errors in contract-wrappers. | ||||
| * | | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| |/ | |||||
* / | fix(website): round makerAssetToken amount in FillOrder component | Brandon Millman | 2018-10-26 | 1 | -1/+4 |
|/ | |||||
* | fix(website): asset-buyer usage documentation formatting | Brandon Millman | 2018-10-23 | 2 | -5/+5 |
| | |||||
* | Merge pull request #1173 from 0xProject/fixSchemaBug | Kadinsky | 2018-10-23 | 3 | -34/+82 |
|\ | | | | | Fix number schema bug | ||||
| * | chore: Add whole number to next json-schema doc md section | Fabio Berger | 2018-10-22 | 2 | -5/+53 |
| | | |||||
| * | chore: link to schemas at a particular commit so it doesn't change when they ↵ | Fabio Berger | 2018-10-22 | 1 | -29/+29 |
| | | | | | | | | are updated | ||||
| * | Fix links | Fabio Berger | 2018-10-22 | 1 | -7/+7 |
| | | |||||
| * | revert unrelated change | Fabio Berger | 2018-10-22 | 1 | -2/+2 |
| | | |||||
| * | fix: Update address to ZRX token to newly deployed 'mintable' ZRX token on ↵ | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | | | | | | | | Kovan/Ropsten | ||||
* | | fix(website): create correct subprovider for metamask | Brandon Millman | 2018-10-23 | 1 | -1/+1 |
| | | |||||
* | | fix(website): do not fetch balances for empty tokens | Brandon Millman | 2018-10-23 | 1 | -6/+13 |
|/ | |||||
* | Use em for all | Fabio Berger | 2018-10-20 | 3 | -3/+3 |
| | |||||
* | chore: use Text | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | chore: use `colors` module | Fabio Berger | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵ | Fabio Berger | 2018-10-20 | 4 | -3/+96 |
| | | | | and only updating the sidebar menu items whose active state had changed | ||||
* | Use media module | Fabio Berger | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | Remove unused listeners | Fabio Berger | 2018-10-20 | 1 | -8/+0 |
| | |||||
* | chore: fix dropdown bug on Firefox and reduced duplicate code | Fabio Berger | 2018-10-19 | 1 | -24/+22 |
| | |||||
* | style: Switch out homepage image with improved one from Ben | Fabio Berger | 2018-10-19 | 1 | -51/+6 |
| | |||||
* | style: make sure sideBar bottom padding is on scrollable content, not container | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | Improve sidebar logic to handle MS Edge, Firefox differences between Windows ↵ | Fabio Berger | 2018-10-19 | 3 | -6/+30 |
| | | | | & Mac | ||||
* | chore: improve sidebar scroll | Fabio Berger | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | chore: Replace state with styled-components for hover detection | Fabio Berger | 2018-10-19 | 1 | -71/+69 |
| | |||||
* | style: accomodate different scrollbar widths on Firefox vs. Chrome/Safari | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | chore: Fix scroll issue by bumping version and installing from new branch | Fabio Berger | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | copy: consistently name ERCdEX with correct capitalization | Fabio Berger | 2018-10-19 | 1 | -7/+7 |
| | |||||
* | Switch tutorial descriptions | Fabio Berger | 2018-10-19 | 5 | -10/+10 |
| | |||||
* | copy: Networked liquidity -> shared liquidity | Fabio Berger | 2018-10-19 | 8 | -15/+15 |
| | |||||
* | fix: Make sure page scrollable on mobile | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | |||||
* | Don't show topBar menu items in sidebar on wiki | Fabio Berger | 2018-10-19 | 1 | -1/+5 |
| | |||||
* | Update doc ref markdown sections | Fabio Berger | 2018-10-19 | 56 | -64/+391 |
| | |||||
* | Publishethereum-types@1.1.1contracts@2.1.50@0x/website@0.0.55@0x/web3-wrapper@3.1.0@0x/utils@2.0.3@0x/typescript-typings@3.0.3@0x/types@1.2.0@0x/tslint-config@1.0.9@0x/testnet-faucets@1.0.52@0x/subproviders@2.1.0@0x/sra-spec@1.0.7@0x/sol-resolver@1.0.15@0x/sol-doc@1.0.3@0x/sol-cov@2.1.8@0x/sol-compiler@1.1.8@0x/react-shared@1.0.17@0x/react-docs@1.0.14@0x/order-watcher@2.2.0@0x/order-utils@2.0.0@0x/monorepo-scripts@1.0.12@0x/migrations@2.0.0@0x/metacoin@0.0.24@0x/json-schemas@2.0.0@0x/instant@0.0.3@0x/fill-scenarios@1.0.8@0x/dev-utils@1.0.13@0x/dev-tools-pages@0.0.2@0x/contract-wrappers@3.0.0@0x/contract-artifacts@1.0.1@0x/contract-addresses@1.0.1@0x/connect@3.0.2@0x/base-contract@3.0.2@0x/asset-buyer@2.1.0@0x/assert@1.0.14@0x/abi-gen@1.0.14@0x/abi-gen-wrappers@1.0.10x.js@2.0.0 | Leonid Logvinov | 2018-10-18 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.0 - @0x/abi-gen@1.0.14 - @0x/abi-gen-wrappers@1.0.1 - @0x/assert@1.0.14 - @0x/asset-buyer@2.1.0 - @0x/base-contract@3.0.2 - @0x/connect@3.0.2 - @0x/contract-addresses@1.0.1 - @0x/contract-artifacts@1.0.1 - @0x/contract-wrappers@3.0.0 - contracts@2.1.50 - @0x/dev-tools-pages@0.0.2 - @0x/dev-utils@1.0.13 - ethereum-types@1.1.1 - @0x/fill-scenarios@1.0.8 - @0x/instant@0.0.3 - @0x/json-schemas@2.0.0 - @0x/metacoin@0.0.24 - @0x/migrations@2.0.0 - @0x/monorepo-scripts@1.0.12 - @0x/order-utils@2.0.0 - @0x/order-watcher@2.2.0 - @0x/react-docs@1.0.14 - @0x/react-shared@1.0.17 - @0x/sol-compiler@1.1.8 - @0x/sol-cov@2.1.8 - @0x/sol-doc@1.0.3 - @0x/sol-resolver@1.0.15 - @0x/sra-spec@1.0.7 - @0x/subproviders@2.1.0 - @0x/testnet-faucets@1.0.52 - @0x/tslint-config@1.0.9 - @0x/types@1.2.0 - @0x/typescript-typings@3.0.3 - @0x/utils@2.0.3 - @0x/web3-wrapper@3.1.0 - @0x/website@0.0.55 | ||||
* | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Add index signature to FakeTokenRegistry | Leonid Logvinov | 2018-10-18 | 1 | -1/+8 |
| | |||||
* | chore: fix imports | Fabio Berger | 2018-10-18 | 15 | -26/+26 |
| | |||||
* | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 74 | -115/+115 |
| | |||||
* | Remove old 0x.js from website | Fabio Berger | 2018-10-18 | 3 | -12/+877 |
| | |||||
* | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | 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 | 34 | -75/+75 |
| | |||||
* | chore: fix up asset-buyer doc and add to Dev Home | Fabio Berger | 2018-10-18 | 2 | -1/+11 |
| | |||||
* | merge dev-section-redesign | Fabio Berger | 2018-10-18 | 13 | -44/+228 |
|\ | |||||
| * | merge development | Fabio Berger | 2018-10-18 | 14 | -44/+229 |
| |\ | |||||
| | * | feat(website): add expanded and minimized display types to relayer grid | Brandon Millman | 2018-10-18 | 3 | -22/+56 |
| | | | |||||
| | * | Merge pull request #1145 from 0xProject/refactorSchemasToJSON | Kadinsky | 2018-10-18 | 1 | -20/+32 |
| | |\ | | | | | | | | | Move json-schema schemas to JSON files | ||||
| | | * | Update schemas markdown section for v2 docs | Fabio Berger | 2018-10-17 | 1 | -20/+32 |
| | | | | |||||
| | * | | Update asset-buyer usage wording | Brandon Millman | 2018-10-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -1/+2 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ... | ||||
| | | * | Merge pull request #1138 from 0xProject/feature/add-steves-github | Steve Klebanoff | 2018-10-17 | 1 | -1/+2 |
| | | |\ | | | | | | | | | | | [website] Add Steve's github | ||||
| | | | * | fix: add Steve's github account to about page, and capitalize AppFolio correctly | Steve Klebanoff | 2018-10-16 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | feat(website): add asset-buyer documentation | Brandon Millman | 2018-10-17 | 9 | -1/+145 |
| | |/ / | |||||
* | | | | Update react-scroll hash to avoid collision with older, unfixed branch | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | nit: remove todo | Fabio Berger | 2018-10-17 | 1 | -1/+0 |
| | | | | |||||
* | | | | chore: Add topBar menu in wiki mobile sidebar menu | Fabio Berger | 2018-10-17 | 1 | -1/+29 |
| | | | | |||||
* | | | | chore: Rename "Documentation" to "Docs" in mobile menu | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | chore: Add topBar menu items to mobile drawer | Fabio Berger | 2018-10-17 | 4 | -27/+65 |
| | | | | |||||
* | | | | chore: componentize the sidebar header | Fabio Berger | 2018-10-17 | 3 | -55/+70 |
| | | | | |||||
* | | | | chore: Add missing responsive classes | Fabio Berger | 2018-10-17 | 1 | -0/+12 |
| | | | | |||||
* | | | | chore: Fix logo on mobile topBar | Fabio Berger | 2018-10-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | chore: fix linter | Fabio Berger | 2018-10-17 | 2 | -11/+1 |
| | | | | |||||
* | | | | Merge branch 'dev-section-redesign' into reSkinReferenceDocs | Fabio Berger | 2018-10-16 | 5 | -12/+17 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: (87 commits) Added note about restriction on `testDirectory` fix(dev-utils): Make chai a dev dependency since exported interface depends on it Add changelog entries fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder Remove ContractNotFound errors in contract-wrappers Update prettierignore Update website to use the new unsubscribeAll method in contract-wrappers In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers In contract-wrappers, remove setProvider and add unsubscribeAll method. take out explicit children definition in props Update json-schemas for contract-wrappers Add OrThrow suffix to getContractAddressesForNetwork remove unused import Update CHANGELOG.json for all changed packages Remove ContractAddresses from packages/types (mistake after rebase) ... | ||||
| * | | | merge development | Fabio Berger | 2018-10-16 | 6 | -14/+21 |
| |\| | | |||||
| | * | | Remove ContractNotFound errors in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -7/+0 |
| | | | | |||||
| | * | | Update website to use the new unsubscribeAll method in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -6/+5 |
| | | | | |||||
| | * | | Apply various PR feedback | Alex Browne | 2018-10-16 | 2 | -3/+0 |
| | | | | |||||
| | * | | Introduce new contract-addresses package and use it everywhere | Alex Browne | 2018-10-16 | 2 | -11/+3 |
| | | | | |||||
| | * | | Remove unused copyfiles dependencies | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| | | | | |||||
| | * | | Update testnet-faucets and website to work with new artifacts and abi-gen ↵ | Alex Browne | 2018-10-16 | 1 | -3/+17 |
| | |/ | | | | | | | | | | wrappers | ||||
| | * | Merge pull request #1132 from 0xProject/removeRollbarUMD | Kadinsky | 2018-10-13 | 2 | -2/+4 |
| | |\ | | | | | | | | | fix(website): replace Rollbar UMD with regular npm package | ||||
| | | * | fix(website): replace Rollbar UMD with regular npm package | Fabio Berger | 2018-10-11 | 2 | -2/+4 |
| | | | | |||||
| | * | | feat: add Steve to team page | Steve Klebanoff | 2018-10-11 | 2 | -0/+11 |
| | |/ | |||||
* | | | style: improve menu & logo alignment | Fabio Berger | 2018-10-16 | 1 | -2/+5 |
| | | | |||||
* | | | chore: Implement newest topBar | Fabio Berger | 2018-10-16 | 4 | -77/+25 |
| | | | |||||
* | | | chore: remove unused imports | Fabio Berger | 2018-10-16 | 1 | -2/+1 |
| | | | |||||
* | | | chore: change landing "build on 0x" to link to developer home, not 0x.js docs | Fabio Berger | 2018-10-16 | 1 | -2/+2 |
| | | | |||||
* | | | chore: remove wiki from main website topBar | Fabio Berger | 2018-10-16 | 1 | -32/+1 |
| | | | |||||
* | | | chore: Replace FAQ with Developer home in footer | Fabio Berger | 2018-10-16 | 1 | -4/+4 |
| | | | |||||
* | | | Replace sandbox with wiki in developer popover | Fabio Berger | 2018-10-16 | 1 | -5/+4 |
| | | | |||||
* | | | chore: move wiki to Developers section | Fabio Berger | 2018-10-16 | 3 | -149/+65 |
| | | | |||||
* | | | chore: fix padding issue | Fabio Berger | 2018-10-16 | 1 | -3/+5 |
| | | | |||||
* | | | chore: replace Github with Wiki in topBar and refactor so can display ↵ | Fabio Berger | 2018-10-16 | 1 | -15/+21 |
| | | | | | | | | | | | | internal & external links | ||||
* | | | feat: highlighted sidebar as you scroll on doc reference pages | Fabio Berger | 2018-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | Chore: Only render one sidebar at a time | Fabio Berger | 2018-10-15 | 2 | -3/+5 |
| | | | |||||
* | | | chore: improve rendering of sidebar top section on mobile | Fabio Berger | 2018-10-15 | 2 | -2/+6 |
| | | | |||||
* | | | chore: fix missed class rename | Fabio Berger | 2018-10-15 | 1 | -11/+1 |
| | | | |||||
* | | | chore: fix key issue | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
| | | | |||||
* | | | chore: round border of code snippets | Fabio Berger | 2018-10-15 | 1 | -0/+1 |
| | | | |||||
* | | | chore: only show sidebar once docs have loaded | Fabio Berger | 2018-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵ | Fabio Berger | 2018-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | open, closes it | ||||
* | | | Fix sidebar top so long titles display correctly | Fabio Berger | 2018-10-14 | 1 | -5/+5 |
| | | | |||||
* | | | Chore: remove unused imports | Fabio Berger | 2018-10-13 | 1 | -6/+3 |
| | | | |||||
* | | | Fix: Make width variable | Fabio Berger | 2018-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | Remove doc menus from main topBar | Fabio Berger | 2018-10-13 | 1 | -65/+4 |
| | | | |||||
* | | | Implement new version dropdown and remove it from nestedTopBar | Fabio Berger | 2018-10-13 | 3 | -9/+124 |
| | | | |||||
* | | | Fix sidebar shifting onHover due to scrollbar width | Fabio Berger | 2018-10-13 | 1 | -2/+11 |
| | | | |||||
* | | | fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵ | Fabio Berger | 2018-10-13 | 1 | -4/+2 |
| | | | | | | | | | | | | listen to container element onClick | ||||
* | | | Pass down sidebar instead of sectionNameToLinks | Fabio Berger | 2018-10-13 | 4 | -19/+17 |
| | | | |||||
* | | | Make all doc reference pages responsive | Fabio Berger | 2018-10-12 | 11 | -11/+33 |
| | | | |||||
* | | | Improve loading | Fabio Berger | 2018-10-12 | 1 | -26/+17 |
| | | | |||||
* | | | If sidebar menu item links to internal page, no longer open in new tab | Fabio Berger | 2018-10-12 | 1 | -15/+0 |
| | | | |||||
* | | | Add Getting starter sidebar header | Fabio Berger | 2018-10-12 | 11 | -35/+24 |
| | | | |||||
* | | | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 9 | -672/+733 |
| | | | |||||
* | | | style: Make width of developer section same as rest of website (1064px) | Fabio Berger | 2018-10-11 | 1 | -1/+1 |
| | | | |||||
* | | | merge dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -19/+11 |
|\| | | |||||
| * | | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -19/+11 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (62 commits) Fix linter error Upgrade ethereum-types Lint and update deps Be more explicit with falsiness Add type to cssRuleIfExists Fix issue where we throw if non-numeric characters are used in input Upgrade to more recent types, fix yarn.lock [fix]: [testnet-faucet] Exit 1 on build fail Explains tools we want them to use Add note about button Add dev-tools-pages bundles to gitignore Improve README Fix button and center Increase max bundle size for instant Add stuff Initial project scaffolding Change tslint config to remove conflicts with prettier fix: [testnet-faucet] Signing of orders Update the CHANGELOG Add comments for expiryBuffer ... | ||||
| | * | Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-data | Jacob Evans | 2018-10-09 | 1 | -19/+11 |
| | |\ | | | | | | | | | [0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing | ||||
| | | * | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask | ||||
| | | * | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -18/+4 |
| | | | | | | | | | | | | | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code | ||||
* | | | | fix(website): remove deadzone between "Developers" menu item and dropdown so ↵ | Fabio Berger | 2018-10-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | it never closes when hovering between the two | ||||
* | | | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵ | Fabio Berger | 2018-10-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | clicked | ||||
* | | | | Replace Rollbar UMD with regular import | Fabio Berger | 2018-10-10 | 2 | -2/+4 |
|/ / / | |||||
* | | | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-09 | 2 | -13/+13 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Clarifies use of schemas outside of Javascript/TypeScript. Fix typo Add asset-buyer to published packages section in README Publish Updated CHANGELOGS Update BuyQuote interface Add missing default options Remove unused constants Add fee order with a takerFee Add additional order factory methods and refactor test to use them Add comments about buy quote calculation Update CHANGELOG Fix linter Add additional test for slippage Add buy_quote_calculator_test | ||||
| * | | Clarifies use of schemas outside of Javascript/TypeScript. | Joe Ardent | 2018-10-08 | 1 | -1/+1 |
| |/ | |||||
| * | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8 | Brandon Millman | 2018-10-05 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54 | ||||
* | | Move valid-url import to react-shared | Fabio Berger | 2018-10-06 | 1 | -2/+0 |
| | | |||||
* | | Fix liinter | Fabio Berger | 2018-10-06 | 2 | -2/+1 |
| | | |||||
* | | Convert TutorialButton to styled component | Fabio Berger | 2018-10-06 | 1 | -64/+45 |
| | | |||||
* | | Convert more divs to containers and text components | Fabio Berger | 2018-10-05 | 4 | -57/+57 |
| | | |||||
* | | remove inline style | Fabio Berger | 2018-10-05 | 1 | -4/+1 |
| | | |||||
* | | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 8 | -55/+28 |
| | | |||||
* | | Remove style prop from Link | Fabio Berger | 2018-10-05 | 11 | -56/+44 |
| | | |||||
* | | Render paragraphs with spans so we don't get margin added | Fabio Berger | 2018-10-05 | 1 | -0/+1 |
| | | |||||
* | | Fix bug where wiki links in dev dropdown weren't working when on the wiki | Fabio Berger | 2018-10-05 | 2 | -6/+11 |
| | | |||||
* | | remove stray logs | Fabio Berger | 2018-10-05 | 2 | -2/+0 |
| | | |||||
* | | merge base branch | Fabio Berger | 2018-10-05 | 9 | -95/+133 |
|\ \ | |||||
| * | | merge developmemnt | Fabio Berger | 2018-10-05 | 9 | -95/+133 |
| |\| | |||||
| | * | force re-build | Fabio Berger | 2018-10-04 | 1 | -1/+1 |
| | | | |||||
| | * | Build website in parallel with other tests since no other test relies on it ↵ | Fabio Berger | 2018-10-04 | 1 | -1/+0 |
| | | | | | | | | | | | | being built to run | ||||
| | * | Add back sourceMap support for both dev/prod | Fabio Berger | 2018-10-04 | 1 | -1/+1 |
| | | | |||||
| | * | Upgrade webpack | Fabio Berger | 2018-10-04 | 4 | -76/+79 |
| | | |