Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: update yarn.lock | Fabio Berger | 2018-10-11 | 1 | -7/+0 |
| | |||||
* | merge dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -877/+197 |
|\ | |||||
| * | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-11 | 1 | -884/+197 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #1125 from 0xProject/feature/starter-dev-tools-pages | Leonid Logvinov | 2018-10-11 | 1 | -39/+9 |
| | |\ | | | | | | | | | Initial project scaffolding for dev tools pages | ||||
| | | * | Add stuff | Fabio Berger | 2018-10-10 | 1 | -39/+9 |
| | | | | |||||
| | | * | Initial project scaffolding | Leonid Logvinov | 2018-10-10 | 1 | -91/+3 |
| | | | | |||||
| | * | | Upgrade to more recent types, fix yarn.lock | fragosti | 2018-10-11 | 1 | -9/+4 |
| | | | | |||||
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-10 | 1 | -868/+201 |
| | |\| | | | | | | | | | | | | | feature/instant/redux-styles-container | ||||
| | | * | Fix merge conflicts | Leonid Logvinov | 2018-10-09 | 1 | -0/+39 |
| | | | | |||||
| | | * | Fix ethers build issue | Leonid Logvinov | 2018-10-09 | 1 | -43/+8 |
| | | | | |||||
| | | * | Use bundlewatch instead of bundlesize | Leonid Logvinov | 2018-10-09 | 1 | -4/+70 |
| | | | | |||||
| | | * | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -61/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -225/+52 |
| | | | | | | | | | | | | | | | | 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 | ||||
| | | * | Expose eth_signTypedData functionality for order signing | Jacob Evans | 2018-10-05 | 1 | -514/+100 |
| | | | | |||||
| | * | | Fix currupted yarn lock file | fragosti | 2018-10-05 | 1 | -6/+6 |
| | | | | |||||
| | * | | Remove deps we probably dont need | fragosti | 2018-10-05 | 1 | -47/+35 |
| | | | | |||||
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-05 | 1 | -380/+195 |
| | |\| | | | | | | | | | | | | | feature/instant/redux-styles-container | ||||
| | * | | Add some ui components | fragosti | 2018-10-04 | 1 | -0/+6 |
| | | | | |||||
| | * | | Add redux to 0x instant | fragosti | 2018-10-04 | 1 | -22/+11 |
| | | | | |||||
| | * | | Add styled-components with theme | fragosti | 2018-10-04 | 1 | -0/+32 |
| | | | | |||||
* | | | | Replace Rollbar UMD with regular import | Fabio Berger | 2018-10-10 | 1 | -1/+40 |
|/ / / | |||||
* | | | merge base branch | Fabio Berger | 2018-10-05 | 1 | -321/+1823 |
|\ \ \ | | |/ | |/| | |||||
| * | | Upgrade webpack | Fabio Berger | 2018-10-04 | 1 | -380/+195 |
| |/ | |||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-03 | 1 | -18/+162 |
| |\ | | | | | | | | | | feature/instant/init | ||||
| | * | Add a command to run bundle size reporter | Leonid Logvinov | 2018-10-02 | 1 | -35/+134 |
| | | | |||||
| | * | Add missing yarn.lock changes | Fabio Berger | 2018-10-02 | 1 | -0/+27 |
| | | | |||||
| * | | Add dev environment | fragosti | 2018-10-03 | 1 | -18/+125 |
| | | | |||||
| * | | Clean up package json | fragosti | 2018-10-03 | 1 | -42/+1174 |
| | | | |||||
| * | | Have React setup with basic build working | fragosti | 2018-09-28 | 1 | -40/+371 |
| |/ | |||||
* | | Use same Link UI component for react-scroll links | Fabio Berger | 2018-10-03 | 1 | -0/+27 |
| | | |||||
* | | Update react-scroll to include fix of using `history.replaceState` instead ↵ | Fabio Berger | 2018-10-01 | 1 | -1/+1 |
|/ | | | | of `history.pushState` | ||||
* | Remove yarn postinstall hack (#1098) | Alex Browne | 2018-09-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1069 from 0xProject/feature/ts-ethers | Leonid Logvinov | 2018-09-27 | 1 | -4/+23 |
|\ | | | | | Upgrade to TS version of ethers | ||||
| * | Merge branch 'development' into feature/ts-ethers | Leonid Logvinov | 2018-09-26 | 1 | -34/+38 |
| |\ | |||||
| * | | Upgrade to TS version of ethers | Leonid Logvinov | 2018-09-19 | 1 | -4/+23 |
| | | | |||||
* | | | Update everything to Coinbase Wallet instead of Toshi | fragosti | 2018-09-26 | 1 | -1/+54 |
| |/ |/| | |||||
* | | Update yarn.lock | Fabio Berger | 2018-09-26 | 1 | -33/+29 |
| | | |||||
* | | Upgrade blockstream to version that supports fetching logs by blockHash, ↵ | Fabio Berger | 2018-09-21 | 1 | -1/+9 |
|/ | | | | fixing reliability issues | ||||
* | [testnet-faucets] update to v2 | Jacob Evans | 2018-09-05 | 1 | -91/+16 |
| | |||||
* | Run linter | fragosti | 2018-09-05 | 1 | -3/+3 |
| | |||||
* | Use order parser utils from order utils | fragosti | 2018-09-05 | 1 | -35/+75 |
| | |||||
* | Merge https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-05 | 1 | -34/+36 |
|\ | | | | | | | feature/website/update-portal-v2 | ||||
| * | Update yarn.lock | Fabio Berger | 2018-09-04 | 1 | -33/+29 |
| | | |||||
| * | Update yarn lock | Brandon Millman | 2018-08-31 | 1 | -30/+34 |
| | | |||||
| * | Final tweaks for landing page | fragosti | 2018-08-31 | 1 | -34/+30 |
| | | |||||
| * | Update yarn lock | Brandon Millman | 2018-08-31 | 1 | -4/+4 |
| | | |||||
| * | Add TypedText component and use it on landing page | fragosti | 2018-08-31 | 1 | -1/+7 |
| | | |||||
* | | Update yarn lock | Brandon Millman | 2018-08-31 | 1 | -25/+4 |
| | | |||||
* | | Token registry from old 0x version | Brandon Millman | 2018-08-31 | 1 | -2/+60 |
| | | |||||
* | | Initial changes for v2 portal | Brandon Millman | 2018-08-31 | 1 | -89/+22 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-30 | 1 | -60/+1 |
|\ | | | | | | | website/feature/react-16 | ||||
| * | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 1 | -60/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Change VersionDropDown to use material-ui 3 | fragosti | 2018-08-29 | 1 | -3/+208 |
| | | |||||
* | | Upgrade version of react-shared in website | fragosti | 2018-08-29 | 1 | -37/+1 |
| | | |||||
* | | Upgrade react-copy-to-clipboard | fragosti | 2018-08-29 | 1 | -16/+7 |
| | | |||||
* | | Remove react-tap-event-plugin from react-shared | fragosti | 2018-08-29 | 1 | -10/+4 |
| | | |||||
* | | Upgrade material ui in react-docs | fragosti | 2018-08-29 | 1 | -60/+7 |
| | | |||||
* | | Update lockfile | fragosti | 2018-08-29 | 1 | -3/+3 |
| | | |||||
* | | Update material-ui in react-shared | fragosti | 2018-08-29 | 1 | -1/+37 |
| | | |||||
* | | Upgrade material ui to 0.20.0 | fragosti | 2018-08-29 | 1 | -2/+62 |
| | | |||||
* | | Bump react-highlight in react-shared once more | fragosti | 2018-08-25 | 1 | -5/+5 |
| | | |||||
* | | Upgrade react-shared used by website to one that depends on react 16 | fragosti | 2018-08-25 | 1 | -154/+9 |
| | | |||||
* | | Upgrade react-highlight to version that depends on React 16 | fragosti | 2018-08-25 | 1 | -0/+9 |
| | | |||||
* | | Update react and remove tap event plugin [deprecated] | fragosti | 2018-08-25 | 1 | -32/+36 |
| | | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-25 | 1 | -3195/+3458 |
|\| | | | | | | | website/feature/react-16 | ||||
| * | Merge pull request #997 from 0xProject/feature/forwarder-helper/init | Brandon Millman | 2018-08-24 | 1 | -2/+72 |
| |\ | | | | | | | [forwarder-helper] Initial scaffolding for the forwarder-helper package | ||||
| | * | Remove legacy docs stuff | Brandon Millman | 2018-08-24 | 1 | -5/+56 |
| | | | |||||
| | * | Merge branch 'development' into feature/forwarder-helper/init | Brandon Millman | 2018-08-24 | 1 | -191/+226 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (187 commits) Remove trailing slash Fix linter Stop nesting interfaces and add necessary type exports Remove duplicate type and remove nested interface Add support for rending the Tuple type Add missing keyu Remove excessive timestamp Improve doc commebnt Remove docs catch-all endpoint Fix comments Look for all TS mapped types Add catch and exit with non-zero Remove superfluous dep Fix CHANGELOG entry Fix double assignment Upgrade Typedoc to 0.12.0, which works with TS 3.x Fix prettier issues Enable dry run of release publishing and handle git tags existing update yarn.lock Missing/superfluous type exports from connect ... | ||||
| | * | | Update yarn lock | Brandon Millman | 2018-08-24 | 1 | -0/+4 |
| | | | | |||||
| | * | | Merge branch 'development' into feature/forwarder-helper/init | Brandon Millman | 2018-08-24 | 1 | -13/+170 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CI config to check development instead of v2-prototype branch fix: Make non-interactive npm login for publish tests more robust Run prettier Remove comment in updates json-schemas doc Add documentation for json-schemas Fix typo Remove artifacts Update variable names, make release candidate Update more names in docs Improve documentation Pin sra-report to 0xproject/connect v1.0.4 Run prettier lint everything Update websocket for SRA v2 Remove default query parameters Add networkId request param option Rename websocket files and types Use uuid as string for requestId Update changelogs Add fee recipients test ... | ||||
| | * | | | Add assertions to factory | Brandon Millman | 2018-08-23 | 1 | -37/+29 |
| | | | | | |||||
| | * | | | Update yarn lock | Brandon Millman | 2018-08-23 | 1 | -1/+16 |
| | | | | | |||||
| | * | | | Add ForwarderHelperImplConfig | Brandon Millman | 2018-08-23 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Remove marketSell and add to marketBuy implementation | Brandon Millman | 2018-08-23 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Flesh out types | Brandon Millman | 2018-08-23 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Add new react and types | fragosti | 2018-08-25 | 1 | -3382/+3202 |
|/ / / / | |||||
* | | / | Update uglify plugin to support es6 | Brandon Millman | 2018-08-24 | 1 | -0/+13 |
| |_|/ |/| | | |||||
* | | | Merge pull request #924 from 0xProject/wrap-typedoc | Fabio Berger | 2018-08-24 | 1 | -225/+256 |
|\ \ \ | |_|/ |/| | | Improved Docs & Removed monorepo-scripts from packages | ||||
| * | | Upgrade Typedoc to 0.12.0, which works with TS 3.x | Fabio Berger | 2018-08-23 | 1 | -46/+46 |
| | | | |||||
| * | | update yarn.lock | Fabio Berger | 2018-08-23 | 1 | -3/+7 |
| | | | |||||
| * | | merge development | Fabio Berger | 2018-08-23 | 1 | -1/+15 |
| |\ \ | |||||
| * | | | Replace complicated camelCase to spaces logic with change-case package | Fabio Berger | 2018-08-23 | 1 | -3/+137 |
| | | | | |||||
| * | | | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 1 | -24/+14 |
| | | | | |||||
| * | | | Fix remaining merge issues | Fabio Berger | 2018-08-22 | 1 | -37/+29 |
| | | | | |||||
| * | | | Merge development branch | Fabio Berger | 2018-08-22 | 1 | -23/+23 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Update yarn.lock | Fabio Berger | 2018-08-17 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge development | Fabio Berger | 2018-08-17 | 1 | -28/+14 |
| |\ \ \ | |||||
| * | | | | Export Web3ProviderEngine directly instead of indirectly via subproviders | Fabio Berger | 2018-08-16 | 1 | -30/+38 |
| | | | | | |||||
| * | | | | Merge in new 0x.js interface | Fabio Berger | 2018-08-15 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵ | Fabio Berger | 2018-08-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | wrapping them in a ZeroEx object | ||||
| * | | | | | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 1 | -11/+93 |
| | | | | | | |||||
| * | | | | | Merge development | Fabio Berger | 2018-08-15 | 1 | -38/+782 |
| |\| | | | | |||||
| * | | | | | Update yarn.lock | Fabio Berger | 2018-08-14 | 1 | -7/+0 |
| | | | | | | |||||
| * | | | | | Update yarn.lock | Fabio Berger | 2018-08-06 | 1 | -144/+13 |
| | | | | | | |||||
| * | | | | | Use our fork of react-scroll that fixes scrolling within an absolutely ↵ | Fabio Berger | 2018-08-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | TypeDoc JSON | ||||
| * | | | | | Update yarn.lock | Fabio Berger | 2018-07-30 | 1 | -127/+5 |
| | | | | | | |||||
* | | | | | | fix: Make non-interactive npm login for publish tests more robust | Alex Browne | 2018-08-23 | 1 | -12/+155 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Pin sra-report to 0xproject/connect v1.0.4 | fragosti | 2018-08-21 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-21 | 1 | -33/+27 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | feature/connect/sra-api-v2 | ||||
| * | | | | Update yarn lock | Brandon Millman | 2018-08-21 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #978 from 0xProject/feature/lenra-3.0.0-beta.25 | Alex Browne | 2018-08-17 | 1 | -21/+20 |
| |\ \ \ \ | | | | | | | | | | | | | feat: Update lerna to version 3.0.0-beta.25 of our fork | ||||
| | * | | | | feat: Update lerna to version 3.0.0-beta.25 of our fork | Alex Browne | 2018-08-17 | 1 | -22/+21 |
| | | | | | | |||||
* | | | | | | Use uuid as string for requestId | fragosti | 2018-08-17 | 1 | -4/+10 |
| | | | | | | |||||
* | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-17 | 1 | -30/+15 |
|\| | | | | | | | | | | | | | | | | | | | | | | | feature/connect/sra-api-v2 | ||||
| * | | | | | Bump copy-webpack-plugin from 4.5.1 to 4.5.2 | dependabot[bot] | 2018-08-17 | 1 | -4/+4 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v4.5.2) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | | | Bump copyfiles from 1.2.0 to 2.0.0 | dependabot[bot] | 2018-08-15 | 1 | -17/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | | | Merge pull request #920 from ↵ | Fabio Berger | 2018-08-15 | 1 | -35/+44 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 0xProject/dependabot/npm_and_yarn/@types/fetch-mock-6.0.3 Bump @types/fetch-mock from 5.12.2 to 6.0.3 | ||||
| | * | | | Bump @types/fetch-mock from 5.12.2 to 6.0.3 | dependabot[bot] | 2018-08-14 | 1 | -35/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/fetch-mock](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.12.2 to 6.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | | | | | Update json-schemas, update HTTPClient types | fragosti | 2018-08-15 | 1 | -29/+37 |
|/ / / / | |||||
* | | | | Merge pull request #966 from 0xProject/feature/typescript-3.0.1 | Alex Browne | 2018-08-15 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | feat: Upgrade TypeScript to 3.0.1 | ||||
| * | | | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -3/+3 |
| | |/ | |/| | |||||
* / | | Add defaults for networkId and pagination | fragosti | 2018-08-14 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #932 from 0xProject/fix-ganache-fork | Fabio Berger | 2018-08-14 | 1 | -4/+4 |
|\ \ | | | | | | | Fix ganache fork | ||||
| * | | Fix github dep to point to branch | Fabio Berger | 2018-07-31 | 1 | -4/+4 |
| | | | |||||
* | | | Enforce camelCase for all parameters and change the way the site is deployed ↵ | fragosti | 2018-08-11 | 1 | -2/+2 |
| | | | | | | | | | | | | and hosted | ||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-10 | 1 | -43/+33 |
|\ \ \ | | | | | | | | | | | | | feature/sra/add-sra-package | ||||
| * | | | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-09 | 1 | -0/+4 |
|\| | | | | | | | | | | | | | | | feature/sra/add-sra-package | ||||
| * | | | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -67/+4 |
| | | | | |||||
* | | | | Remove tests directory, use swagger api, make json api compliant | fragosti | 2018-08-09 | 1 | -5/+133 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-08-08 | 1 | -1/+24 |
|\| | | | | | | | | | | | | | | | feature/sra/add-sra-package | ||||
| * | | | Create MetaTags component | Brandon Millman | 2018-07-30 | 1 | -1/+16 |
| | |/ | |/| | |||||
| * | | Add combinatorial tests for internal Exchange functions (#807) | Alex Browne | 2018-07-27 | 1 | -0/+8 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP add combinatorial tests for internal Exchange functions * Change combinitorial testing strategy based on feedback * Check value of filled[orderHash] in updateFilledState tests * Add combinatorial tests for addFillResults * Add combinatorial tests for getPartialAmount * Implement generic `testWithReferenceFuncAsync` * Implement generic `testCombinatoriallyWithReferenceFuncAsync` * Add combinatorial tests for isRoundingError * Add combinatorial tests for calculateFillResults * Add support for Geth in internal contract tests * Fix contract artifacts * Change DECIMAL_PLACES to 78 and add a note. * Document new functions in utils * Optimize tests by only reseting state when needed * Rename/move some files * Print parameter names on failure in testWithReferenceFuncAsync * Add to changelog for utils package * Appease various linters * Rename some more things related to FillOrderCombinatorialUtils * Remove .only from test/exchange/internal.ts * Remove old test for isRoundingError and getPartialAmount * Appease linters again * Remove old todos * Fix typos, add comments, rename some things * Re-add some LibMath tests * Update contract internal tests to use new SafeMath revert reasons * Apply PR feedback from Amir * Apply PR feedback from Remco * Re-add networks to ZRXToken artifact * Remove duplicate Whitelist in compiler.json | ||||
* | | Add discharge config and deploy | fragosti | 2018-08-08 | 1 | -11/+144 |
| | | |||||
* | | Get schema tests running (not crashiing) | fragosti | 2018-08-01 | 1 | -4/+4 |
| | | |||||
* | | Update json-schemas for SRA v1 | fragosti | 2018-07-31 | 1 | -3/+3 |
| | | |||||
* | | Create API development environment and json distribution | fragosti | 2018-07-27 | 1 | -18/+445 |
| | | |||||
* | | Add typescript typings for Open API spec | fragosti | 2018-07-27 | 1 | -0/+15 |
| | | |||||
* | | Add basic smoke test | fragosti | 2018-07-27 | 1 | -71/+20 |
|/ | |||||
* | Update yarn.lock | Fabio Berger | 2018-07-26 | 1 | -0/+67 |
| | |||||
* | update yarn.lock | Fabio Berger | 2018-07-26 | 1 | -7/+0 |
| | |||||
* | Update yarn.lock | Fabio Berger | 2018-07-26 | 1 | -0/+7 |
| | |||||
* | Update yarn.lock to not use local npm registry | Fabio Berger | 2018-07-25 | 1 | -76/+76 |
| | |||||
* | update yarn.lock | Fabio Berger | 2018-07-25 | 1 | -0/+7 |
| | |||||
* | Install our fork of lerna and use it | Fabio Berger | 2018-07-25 | 1 | -449/+470 |
| | |||||
* | Fix lerna verson | Fabio Berger | 2018-07-24 | 1 | -17/+17 |
| | |||||
* | Fix(lerna): Change lerna version | Leonid Logvinov | 2018-07-24 | 1 | -16/+16 |
| | |||||
* | Upgrade to new lerna | Fabio Berger | 2018-07-24 | 1 | -61/+61 |
| | |||||
* | Temporarily use local lerna | Fabio Berger | 2018-07-24 | 1 | -92/+92 |
| | |||||
* | Fix version of ethereumjs-abi to 0.6.5 to fix decoding bug | Fabio Berger | 2018-07-22 | 1 | -3/+10 |
| | |||||
* | Merge pull request #904 from lukeautry/luke/leading_zero_encode | Fabio Berger | 2018-07-22 | 1 | -1/+1 |
|\ | | | | | 0x.js v2: fix decodeAssetData for addresses starting in 0 | ||||
| * | fix decodeAssetData for addresses starting in 0 | Luke Autry | 2018-07-22 | 1 | -1/+1 |
| | | |||||
* | | Add AbortController polyfill to fetchAsync in utils | Brandon Millman | 2018-07-21 | 1 | -0/+4 |
| | | |||||
* | | Upgrade some @0xproject packages to 1.0.0 in website | Brandon Millman | 2018-07-21 | 1 | -66/+7 |
|/ | |||||
* | Remove the postinstall hook | Leonid Logvinov | 2018-07-20 | 1 | -33/+241 |
| | |||||
* | Use old assert version in @0xproject/connect | Leonid Logvinov | 2018-07-20 | 1 | -102/+183 |
| | |||||
* | Merge branch 'v2-prototype' into update-lerna | Fabio Berger | 2018-07-19 | 1 | -35/+72 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (48 commits) Update CHANGELOG Rename call data schema id to CallData. Check for TypedArray when hashing data in order-utils crypto Fix broken links in sol-cov documentation Fix 0x.js ts warnings Update yarn.lock Fix 0x.js ts warnings Fix 0x.js tests on CI Fix a bad merge Update package versions Merge Update changelogs Add a test for ERC721 Allowance Use allowance instead of approval for all in fill-scenarios Upgrade sha3 to 1.2.2 to work with node v10 Check if the token doesn't exist before minting in fill scenarios Make downlevelIteration a global config Fix tests descriptions DRY up the code in order-watcher collision-resistant abi decoder Await transactions in fillScenarios Rename decodeAssetData to decodeAssetDataOrThrow ... | ||||
| * | Update yarn.lock | Fabio Berger | 2018-07-18 | 1 | -29/+79 |
| | | |||||
| * | Merge | Leonid Logvinov | 2018-07-18 | 1 | -17/+4 |
| | | |||||
| * | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 1 | -9/+15 |
| |\ | |||||
| * \ | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-16 | 1 | -23/+42 |
| |\ \ | |||||
| * | | | Upgrade tslint to use prefer-readonly | Leonid Logvinov | 2018-07-13 | 1 | -8/+9 |
| | | | | |||||
* | | | | Update yarn.lock | Fabio Berger | 2018-07-19 | 1 | -27/+4 |
| | | | | |||||
* | | | | Replace lerna-get-packages with our own implementation | Fabio Berger | 2018-07-19 | 1 | -8/+27 |
| | | | | |||||
* | | | | Update to Lerna v3.0-beta | Fabio Berger | 2018-07-18 | 1 | -178/+677 |
| |_|/ |/| | | |||||
* | | | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -11/+17 |
| | | | |||||
* | | | Bump npm-run-all from 4.1.2 to 4.1.3 | dependabot[bot] | 2018-07-14 | 1 | -5/+6 |
| |/ |/| | | | | | | | | | | | Bumps [npm-run-all](https://github.com/mysticatea/npm-run-all) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/mysticatea/npm-run-all/releases) - [Commits](https://github.com/mysticatea/npm-run-all/compare/v4.1.2...v4.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | | Merge pull request #866 from 0xProject/feature/website/integrate-heap | Francesco Agosti | 2018-07-14 | 1 | -16/+0 |
|\ \ | | | | | | | Integrate Heap analytics into the website | ||||
| * | | Replace calls to google analytics with calls to heap | fragosti | 2018-07-12 | 1 | -16/+0 |
| | | | |||||
* | | | Update yarn.lock and artifact | Fabio Berger | 2018-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | Update deps | Fabio Berger | 2018-07-13 | 1 | -1/+36 |
| | | | |||||
* | | | -fetch'; | Fabio Berger | 2018-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | Add fetchAsync util and RPCSubprovider | Fabio Berger | 2018-07-13 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Merge pull request #788 from feuGeneA/abi-gen-ignore-unchanged | Leonid Logvinov | 2018-07-12 | 1 | -13/+51 |
|\ \ | | | | | | | Using timestamps, skip generation of already-up-to-date contract wrappers | ||||
| * \ | Merge branch 'v2-prototype' into abi-gen-ignore-unchanged | Leonid Logvinov | 2018-07-10 | 1 | -21/+58 |
| |\ \ | |||||
| * | | | add tests of abi-gen | F. Eugene Aumson | 2018-07-09 | 1 | -13/+51 |
| | | | | |||||
* | | | | Implement web browser socket | Brandon Millman | 2018-07-12 | 1 | -3/+4 |
| |_|/ |/| | | |||||
* | | | Add sourcemaps for rollbar | fragosti | 2018-07-10 | 1 | -2/+47 |
| |/ |/| | |||||
* | | Remaining version fixes | Fabio Berger | 2018-07-10 | 1 | -21/+58 |
|/ | |||||
* | Merge pull request #822 from 0xProject/v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-06 | 1 | -6/+54 |
|\ | | | | | V2 contract wrappers | ||||
| * | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 1 | -10/+0 |
| |\ | |||||
| * | | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -0/+18 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 1 | -72/+122 |
| |\ \ | |||||
| * | | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 1 | -2/+12 |
| | | | | |||||
| * | | | Regenerate yarn.lock | Leonid Logvinov | 2018-06-29 | 1 | -9/+29 |
| | | | | |||||
* | | | | Added Solhint package and 'lint-contracts' npm script | Alex Shafranovich | 2018-07-06 | 1 | -8/+236 |
| |_|/ |/| | | |||||
* | | | Update json-schema version used by web3-wrapper | Fabio Berger | 2018-07-05 | 1 | -11/+1 |
| | | | |||||
* | | | merge v2-prototype | Fabio Berger | 2018-07-05 | 1 | -80/+130 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 1 | -63/+31 |
| |\ \ | |||||
| | * | | Update blockstream to latest version, propogate errors to top-level callers | Fabio Berger | 2018-07-04 | 1 | -63/+31 |
| | | | | |||||
| * | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-03 | 1 | -7/+8 |
| |\| | | |||||
| | * | | Add better balance formatting rules for balances and usd values | Brandon Millman | 2018-07-03 | 1 | -0/+8 |
| | | | | |||||
| | * | | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 1 | -7/+0 |
| | | | | |||||
| * | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-02 | 1 | -7/+32 |
| |\| | | |||||
| * | | | Update yarn.lock | Fabio Berger | 2018-06-26 | 1 | -11/+43 |
| | | | | |||||
| * | | | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 1 | -6/+98 |
| | | | | |||||
* | | | | Refactor Web3Wrapper to no longer use Web3.js & add more test coverage | Fabio Berger | 2018-07-05 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Use ledger subprovider | Amir Bandeali | 2018-06-30 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Fix merge | Fabio Berger | 2018-06-29 | 1 | -4/+0 |
| | | |||||
* | | Merge v2-prototype | Fabio Berger | 2018-06-29 | 1 | -0/+4 |
|\ \ | |||||
| * \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-29 | 1 | -4/+72 |
| |\ \ | | |/ | |/| | | | | feature/website/support-new-metamask | ||||
* | | | Update ganache-cli to latest | Fabio Berger | 2018-06-28 | 1 | -4/+22 |
| |/ |/| | |||||
* | | Fix build | Amir Bandeali | 2018-06-27 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #777 from 0xProject/feature/website/browser-detection | Brandon Millman | 2018-06-27 | 1 | -4/+4 |
|\ \ | | | | | | | Change metamask install link based on browser | ||||
| * | | Change metamask install link based on browser | Brandon Millman | 2018-06-26 | 1 | -4/+47 |
| |/ | |||||
* / | Use ethereumjs-tx@1.3.5 instead of our fork | Alex Browne | 2018-06-26 | 1 | -2/+52 |
|/ | |||||
* | Update ganache-core in yarn.lock | Fabio Berger | 2018-06-22 | 1 | -105/+68 |
| | |||||
* | Update version for @types/solidity-parser-antlr | Alex Browne | 2018-06-21 | 1 | -3/+3 |
| | |||||
* | Fix additional versions and update yarn.lock | Fabio Berger | 2018-06-19 | 1 | -89/+67 |
| | |||||
* | Upgrade solidity-parser-entlr 0.2.11 => 0.2.12 | Leonid Logvinov | 2018-06-13 | 1 | -3/+3 |
| | |||||
* | Use source-map-support package to include correct line numbers in mocha | Alex Browne | 2018-06-07 | 1 | -0/+7 |
| | |||||
* | Update package.json and yarn.lock | Alex Browne | 2018-06-07 | 1 | -5/+76 |
| | |||||
* | Get LibBytes tests working on both Ganache and Geth | Alex Browne | 2018-06-07 | 1 | -109/+7 |
| | |||||
* | Fix ethers.js version override (the package is just called 'ethers') | Alex Browne | 2018-06-07 | 1 | -16/+1 |
| | |||||
* | Use our fork of ethers.js | Alex Browne | 2018-06-07 | 1 | -0/+15 |
| | |||||
* | Merge pull request #652 from ↵ | Francesco Agosti | 2018-06-06 | 1 | -2/+45 |
|\ | | | | | | | | | 0xProject/feature/website/landing-subscribe-button-2 Implement subscribe form on landing page | ||||
| * | Lint and cleanup | fragosti | 2018-06-02 | 1 | -1/+1 |
| | | |||||
| * | Add styled-components and polished | fragosti | 2018-06-02 | 1 | -3/+46 |
| | | |||||
* | | Update fill-scenarios to depend on v2 updated order-utils and types. Needed ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+14 |
| | | | | | | | | to re-employ the symlink hack. | ||||
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 1 | -90/+211 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (33 commits) Only show ProviderDisplay in portal Improve sol-cov docs Remove old parse code Refactor order parser and add shared order support to new portal Add generate and fill order routes Address feedback Override ethereumjs-tx version Fix missing key Update placeholder param ordering Change userEtherBalanceInWei to optional so we can know if its loading Add loading state to ProviderDisplay Tweaks Add Placeholder component Add StandardIconRow Split render into loading and loaaded Fix linter errors Fix linter errors Add ethereum-types to extraFileIncludes Introduce ethereum-types package Remove merge conflicts from yarn.lock ... # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/src/utils/match_order_tester.ts # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/core.ts # packages/contracts/test/exchange/match_orders.ts # packages/contracts/test/libraries/lib_bytes.ts # packages/sol-cov/package.json | ||||
| * | Override ethereumjs-tx version | Alex Browne | 2018-06-01 | 1 | -11/+3 |
| | | |||||
| * | Merge pull request #624 from 0xProject/feature/fast-ci2 | Leonid Logvinov | 2018-06-01 | 1 | -85/+162 |
| |\ | | | | | | | Rebalance CI tests to run faster | ||||
| | * | Remove merge conflicts from yarn.lock | Leonid Logvinov | 2018-06-01 | 1 | -13/+0 |
| | | | |||||
| | * | Use a newer version of node/yarn to speed-up deps instaation | Leonid Logvinov | 2018-06-01 | 1 | -75/+165 |
| | | | |||||
| * | | Remove some types | Leonid Logvinov | 2018-06-01 | 1 | -0/+52 |
| | | | |||||
| * | | Remove published types | Leonid Logvinov | 2018-06-01 | 1 | -3/+3 |
| |/ | |||||
* | | Update json-schemas version to 1.0.0 to avoid possible conflicts | Fabio Berger | 2018-06-02 | 1 | -0/+9 |
| | | |||||
* | | Bump types to a major version to avoid the caret | Fabio Berger | 2018-06-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-01 | 1 | -80/+29 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (45 commits) Check length before accessing indices, add awaitTransactionSuccess where needed, and rename function Add back before/after snapshots for each test Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT Make preSigned and allowedValidators mappings public Change names of signature types Fix formatting and tests Make AssetProxyId last byte of assetData Add signer to txHash, allow approveValidator to be used with executeTransaction Update Whitelist Fix Exchange interface Increase block gas limit Use last byte of signature as signature type Remove TxOrigin signature type, modify whitelist to use Validator signature type Update Whitelist contract with comments, also require maker to be whitelisted Fix build Add example whitelist contract and minimum tests Add sample whitelist contract Add TxOrigin signature type and rearrange order of types Add approveValidator function Add Validator signature type ... # Conflicts: # packages/contracts/src/contracts/current/protocol/Exchange/MixinSignatureValidator.sol # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/transactions.ts # packages/order-utils/src/asset_proxy_utils.ts | ||||
| * | Remove react-joyride from deps | fragosti | 2018-05-30 | 1 | -79/+2 |
| | | |||||
| * | Replace react-joyride with react-popper | fragosti | 2018-05-30 | 1 | -3/+29 |
| | | |||||
* | | Freeze order-utils at 0.0.5 for all packages except contracts | Fabio Berger | 2018-05-30 | 1 | -0/+16 |
|/ | |||||
* | Fix imports in order_utils | Leonid Logvinov | 2018-05-25 | 1 | -0/+21 |
| | |||||
* | Merge pull request #618 from 0xProject/feature/v2-migrations | Leonid Logvinov | 2018-05-25 | 1 | -0/+7 |
|\ | | | | | Migrate migrations, types to v2 | ||||
| * | Do a fake version bump on types so that yarn doesn't try to install updated ↵ | Leonid Logvinov | 2018-05-25 | 1 | -3/+3 |
| | | | | | | | | version for not yet migrated packages | ||||
| * | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -0/+7 |
| | | |||||
* | | Basic onboarding flow infrastructure set up | fragosti | 2018-05-25 | 1 | -1/+82 |
| | | |||||
* | | Merge pull request #612 from 0xProject/feature/website/add-redux-devtools | Francesco Agosti | 2018-05-25 | 1 | -0/+4 |
|\ \ | |/ |/| | Add redux-devtools-extension to project | ||||
| * | Add redux-devtools-extension to project | fragosti | 2018-05-23 | 1 | -0/+4 |
| | | |||||
* | | Revert to an earlier version that works | Fabio Berger | 2018-05-24 | 1 | -4/+4 |
| | | |||||
* | | Remove the caret so it actually installs this version | Fabio Berger | 2018-05-24 | 1 | -0/+9 |
| | | |||||
* | | Upgrade solidity parser | Leonid Logvinov | 2018-05-24 | 1 | -3/+3 |
| | | |||||
* | | Use loglevel instead of verbose flag | Leonid Logvinov | 2018-05-23 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #605 from 0xProject/fix/multiple/build-errors | Fabio Berger | 2018-05-23 | 1 | -3/+29 |
|\ \ | | | | | | | Fix build/lint errors and warnings | ||||
| * | | Update yarn.lock | Remco Bloemen | 2018-05-22 | 1 | -3/+29 |
| | | | |||||
* | | | Fix the tsutils version, fixing ts typings issue | Fabio Berger | 2018-05-23 | 1 | -0/+6 |
|/ / | |||||
* | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatching | Greg Hysen | 2018-05-22 | 1 | -6/+24 |
|\ \ | | | | | | | Atomic Order Matching | ||||
| * | | Upgraded to Solidity 0.4.24 | Greg Hysen | 2018-05-19 | 1 | -0/+14 |
| | | | |||||
| * | | Atomic Order Matching - Tests | Greg Hysen | 2018-05-19 | 1 | -10/+14 |
| |/ | |||||
* | | merge development | Fabio Berger | 2018-05-22 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+4 |
| | | |||||
* | | Update yarn.lock | Fabio Berger | 2018-05-17 | 1 | -15/+3 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Fabio Berger | 2018-05-16 | 1 | -63/+1002 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock | ||||
| * | Merge branch 'development' into improvement/use-wsrun | Fabio Berger | 2018-05-15 | 1 | -52/+984 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * development: Update ethereeumjs-testrpc to ganache-cli # Conflicts: # package.json | ||||
| | * | Update ethereeumjs-testrpc to ganache-cli | Leonid Logvinov | 2018-05-15 | 1 | -61/+984 |
| | | | |||||
| * | | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 1 | -10/+17 |
| |/ | | | | | | | accordingly | ||||
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -92/+157 |
|\| | |||||
| * | Update yarn.lock | Fabio Berger | 2018-05-11 | 1 | -22/+0 |
| | | |||||
| * | Update yarn.lock | Fabio Berger | 2018-05-11 | 1 | -0/+22 |
| | |