Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | 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 | ||||
* | | 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 | ||||
* | 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 |
| | |||||
* | Introduce a build:ci command that doesn't build webpack bundles | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Add Jason to website | Brandon Millman | 2018-10-02 | 2 | -0/+7 |
| | |||||
* | merge development | Fabio Berger | 2018-09-30 | 1 | -12/+12 |
|\ | |||||
| * | Publishethereum-types@1.0.9contracts@2.1.48@0xproject/website@0.0.53@0xproject/web3-wrapper@3.0.2@0xproject/utils@2.0.0@0xproject/typescript-typings@3.0.0@0xproject/types@1.1.2@0xproject/testnet-faucets@1.0.50@0xproject/subproviders@2.0.6@0xproject/sra-spec@1.0.5@0xproject/sra-report@1.0.12@0xproject/sol-resolver@1.0.12@0xproject/sol-doc@1.0.1@0xproject/sol-cov@2.1.6@0xproject/sol-compiler@1.1.6@0xproject/react-shared@1.0.13@0xproject/react-docs@1.0.12@0xproject/order-watcher@2.1.0@0xproject/order-utils@1.0.6@0xproject/monorepo-scripts@1.0.10@0xproject/migrations@1.0.13@0xproject/metacoin@0.0.22@0xproject/json-schemas@1.0.5@0xproject/fill-scenarios@1.0.6@0xproject/dev-utils@1.0.11@0xproject/contract-wrappers@2.0.1@0xproject/connect@3.0.0@0xproject/base-contract@3.0.0@0xproject/asset-buyer@1.0.2@0xproject/assert@1.0.12@0xproject/abi-gen@1.0.120x.js@1.0.7 | Fabio Berger | 2018-09-29 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.7 - @0xproject/abi-gen@1.0.12 - @0xproject/assert@1.0.12 - @0xproject/asset-buyer@1.0.2 - @0xproject/base-contract@3.0.0 - @0xproject/connect@3.0.0 - @0xproject/contract-wrappers@2.0.1 - contracts@2.1.48 - @0xproject/dev-utils@1.0.11 - ethereum-types@1.0.9 - @0xproject/fill-scenarios@1.0.6 - @0xproject/json-schemas@1.0.5 - @0xproject/metacoin@0.0.22 - @0xproject/migrations@1.0.13 - @0xproject/monorepo-scripts@1.0.10 - @0xproject/order-utils@1.0.6 - @0xproject/order-watcher@2.1.0 - @0xproject/react-docs@1.0.12 - @0xproject/react-shared@1.0.13 - @0xproject/sol-compiler@1.1.6 - @0xproject/sol-cov@2.1.6 - @0xproject/sol-doc@1.0.1 - @0xproject/sol-resolver@1.0.12 - @0xproject/sra-report@1.0.12 - @0xproject/sra-spec@1.0.5 - @0xproject/subproviders@2.0.6 - @0xproject/testnet-faucets@1.0.50 - @0xproject/types@1.1.2 - @0xproject/typescript-typings@3.0.0 - @0xproject/utils@2.0.0 - @0xproject/web3-wrapper@3.0.2 - @0xproject/website@0.0.53 | ||||
* | | Fix network badges for V1 and add them for V2 | Fabio Berger | 2018-09-28 | 1 | -16/+44 |
| | | |||||
* | | Fix dropdown menu item so it says "0x smart contracts" not "smart contract" | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | |||||
* | | Rename for clarity | Fabio Berger | 2018-09-28 | 1 | -3/+3 |
|/ | |||||
* | Remove RC version warnings | Fabio Berger | 2018-09-27 | 3 | -6/+0 |
| | |||||
* | remove items-center classname | fragosti | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Change clay to Ecosystem Development Lead | fragosti | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Update everything to Coinbase Wallet instead of Toshi | fragosti | 2018-09-26 | 7 | -15/+15 |
| | |||||
* | Merge pull request #1088 from 0xProject/fix/website/relayers-column | Francesco Agosti | 2018-09-26 | 1 | -1/+5 |
|\ | | | | | [website] When number of relayers is less than number of columns, reduce column… | ||||
| * | When number of relayers is less than number of columns, reduce column number ↵ | Brandon Millman | 2018-09-26 | 1 | -1/+5 |
| | | | | | | | | to number of relayers | ||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 5 | -14/+32 |
|\ \ | |||||
| * \ | Merge branch 'development' of github.com:0xProject/0x-monorepo into development | Fabio Berger | 2018-09-26 | 4 | -2/+20 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Add weijie and rahul Change news link | ||||
| | * | | Add weijie and rahul | fragosti | 2018-09-26 | 3 | -0/+18 |
| | | | | |||||
| | * | | Change news link | fragosti | 2018-09-26 | 1 | -2/+2 |
| | |/ | |||||
| * / | Publishethereum-types@1.0.8contracts@2.1.47@0xproject/website@0.0.52@0xproject/web3-wrapper@3.0.1@0xproject/utils@1.0.11@0xproject/typescript-typings@2.0.2@0xproject/types@1.1.1@0xproject/testnet-faucets@1.0.49@0xproject/subproviders@2.0.5@0xproject/sra-spec@1.0.4@0xproject/sra-report@1.0.11@0xproject/sol-resolver@1.0.11@0xproject/sol-cov@2.1.5@0xproject/sol-compiler@1.1.5@0xproject/react-shared@1.0.12@0xproject/react-docs@1.0.11@0xproject/order-watcher@2.0.0@0xproject/order-utils@1.0.5@0xproject/migrations@1.0.12@0xproject/metacoin@0.0.21@0xproject/json-schemas@1.0.4@0xproject/fill-scenarios@1.0.5@0xproject/dev-utils@1.0.10@0xproject/contract-wrappers@2.0.0@0xproject/connect@2.0.4@0xproject/base-contract@2.0.5@0xproject/asset-buyer@1.0.1@0xproject/assert@1.0.11@0xproject/abi-gen@1.0.110x.js@1.0.6 | Fabio Berger | 2018-09-26 | 1 | -12/+12 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.6 - @0xproject/abi-gen@1.0.11 - @0xproject/assert@1.0.11 - @0xproject/asset-buyer@1.0.1 - @0xproject/base-contract@2.0.5 - @0xproject/connect@2.0.4 - @0xproject/contract-wrappers@2.0.0 - contracts@2.1.47 - @0xproject/dev-utils@1.0.10 - ethereum-types@1.0.8 - @0xproject/fill-scenarios@1.0.5 - @0xproject/json-schemas@1.0.4 - @0xproject/metacoin@0.0.21 - @0xproject/migrations@1.0.12 - @0xproject/order-utils@1.0.5 - @0xproject/order-watcher@2.0.0 - @0xproject/react-docs@1.0.11 - @0xproject/react-shared@1.0.12 - @0xproject/sol-compiler@1.1.5 - @0xproject/sol-cov@2.1.5 - @0xproject/sol-resolver@1.0.11 - @0xproject/sra-report@1.0.11 - @0xproject/sra-spec@1.0.4 - @0xproject/subproviders@2.0.5 - @0xproject/testnet-faucets@1.0.49 - @0xproject/types@1.1.1 - @0xproject/typescript-typings@2.0.2 - @0xproject/utils@1.0.11 - @0xproject/web3-wrapper@3.0.1 - @0xproject/website@0.0.52 | ||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 1 | -10/+10 |
|\| | |||||
| * | Publishcontracts@2.1.46@0xproject/website@0.0.51@0xproject/web3-wrapper@3.0.0@0xproject/utils@1.0.10@0xproject/types@1.1.0@0xproject/testnet-faucets@1.0.48@0xproject/subproviders@2.0.4@0xproject/sra-spec@1.0.3@0xproject/sra-report@1.0.10@0xproject/sol-resolver@1.0.10@0xproject/sol-cov@2.1.4@0xproject/sol-compiler@1.1.4@0xproject/react-shared@1.0.11@0xproject/react-docs@1.0.10@0xproject/order-watcher@1.0.5@0xproject/order-utils@1.0.4@0xproject/migrations@1.0.11@0xproject/metacoin@0.0.20@0xproject/json-schemas@1.0.3@0xproject/fill-scenarios@1.0.4@0xproject/dev-utils@1.0.9@0xproject/contract-wrappers@1.0.5@0xproject/connect@2.0.3@0xproject/base-contract@2.0.4@0xproject/asset-buyer@1.0.0@0xproject/assert@1.0.10@0xproject/abi-gen@1.0.100x.js@1.0.5 | Leonid Logvinov | 2018-09-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.5 - @0xproject/abi-gen@1.0.10 - @0xproject/assert@1.0.10 - @0xproject/asset-buyer@1.0.0 - @0xproject/base-contract@2.0.4 - @0xproject/connect@2.0.3 - @0xproject/contract-wrappers@1.0.5 - contracts@2.1.46 - @0xproject/dev-utils@1.0.9 - @0xproject/fill-scenarios@1.0.4 - @0xproject/json-schemas@1.0.3 - @0xproject/metacoin@0.0.20 - @0xproject/migrations@1.0.11 - @0xproject/order-utils@1.0.4 - @0xproject/order-watcher@1.0.5 - @0xproject/react-docs@1.0.10 - @0xproject/react-shared@1.0.11 - @0xproject/sol-compiler@1.1.4 - @0xproject/sol-cov@2.1.4 - @0xproject/sol-resolver@1.0.10 - @0xproject/sra-report@1.0.10 - @0xproject/sra-spec@1.0.3 - @0xproject/subproviders@2.0.4 - @0xproject/testnet-faucets@1.0.48 - @0xproject/types@1.1.0 - @0xproject/utils@1.0.10 - @0xproject/web3-wrapper@3.0.0 - @0xproject/website@0.0.51 | ||||
* | | fix: call out a HACK in comments | F. Eugene Aumson | 2018-09-26 | 1 | -1/+1 |
| | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004 | ||||
* | | fix: update smart contract doc intros | F. Eugene Aumson | 2018-09-26 | 2 | -12/+3 |
| | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220009790 https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220009909 https://github.com/0xProject/0x-monorepo/pull/1004 | ||||
* | | fix: rename SupportedDocJson field to SolDoc | F. Eugene Aumson | 2018-09-26 | 2 | -2/+2 |
| | | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004 | ||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-25 | 6 | -21/+19 |
|\| | |||||
| * | Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpc | Francesco Agosti | 2018-09-24 | 3 | -7/+4 |
| |\ | | | | | | | [asset-buyer] Create new AssetBuyer class | ||||
| | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-21 | 1 | -12/+12 |
| | |\ | | | | | | | | | | | | | feature/forwarder-helper/sra-and-rpc | ||||
| | * | | Move ObjectMap to shared types | fragosti | 2018-09-19 | 3 | -7/+4 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-24 | 1 | -12/+12 |
| |\ \ \ | | | |/ | | |/| | | | | | fix/website/signing-order-validation-bug | ||||
| | * | | Publishethereum-types@1.0.7contracts@2.1.45@0xproject/website@0.0.50@0xproject/web3-wrapper@2.0.3@0xproject/utils@1.0.9@0xproject/typescript-typings@2.0.1@0xproject/types@1.0.2@0xproject/testnet-faucets@1.0.47@0xproject/subproviders@2.0.3@0xproject/sra-spec@1.0.2@0xproject/sra-report@1.0.9@0xproject/sol-resolver@1.0.9@0xproject/sol-cov@2.1.3@0xproject/sol-compiler@1.1.3@0xproject/react-shared@1.0.10@0xproject/react-docs@1.0.9@0xproject/order-watcher@1.0.4@0xproject/order-utils@1.0.3@0xproject/monorepo-scripts@1.0.9@0xproject/migrations@1.0.10@0xproject/metacoin@0.0.19@0xproject/json-schemas@1.0.2@0xproject/forwarder-helper@1.0.4@0xproject/fill-scenarios@1.0.3@0xproject/dev-utils@1.0.8@0xproject/contract-wrappers@1.0.4@0xproject/connect@2.0.2@0xproject/base-contract@2.0.3@0xproject/assert@1.0.9@0xproject/abi-gen@1.0.90x.js@1.0.4 | Leonid Logvinov | 2018-09-21 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.4 - @0xproject/abi-gen@1.0.9 - @0xproject/assert@1.0.9 - @0xproject/base-contract@2.0.3 - @0xproject/connect@2.0.2 - @0xproject/contract-wrappers@1.0.4 - contracts@2.1.45 - @0xproject/dev-utils@1.0.8 - ethereum-types@1.0.7 - @0xproject/fill-scenarios@1.0.3 - @0xproject/forwarder-helper@1.0.4 - @0xproject/json-schemas@1.0.2 - @0xproject/metacoin@0.0.19 - @0xproject/migrations@1.0.10 - @0xproject/monorepo-scripts@1.0.9 - @0xproject/order-utils@1.0.3 - @0xproject/order-watcher@1.0.4 - @0xproject/react-docs@1.0.9 - @0xproject/react-shared@1.0.10 - @0xproject/sol-compiler@1.1.3 - @0xproject/sol-cov@2.1.3 - @0xproject/sol-resolver@1.0.9 - @0xproject/sra-report@1.0.9 - @0xproject/sra-spec@1.0.2 - @0xproject/subproviders@2.0.3 - @0xproject/testnet-faucets@1.0.47 - @0xproject/types@1.0.2 - @0xproject/typescript-typings@2.0.1 - @0xproject/utils@1.0.9 - @0xproject/web3-wrapper@2.0.3 - @0xproject/website@0.0.50 | ||||
| | * | | Don't depend on a specific version of node types | Leonid Logvinov | 2018-09-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-18 | 11 | -20/+92 |
| |\ \ \ | | | |/ | | |/| | | | | | fix/website/signing-order-validation-bug | ||||
| * | | | Fix order creation and fill flow in Portal | fragosti | 2018-09-18 | 3 | -2/+3 |
| | | | | |||||
* | | | | BREAKING CHANGE: document contracts from sol-doc | F. Eugene Aumson | 2018-09-22 | 4 | -10/+39 |
| |_|/ |/| | | | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity. | ||||
* | | | Publishcontracts@2.1.44@0xproject/website@0.0.49@0xproject/testnet-faucets@1.0.46@0xproject/order-watcher@1.0.3@0xproject/order-utils@1.0.2@0xproject/migrations@1.0.9@0xproject/forwarder-helper@1.0.3@0xproject/fill-scenarios@1.0.2@0xproject/contract-wrappers@1.0.3@0xproject/connect@2.0.10x.js@1.0.3 | Fabio Berger | 2018-09-19 | 1 | -3/+3 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.3 - @0xproject/connect@2.0.1 - @0xproject/contract-wrappers@1.0.3 - contracts@2.1.44 - @0xproject/fill-scenarios@1.0.2 - @0xproject/forwarder-helper@1.0.3 - @0xproject/migrations@1.0.9 - @0xproject/order-utils@1.0.2 - @0xproject/order-watcher@1.0.3 - @0xproject/testnet-faucets@1.0.46 - @0xproject/website@0.0.49 | ||||
* | | Publish@0xproject/website@0.0.48@0xproject/testnet-faucets@1.0.45@0xproject/order-watcher@1.0.2@0xproject/migrations@1.0.8@0xproject/forwarder-helper@1.0.2@0xproject/contract-wrappers@1.0.20x.js@1.0.2 | Fabio Berger | 2018-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.2 - @0xproject/contract-wrappers@1.0.2 - @0xproject/forwarder-helper@1.0.2 - @0xproject/migrations@1.0.8 - @0xproject/order-watcher@1.0.2 - @0xproject/testnet-faucets@1.0.45 - @0xproject/website@0.0.48 | ||||
* | | Merge pull request #1063 from 0xProject/feature/0x.js/update-readme-import | Jacob Evans | 2018-09-18 | 10 | -18/+90 |
|\ \ | |/ |/| | 0xjs README/website docs update | ||||
| * | Folder 1.0.0 -> 1.0.1 | Jacob Evans | 2018-09-18 | 5 | -5/+5 |
| | | |||||
| * | Rename to v1->v0 v2->v1 | Jacob Evans | 2018-09-18 | 1 | -17/+17 |
| | | |||||
| * | Remove note about RC versions | Jacob Evans | 2018-09-13 | 3 | -13/+11 |
| | | |||||
| * | 0xjs README/website docs update | Jacob Evans | 2018-09-13 | 12 | -28/+102 |
| | | |||||
* | | Add 0x.js 2.0.0 async and installation sections | Fabio Berger | 2018-09-17 | 2 | -0/+64 |
| | | |||||
* | | Change Davids description | fragosti | 2018-09-12 | 1 | -1/+1 |
| | | |||||
* | | Add images for David Sacks and Gene | fragosti | 2018-09-12 | 2 | -0/+0 |
| | | |||||
* | | Fix David Sacks links | fragosti | 2018-09-12 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'feature/website/add-gene' into development | fragosti | 2018-09-12 | 1 | -0/+8 |
|\ \ | |||||
| * | | Add Gene info to website | fragosti | 2018-09-12 | 1 | -0/+8 |
| | | | |||||
* | | | Add david sacks | fragosti | 2018-09-12 | 1 | -2/+14 |
|/ / | |||||
* | | Clear localstorage | fragosti | 2018-09-07 | 1 | -1/+1 |
| | | |||||
* | | Fix minting for new tokens on testnets | fragosti | 2018-09-07 | 5 | -40/+51 |
|/ | |||||
* | Publishethereum-types@1.0.6contracts@2.1.43@0xproject/website@0.0.47@0xproject/web3-wrapper@2.0.2@0xproject/utils@1.0.8@0xproject/typescript-typings@2.0.0@0xproject/types@1.0.1@0xproject/tslint-config@1.0.7@0xproject/testnet-faucets@1.0.44@0xproject/subproviders@2.0.2@0xproject/sra-spec@1.0.1@0xproject/sra-report@1.0.8@0xproject/sol-resolver@1.0.8@0xproject/sol-cov@2.1.2@0xproject/sol-compiler@1.1.2@0xproject/react-shared@1.0.9@0xproject/react-docs@1.0.8@0xproject/order-watcher@1.0.1@0xproject/order-utils@1.0.1@0xproject/monorepo-scripts@1.0.8@0xproject/migrations@1.0.7@0xproject/metacoin@0.0.18@0xproject/json-schemas@1.0.1@0xproject/forwarder-helper@1.0.1@0xproject/fill-scenarios@1.0.1@0xproject/dev-utils@1.0.7@0xproject/contract-wrappers@1.0.1@0xproject/connect@2.0.0@0xproject/base-contract@2.0.2@0xproject/assert@1.0.8@0xproject/abi-gen@1.0.80x.js@1.0.1 | Fabio Berger | 2018-09-05 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1 - @0xproject/abi-gen@1.0.8 - @0xproject/assert@1.0.8 - @0xproject/base-contract@2.0.2 - @0xproject/connect@2.0.0 - @0xproject/contract-wrappers@1.0.1 - contracts@2.1.43 - @0xproject/dev-utils@1.0.7 - ethereum-types@1.0.6 - @0xproject/fill-scenarios@1.0.1 - @0xproject/forwarder-helper@1.0.1 - @0xproject/json-schemas@1.0.1 - @0xproject/metacoin@0.0.18 - @0xproject/migrations@1.0.7 - @0xproject/monorepo-scripts@1.0.8 - @0xproject/order-utils@1.0.1 - @0xproject/order-watcher@1.0.1 - @0xproject/react-docs@1.0.8 - @0xproject/react-shared@1.0.9 - @0xproject/sol-compiler@1.1.2 - @0xproject/sol-cov@2.1.2 - @0xproject/sol-resolver@1.0.8 - @0xproject/sra-report@1.0.8 - @0xproject/sra-spec@1.0.1 - @0xproject/subproviders@2.0.2 - @0xproject/testnet-faucets@1.0.44 - @0xproject/tslint-config@1.0.7 - @0xproject/types@1.0.1 - @0xproject/typescript-typings@2.0.0 - @0xproject/utils@1.0.8 - @0xproject/web3-wrapper@2.0.2 - @0xproject/website@0.0.47 | ||||
* | Run linter | fragosti | 2018-09-05 | 2 | -3/+1 |
| | |||||
* | Merge branch 'feature/website/update-portal-v2' of ↵ | fragosti | 2018-09-05 | 3 | -9/+5 |
|\ | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2 | ||||
| * | Remove unused imports and console.log | Fabio Berger | 2018-09-05 | 1 | -4/+1 |
| | | |||||
| * | Add back order validation logic | Fabio Berger | 2018-09-05 | 1 | -7/+5 |
| | | |||||
| * | Fix imports | Fabio Berger | 2018-09-05 | 1 | -2/+1 |
| | | |||||
| * | remove console log | Fabio Berger | 2018-09-05 | 1 | -1/+0 |
| | | |||||
| * | merge development | Fabio Berger | 2018-09-05 | 21 | -365/+701 |
| |\ | |||||
* | | | Use order parser utils from order utils | fragosti | 2018-09-05 | 11 | -43/+10 |
| | | | |||||
* | | | Merge https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-05 | 21 | -365/+701 |
|\ \ \ | |/ / |/| / | |/ | feature/website/update-portal-v2 | ||||
| * | Add temporarily missing web3-provider-engine types in website | Leonid Logvinov | 2018-09-04 | 1 | -0/+1 |
| | | |||||
| * | Remove types for web3-provider-engine from typescript-typings | Leonid Logvinov | 2018-09-04 | 1 | -0/+1 |
| | | |||||
| * | Remove unused imports | Leonid Logvinov | 2018-09-04 | 2 | -6/+0 |
| | | |||||
| * | Merge pull request #1048 from 0xProject/feature/website/patch-v2-landing | Brandon Millman | 2018-08-31 | 2 | -5/+9 |
| |\ | | | | | | | [website] Final tweaks for landing page | ||||
| | * | Wording change for first benefit | Brandon Millman | 2018-08-31 | 1 | -1/+1 |
| | | | |||||
| | * | Tweaks to benefits and use cases | Brandon Millman | 2018-08-31 | 1 | -2/+6 |
| | | | |||||
| | * | Final tweaks for landing page | fragosti | 2018-08-31 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variables | Francesco Agosti | 2018-08-31 | 11 | -15/+8 |
| |\ \ | | |/ | |/| | Re-add no-unused-variable tslint rule | ||||
| | * | Fix unused vars for react-shared and website | fragosti | 2018-08-31 | 11 | -15/+8 |
| | | | |||||
| * | | Revert whats new text | Brandon Millman | 2018-08-31 | 1 | -2/+1 |
| | | | |||||
| * | | Add new exchange everywhere graphic | Brandon Millman | 2018-08-31 | 2 | -4/+8 |
| | | | |||||
| * | | Remove unused render methods in landing page | Brandon Millman | 2018-08-31 | 1 | -110/+0 |
| | | | |||||
| * | | Remove conflict strings | fragosti | 2018-08-31 | 1 | -3/+0 |
| | | | |||||
| * | | Add careers page to top bar | fragosti | 2018-08-31 | 1 | -1/+11 |
| | | | |||||
| * | | Final tweaks | fragosti | 2018-08-31 | 3 | -11/+17 |
| | | | |||||
| * | | Remove redundant import | fragosti | 2018-08-31 | 1 | -1/+0 |
| | | | |||||
| * | | Add TypedText component and use it on landing page | fragosti | 2018-08-31 | 5 | -0/+111 |
| | | | |||||
| * | | Add generic title changes | fragosti | 2018-08-31 | 1 | -17/+7 |
| | | | |||||
| * | | Added todo comments for missing items | Brandon Millman | 2018-08-31 | 1 | -1/+2 |
| | | | |||||
| * | | Add title header to use cases section | Brandon Millman | 2018-08-31 | 3 | -14/+13 |
| | | | |||||
| * | | Make hero image responsive | Brandon Millman | 2018-08-31 | 1 | -2/+3 |
| | | | |||||
| * | | Update what's new styling | Brandon Millman | 2018-08-31 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-30 | 15 | -30/+26 |
| |\| | | | | | | | | | | feature/website/v2-tweaks | ||||
| * | | Update use cases section | Brandon Millman | 2018-08-30 | 3 | -51/+98 |
| | | | |||||
| * | | Update tokenization section | Brandon Millman | 2018-08-30 | 3 | -45/+15 |
| | | | |||||
| * | | Update benefits | Brandon Millman | 2018-08-30 | 2 | -8/+6 |
| | | | |||||
| * | | Update whats new | Brandon Millman | 2018-08-30 | 1 | -13/+19 |
| | | | |||||
| * | | Add new header image | Brandon Millman | 2018-08-30 | 2 | -4/+391 |
| | | | |||||
| * | | Replace projects section with relayers | Brandon Millman | 2018-08-30 | 1 | -77/+5 |
| | | | |||||
* | | | Update exchange ABI for decoding logs | Brandon Millman | 2018-08-31 | 2 | -615/+1 |
| | | | |||||
* | | | Remove LogError legacy stuff | Brandon Millman | 2018-08-31 | 1 | -4/+0 |
| | | | |||||
* | | | Update comment for validation | Brandon Millman | 2018-08-31 | 1 | -1/+2 |
| | | | |||||
* | | | Remove commented out block | Brandon Millman | 2018-08-31 | 1 | -20/+0 |
| | | | |||||
* | | | Remove cancel check | Brandon Millman | 2018-08-31 | 2 | -12/+0 |
| | | | |||||
* | | | Update generate and fill order flows | Brandon Millman | 2018-08-31 | 7 | -30/+41 |
| | | | |||||
* | | | Token registry from old 0x version | Brandon Millman | 2018-08-31 | 2 | -9/+13 |
| | | | |||||
* | | | Fix import | Brandon Millman | 2018-08-31 | 1 | -1/+1 |
| | | | |||||
* | | | Update typings version | Brandon Millman | 2018-08-31 | 1 | -1/+1 |
| | | | |||||
* | | | Initial changes for v2 portal | Brandon Millman | 2018-08-31 | 16 | -279/+307 |
| |/ |/| | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-30 | 1 | -0/+5 |
|\| | | | | | | | website/feature/react-16 | ||||
| * | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig | ||||
* | | Upgrade version of react-shared in website | fragosti | 2018-08-29 | 1 | -1/+1 |
| | | |||||
* | | Upgrade react-copy-to-clipboard | fragosti | 2018-08-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-29 | 1 | -6/+5 |
|\| | | | | | | | website/feature/react-16 | ||||
| * | Publishcontracts@2.1.42@0xproject/website@0.0.46@0xproject/web3-wrapper@2.0.1@0xproject/utils@1.0.7@0xproject/types@1.0.1-rc.6@0xproject/testnet-faucets@1.0.43@0xproject/subproviders@2.0.1@0xproject/sra-spec@1.0.1-rc.6@0xproject/sra-report@1.0.7@0xproject/sol-resolver@1.0.7@0xproject/sol-cov@2.1.1@0xproject/sol-compiler@1.1.1@0xproject/react-shared@1.0.8@0xproject/react-docs@1.0.7@0xproject/order-watcher@1.0.1-rc.5@0xproject/order-utils@1.0.1-rc.6@0xproject/monorepo-scripts@1.0.7@0xproject/migrations@1.0.6@0xproject/metacoin@0.0.17@0xproject/json-schemas@1.0.1-rc.6@0xproject/forwarder-helper@1.0.1-rc.2@0xproject/fill-scenarios@1.0.1-rc.5@0xproject/dev-utils@1.0.6@0xproject/contract-wrappers@1.0.1-rc.5@0xproject/connect@2.0.0-rc.2@0xproject/base-contract@2.0.1@0xproject/assert@1.0.7@0xproject/abi-gen@1.0.70x.js@1.0.1-rc.6 | Fabio Berger | 2018-08-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46 | ||||
* | | Update material-ui in react-shared | fragosti | 2018-08-29 | 1 | -0/+1 |
| | | |||||
* | | Revert "Simplify dropdown component" | fragosti | 2018-08-29 | 1 | -15/+25 |
| | | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf. | ||||
* | | Revert "Have new Popover component working in React 16" | fragosti | 2018-08-29 | 8 | -84/+39 |
| | | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b. | ||||
* | | Revert "Enable hovering state for dropdown" | fragosti | 2018-08-29 | 3 | -10/+7 |
| | | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb. | ||||
* | | Upgrade material ui to 0.20.0 | fragosti | 2018-08-29 | 1 | -2/+2 |
| | | |||||
* | | Enable hovering state for dropdown | fragosti | 2018-08-29 | 3 | -7/+10 |
| | | |||||
* | | Have new Popover component working in React 16 | fragosti | 2018-08-28 | 8 | -39/+84 |
| | | |||||
* | | Simplify dropdown component | fragosti | 2018-08-25 | 1 | -25/+15 |
| | | |||||
* | | Change all onTouchTap to onClick | fragosti | 2018-08-25 | 13 | -18/+18 |
| | | |||||
* | | Upgrade react-shared used by website to one that depends on react 16 | fragosti | 2018-08-25 | 1 | -1/+1 |
| | | |||||
* | | Update react and remove tap event plugin [deprecated] | fragosti | 2018-08-25 | 2 | -4/+0 |
| | | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-25 | 3 | -5/+13 |
|\| | | | | | | | website/feature/react-16 | ||||
| * | Publishethereum-types@1.0.5contracts@2.1.41@0xproject/website@0.0.45@0xproject/web3-wrapper@2.0.0@0xproject/utils@1.0.6@0xproject/typescript-typings@1.0.5@0xproject/types@1.0.1-rc.5@0xproject/tslint-config@1.0.6@0xproject/testnet-faucets@1.0.42@0xproject/subproviders@2.0.0@0xproject/sra-report@1.0.6@0xproject/sra-api@1.0.1-rc.5@0xproject/sol-resolver@1.0.6@0xproject/sol-cov@2.1.0@0xproject/sol-compiler@1.1.0@0xproject/react-shared@1.0.7@0xproject/react-docs@1.0.6@0xproject/order-watcher@1.0.1-rc.4@0xproject/order-utils@1.0.1-rc.4@0xproject/monorepo-scripts@1.0.6@0xproject/migrations@1.0.5@0xproject/metacoin@0.0.16@0xproject/json-schemas@1.0.1-rc.5@0xproject/forwarder-helper@1.0.1-rc.1@0xproject/fill-scenarios@1.0.1-rc.4@0xproject/dev-utils@1.0.5@0xproject/contract-wrappers@1.0.1-rc.4@0xproject/connect@2.0.0-rc.1@0xproject/base-contract@2.0.0@0xproject/assert@1.0.6@0xproject/abi-gen@1.0.60x.js@1.0.1-rc.4 | Fabio Berger | 2018-08-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.4 - @0xproject/abi-gen@1.0.6 - @0xproject/assert@1.0.6 - @0xproject/base-contract@2.0.0 - @0xproject/connect@2.0.0-rc.1 - @0xproject/contract-wrappers@1.0.1-rc.4 - contracts@2.1.41 - @0xproject/dev-utils@1.0.5 - ethereum-types@1.0.5 - @0xproject/fill-scenarios@1.0.1-rc.4 - @0xproject/forwarder-helper@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.5 - @0xproject/metacoin@0.0.16 - @0xproject/migrations@1.0.5 - @0xproject/monorepo-scripts@1.0.6 - @0xproject/order-utils@1.0.1-rc.4 - @0xproject/order-watcher@1.0.1-rc.4 - @0xproject/react-docs@1.0.6 - @0xproject/react-shared@1.0.7 - @0xproject/sol-compiler@1.1.0 - @0xproject/sol-cov@2.1.0 - @0xproject/sol-resolver@1.0.6 - @0xproject/sra-api@1.0.1-rc.5 - @0xproject/sra-report@1.0.6 - @0xproject/subproviders@2.0.0 - @0xproject/testnet-faucets@1.0.42 - @0xproject/tslint-config@1.0.6 - @0xproject/types@1.0.1-rc.5 - @0xproject/typescript-typings@1.0.5 - @0xproject/utils@1.0.6 - @0xproject/web3-wrapper@2.0.0 - @0xproject/website@0.0.45 | ||||
| * | Add documentation for connect v2 | fragosti | 2018-08-24 | 2 | -0/+8 |
| | | |||||
* | | Add new react and types | fragosti | 2018-08-25 | 1 | -4/+4 |
|/ | |||||
* | Add missing keyu | Fabio Berger | 2018-08-23 | 1 | -1/+5 |
| | |||||
* | Remove docs catch-all endpoint | Fabio Berger | 2018-08-23 | 1 | -1/+0 |
| | |||||
* | merge development | Fabio Berger | 2018-08-23 | 2 | -0/+35 |
|\ | |||||
| * | Run prettier | fragosti | 2018-08-23 | 1 | -1/+1 |
| | | |||||
| * | Remove comment in updates json-schemas doc | fragosti | 2018-08-23 | 1 | -1/+0 |
| | | |||||
| * | Add documentation for json-schemas | fragosti | 2018-08-23 | 2 | -0/+36 |
| | | |||||
* | | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 2 | -8/+11 |
| | | |||||
* | | Use actual packageName for external example imports | Fabio Berger | 2018-08-22 | 12 | -1/+12 |
| | | |||||
* | | Merge development branch | Fabio Berger | 2018-08-22 | 5 | -7/+12 |
|\| | |||||
| * | Update lock icon in onboarding | Brandon Millman | 2018-08-21 | 2 | -5/+3 |
| | | |||||
| * | Add Matt Taylor to website | Brandon Millman | 2018-08-21 | 2 | -1/+8 |
| | | |||||
| * | Remove exit 0 from website build command | Brandon Millman | 2018-08-21 | 1 | -1/+1 |
| | | |||||
| * | Revert error renames | Brandon Millman | 2018-08-21 | 1 | -2/+5 |
| | | |||||
* | | Fix website given that it still depends on an old version of @0xproject/Types | Fabio Berger | 2018-08-20 | 1 | -2/+5 |
| | | |||||
* | | Merge development | Fabio Berger | 2018-08-17 | 2 | -7/+4 |
|\| | |||||
| * | Merge pull request #928 from 0xProject/dependabot/npm_and_yarn/copyfiles-2.0.0 | Fabio Berger | 2018-08-17 | 1 | -1/+1 |
| |\ | | | | | | | Bump copyfiles from 1.2.0 to 2.0.0 | ||||
| | * | Bump copyfiles from 1.2.0 to 2.0.0 | dependabot[bot] | 2018-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/calvinmetcalf/copyfiles/releases) - [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled. | Jacob Evans | 2018-08-16 | 1 | -5/+2 |
| |/ | | | | | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult | ||||
| * | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -1/+1 |
| | | |||||
* | | Move external types to link mapping to doc generation util and refactor ↵ | Fabio Berger | 2018-08-16 | 11 | -67/+6 |
| | | | | | | | | typedocUtils to be a class to avoid excessive param passing | ||||
* | | Merge development | Fabio Berger | 2018-08-15 | 11 | -89/+150 |
|\| | |||||
| * | Publish | Alex Browne | 2018-08-14 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.3 - @0xproject/abi-gen@1.0.5 - @0xproject/assert@1.0.5 - @0xproject/base-contract@2.0.0-rc.1 - @0xproject/connect@1.0.5 - @0xproject/contract-wrappers@1.0.1-rc.3 - contracts@2.1.40 - @0xproject/dev-utils@1.0.4 - ethereum-types@1.0.4 - @0xproject/fill-scenarios@1.0.1-rc.3 - @0xproject/json-schemas@1.0.1-rc.4 - @0xproject/metacoin@0.0.15 - @0xproject/migrations@1.0.4 - @0xproject/monorepo-scripts@1.0.5 - @0xproject/order-utils@1.0.1-rc.3 - @0xproject/order-watcher@1.0.1-rc.3 - @0xproject/react-docs@1.0.5 - @0xproject/react-docs-example@0.0.20 - @0xproject/react-shared@1.0.6 - @0xproject/sol-compiler@1.0.5 - @0xproject/sol-cov@2.0.0 - @0xproject/sol-resolver@1.0.5 - @0xproject/sra-api@1.0.1-rc.4 - @0xproject/sra-report@1.0.5 - @0xproject/subproviders@1.0.5 - @0xproject/testnet-faucets@1.0.41 - @0xproject/tslint-config@1.0.5 - @0xproject/types@1.0.1-rc.4 - @0xproject/typescript-typings@1.0.4 - @0xproject/utils@1.0.5 - @0xproject/web3-wrapper@1.2.0 - @0xproject/website@0.0.44 | ||||
| * | Merge pull request #949 from 0xProject/fix/update-dependencies | Alex Browne | 2018-08-10 | 1 | -1/+1 |
| |\ | | | | | | | fix: Update dependencies | ||||
| | * | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Update Clays linkedin | fragosti | 2018-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Add clay to website | fragosti | 2018-08-10 | 2 | -0/+11 |
| |/ | |||||
| * | Change amir picture | fragosti | 2018-08-09 | 3 | -1/+1 |
| | | |||||
| * | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Add back tags in html | Brandon Millman | 2018-07-31 | 1 | -1/+7 |
| | | |||||
| * | Fix jobs page overflow issue | Brandon Millman | 2018-07-30 | 3 | -4/+6 |
| | | |||||
| * | Create MetaTags component | Brandon Millman | 2018-07-30 | 6 | -75/+117 |
| | | |||||
* | | Fix bug related to react-scroll's scrollSpy and the render order of elements | Fabio Berger | 2018-08-06 | 1 | -2/+12 |
| | | |||||
* | | Fix key | Fabio Berger | 2018-08-06 | 5 | -5/+5 |
| | | |||||
* | | Update dep | Fabio Berger | 2018-08-06 | 1 | -1/+1 |
| | | |||||
* | | Stop exporting constants from order-utils | Fabio Berger | 2018-08-04 | 1 | -1/+2 |
| | | |||||
* | | Fix sol-compiler doc configs | Fabio Berger | 2018-08-03 | 1 | -4/+0 |
| | | |||||
* | | Fix-up Order-utils doc page | Fabio Berger | 2018-08-03 | 1 | -5/+1 |
| | | |||||
* | | Add OrderWatcher docs page | Fabio Berger | 2018-08-03 | 13 | -10/+132 |
| | | |||||
* | | Fix link in 0x.js intro | Fabio Berger | 2018-08-03 | 1 | -1/+1 |
| | | |||||
* | | Add MD sections to contract-wrappers docs | Fabio Berger | 2018-08-03 | 3 | -4/+33 |
| | | |||||
* | | Fix connect docs | Fabio Berger | 2018-08-02 | 1 | -6/+0 |
| | | |||||
* | | Add contract-wrappers page and make topBar component more concise | Fabio Berger | 2018-08-02 | 10 | -117/+113 |
| | | |||||
* | | Prefix menu and sections with markdown as that is all the should now be defined | Fabio Berger | 2018-08-02 | 10 | -121/+81 |
| | | |||||
* | | Use our fork of react-scroll that fixes scrolling within an absolutely ↵ | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
| | | | | | | | | positioned div to work correctly. See: https://github.com/fisshy/react-scroll/pull/330 | ||||
* | | Start refactoring docs to remove unnecessary configs given more concise ↵ | Fabio Berger | 2018-08-01 | 12 | -426/+3 |
| | | | | | | | | TypeDoc JSON | ||||
* | | Update React-scroll, getting rid of the need to manually set the url hash | Fabio Berger | 2018-08-01 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-28 | 32 | -457/+421 |
|\ | | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks | ||||
| * | Publishcontracts@2.1.39@0xproject/website@0.0.43@0xproject/testnet-faucets@1.0.40@0xproject/react-docs-example@0.0.19@0xproject/metacoin@0.0.14@0xproject/abi-gen@1.0.4 | Fabio Berger | 2018-07-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.4 - @0xproject/assert@1.0.4 - @0xproject/base-contract@1.0.4 - @0xproject/connect@1.0.4 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.39 - @0xproject/dev-utils@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.3 - @0xproject/metacoin@0.0.14 - @0xproject/migrations@1.0.3 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.4 - @0xproject/react-docs-example@0.0.19 - @0xproject/react-shared@1.0.5 - @0xproject/sol-compiler@1.0.4 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.4 - @0xproject/sra-report@1.0.4 - @0xproject/subproviders@1.0.4 - @0xproject/testnet-faucets@1.0.40 - @0xproject/types@1.0.1-rc.3 - @0xproject/utils@1.0.4 - @0xproject/web3-wrapper@1.1.2 - @0xproject/website@0.0.43 | ||||
| * | Publishcontracts@2.1.38@0xproject/website@0.0.42@0xproject/testnet-faucets@1.0.39@0xproject/sol-compiler@1.0.3@0xproject/react-docs-example@0.0.18@0xproject/monorepo-scripts@1.0.4@0xproject/metacoin@0.0.13@0xproject/abi-gen@1.0.3 | Fabio Berger | 2018-07-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.3 - @0xproject/assert@1.0.3 - @0xproject/base-contract@1.0.3 - @0xproject/connect@1.0.3 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.38 - @0xproject/dev-utils@1.0.3 - ethereum-types@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.2 - @0xproject/metacoin@0.0.13 - @0xproject/migrations@1.0.3 - @0xproject/monorepo-scripts@1.0.4 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.3 - @0xproject/react-docs-example@0.0.18 - @0xproject/react-shared@1.0.4 - @0xproject/sol-compiler@1.0.3 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.3 - @0xproject/sra-report@1.0.3 - @0xproject/subproviders@1.0.3 - @0xproject/testnet-faucets@1.0.39 - @0xproject/tslint-config@1.0.4 - @0xproject/types@1.0.1-rc.2 - @0xproject/typescript-typings@1.0.3 - @0xproject/utils@1.0.3 - @0xproject/web3-wrapper@1.1.1 - @0xproject/website@0.0.42 | ||||
| * | Publishcontracts@2.1.37@0xproject/website@0.0.41@0xproject/testnet-faucets@1.0.38@0xproject/react-docs-example@0.0.17@0xproject/monorepo-scripts@1.0.3@0xproject/metacoin@0.0.12@0xproject/abi-gen@1.0.2 | Fabio Berger | 2018-07-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.1 - @0xproject/abi-gen@1.0.2 - @0xproject/assert@1.0.2 - @0xproject/base-contract@1.0.2 - @0xproject/connect@1.0.2 - @0xproject/contract-wrappers@1.0.1-rc.1 - contracts@2.1.37 - @0xproject/dev-utils@1.0.2 - ethereum-types@1.0.2 - @0xproject/fill-scenarios@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.1 - @0xproject/metacoin@0.0.12 - @0xproject/migrations@1.0.2 - @0xproject/monorepo-scripts@1.0.3 - @0xproject/order-utils@1.0.1-rc.1 - @0xproject/order-watcher@1.0.1-rc.1 - @0xproject/react-docs@1.0.2 - @0xproject/react-docs-example@0.0.17 - @0xproject/react-shared@1.0.3 - @0xproject/sol-compiler@1.0.2 - @0xproject/sol-cov@1.0.2 - @0xproject/sol-resolver@1.0.2 - @0xproject/sra-report@1.0.2 - @0xproject/subproviders@1.0.2 - @0xproject/testnet-faucets@1.0.38 - @0xproject/tslint-config@1.0.3 - @0xproject/types@1.0.1-rc.1 - @0xproject/typescript-typings@1.0.2 - @0xproject/utils@1.0.2 - @0xproject/web3-wrapper@1.1.0 - @0xproject/website@0.0.41 | ||||
| * | Fix linter | Fabio Berger | 2018-07-26 | 2 | -3/+0 |
| | | |||||
| * | Remove careers page feature flag | Brandon Millman | 2018-07-26 | 2 | -14/+2 |
| | | |||||
| * | Merge pull request #893 from 0xProject/feature/website/jobs-page-part2 | Brandon Millman | 2018-07-26 | 30 | -438/+420 |
| |\ | | | | | | | Jobs page | ||||
| | * | Header copy change | Brandon Millman | 2018-07-26 | 1 | -8/+7 |
| | | | |||||
| | * | Margin polish | Brandon Millman | 2018-07-26 | 2 | -4/+4 |
| | | | |||||
| | * | Update open positions section | Brandon Millman | 2018-07-25 | 3 | -10/+29 |
| | | | |||||
| | * | Update benefits section | Brandon Millman | 2018-07-25 | 3 | -23/+48 |
| | | | |||||
| | * | Update mission section | Brandon Millman | 2018-07-25 | 2 | -18/+47 |
| | | | |||||
| | * | Header copy updates | Brandon Millman | 2018-07-25 | 1 | -6/+16 |
| | | | |||||
| | * | Use isMobileWidth util | Brandon Millman | 2018-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | Use our image component in mission | Brandon Millman | 2018-07-25 | 2 | -2/+7 |
| | | | |||||
| | * | Always go to open positions when clicking CTA | Brandon Millman | 2018-07-24 | 1 | -0/+1 |
| | | | |||||
| | * | Fix hiding of dots on small screens | Brandon Millman | 2018-07-24 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'v2-prototype' into feature/website/jobs-page-part2 | Brandon Millman | 2018-07-24 | 9 | -48/+129 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (38 commits) Revert "Publish" Publish Remove ERC721 callback functions Use != instead of > in loops, add sanity checks to market fill functions Add more tests and fixes Remove MConstants and MixinConstants for LibConstants Remove redundant external call by reimplementing fillOrderNoThrow Remove orders length check Add assertValidFillResults Update web3Wrapper CHANGELOG Get actual gasPrice from transaction instead of setting default Store orders length in varible before looping over orders Use transferFrom instead of safeTransferFrom Fix minimal tests Fix rounding error issues, use different logic when makerAsset is ZRX Rename marketSellEth => marketSellWeth Update percentage constants Update transferEthFeeAndRefund, add check to ERC721 transfer Refactor forwarding contract architecture, remove batch functions Updated CHANGELOGS ... | ||||
| | * \ | Merge branch 'v2-prototype' into feature/website/jobs-page-part2 | Brandon Millman | 2018-07-21 | 29 | -68/+104 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (103 commits) Add changelog entry for @0xproject/utils Add AbortController polyfill to fetchAsync in utils Increase node heap size for webpack command Add missing timestamp to CHANGELOG entries Upgrade some @0xproject packages to 1.0.0 in website Hard code fillOrder selector into abiEncodeFillOrder Returns byte array instead of memory range for encoding fillOrder calldata Created LibAbiEncoder with `fillOrderNoThrow` Add missing dep in migrations Fix the abi-gen entry point Fix linter error Remove the postinstall hook Update website package.json with original imports @0xproject/sra-report@1.0.0 Change all package to depend on the new @0xproject/connect@1.0.0 @0xproject/connect@1.0.0 Use old assert version in @0xproject/connect FIx a typo Remove rc versions from unmigrated packages 0x.js@1.0.0-rc.2 ... | ||||
| | * | | | Update hr color | Brandon Millman | 2018-07-19 | 2 | -4/+1 |
| | | | | | |||||
| | * | | | Fix lint errors | Brandon Millman | 2018-07-19 | 3 | -26/+0 |
| | | | | | |||||
| | * | | | Add /careers route and fix hr styling | Brandon Millman | 2018-07-19 | 7 | -9/+19 |
| | | | | | |||||
| | * | | | Fix typos | Brandon Millman | 2018-07-19 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | Fix key errors and typo | Brandon Millman | 2018-07-19 | 2 | -5/+4 |
| | | | | | |||||
| | * | | | Fix padding on open positions section | Brandon Millman | 2018-07-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add dots on hero | Brandon Millman | 2018-07-19 | 1 | -1/+11 |
| | | | | | |||||
| | * | | | Padding fixes | Brandon Millman | 2018-07-19 | 2 | -7/+4 |
| | | | | | |||||
| | * | | | Update open positions section | Brandon Millman | 2018-07-19 | 3 | -85/+78 |
| | | | | | |||||
| | * | | | Benefits and values sections | Brandon Millman | 2018-07-19 | 22 | -284/+209 |
| | | | | | |||||
| | * | | | Remove sections | Brandon Millman | 2018-07-19 | 1 | -7/+0 |
| | | | | | |||||
| | * | | | Update mission section | Brandon Millman | 2018-07-19 | 1 | -37/+29 |
| | | | | | |||||
| | * | | | Updates to the Join 0x section | Brandon Millman | 2018-07-19 | 1 | -8/+12 |
| | | | | | |||||
| | * | | | Fix development environment check | Brandon Millman | 2018-07-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge v2-prototype | Fabio Berger | 2018-07-25 | 1 | -1/+6 |
| |\ \ \ \ | |||||
| * | | | | | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -11/+8 |
| | |_|_|/ | |/| | | | | | | | | | | | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f. | ||||
* | | | | | Remove unused variable | fragosti | 2018-07-28 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Add loading state for initial load and other PR feedback | fragosti | 2018-07-28 | 2 | -10/+14 |
| | | | | | |||||
* | | | | | Make a non-jank Spinner component and use it | fragosti | 2018-07-25 | 3 | -2/+83 |
| | | | | | |||||
* | | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-25 | 11 | -54/+140 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks | ||||
| * | | | | Merge pull request #891 from 0xProject/bug/website/wiki-page-topbar | Francesco Agosti | 2018-07-25 | 1 | -1/+6 |
| |\ \ \ \ | | |/ / / | |/| | | | Make topbar zIndex 1 | ||||
| | * | | | Add zIndex 1 to topbar and fix issue where no box-shadow present on /docs | fragosti | 2018-07-19 | 2 | -2/+6 |
| | | | | | |||||
| | * | | | Make topbar zIndex 1 | fragosti | 2018-07-18 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. | ||||
| * | | | | Publish | Leonid Logvinov | 2018-07-23 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40 | ||||
| * | | | | Merge pull request #895 from 0xProject/feature/website/send-eth-from-portal | Francesco Agosti | 2018-07-22 | 9 | -48/+129 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Send Ether from Portal | ||||
| | * | | | Remove TODO | fragosti | 2018-07-19 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Remove unused Token import | fragosti | 2018-07-19 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Add lifecycle messages | fragosti | 2018-07-19 | 3 | -17/+56 |
| | | | | | |||||
| | * | | | WIP for sending ether from portal (works) | fragosti | 2018-07-19 | 7 | -38/+82 |
| | | |/ | | |/| | |||||
| * | | | Increase node heap size for webpack command | Brandon Millman | 2018-07-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Upgrade some @0xproject packages to 1.0.0 in website | Brandon Millman | 2018-07-21 | 1 | -4/+4 |
| | | | | |||||
* | | | | Center allowance toggles in account page | fragosti | 2018-07-25 | 1 | -7/+9 |
| | | | | |||||
* | | | | Increase allowance toggle loading spinner size by 1 | fragosti | 2018-07-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add unlocking and locking token copy | fragosti | 2018-07-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | Hide tooltip after allowance toggle click | fragosti | 2018-07-25 | 1 | -1/+3 |
| | | | | |||||
* | | | | Make tooltip appear to the left of the toggle when onboarding in progress | fragosti | 2018-07-25 | 6 | -3/+20 |
| | | | | |||||
* | | | | Fix tooltip wrapping issue in onboardin | fragosti | 2018-07-25 | 2 | -8/+16 |
| | | | | |||||
* | | | | Fix wrap button alignment issue | fragosti | 2018-07-25 | 7 | -224/+40 |
| | | | | |||||
* | | | | WIP for allowance toggle redesign working | fragosti | 2018-07-21 | 4 | -16/+118 |
| | | | | |||||
* | | | | Show token name dynamically in tooltip | fragosti | 2018-07-21 | 4 | -13/+19 |
| | | | | |||||
* | | | | Implement tooltips | fragosti | 2018-07-21 | 2 | -8/+56 |
| | | | | |||||
* | | | | Add loading state | fragosti | 2018-07-21 | 3 | -3/+4 |
| | | | | |||||
* | | | | Have basic lock and check working in walelt | fragosti | 2018-07-20 | 4 | -13/+93 |
|/ / / | |||||
* | | | Update website package.json with original imports | Fabio Berger | 2018-07-20 | 1 | -9/+9 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/react-docs@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/react-shared@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/order-utils@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/subproviders@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/web3-wrapper@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Change all package to depend on the new @0xproject/utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | 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/typescript-typings@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |