aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* remove unused dependeciesAugust Skare2018-11-121-8/+0
|
* new hero animation using bodymovin and lottieAugust Skare2018-11-071-0/+57
|
* Feature/build step (#2)August Skare2018-10-191-62/+470
| | | | | | | | | | | | | | | | | | | | * BundleAnalyzerPlugin * lazy load highlight.js * seperate bundles for each page * prerender apps to html on build * preload important font files * dont prerender code copy button * fix woff2 variant of font * added missing doctype * remove metatags component
* initial commitAugust Skare2018-10-181-11/+172
|
* update react and styled-componentsAugust Skare2018-10-151-2/+2508
|
* Update yarn.lockFabio Berger2018-10-111-7/+0
|
* fix(website): replace Rollbar UMD with regular npm packageFabio Berger2018-10-111-1/+47
|
* Merge pull request #1125 from 0xProject/feature/starter-dev-tools-pagesLeonid Logvinov2018-10-111-39/+9
|\ | | | | Initial project scaffolding for dev tools pages
| * Add stuffFabio Berger2018-10-101-39/+9
| |
| * Initial project scaffoldingLeonid Logvinov2018-10-101-91/+3
| |
* | Upgrade to more recent types, fix yarn.lockfragosti2018-10-111-9/+4
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-101-868/+201
|\| | | | | | | feature/instant/redux-styles-container
| * Fix merge conflictsLeonid Logvinov2018-10-091-0/+39
| |
| * Fix ethers build issueLeonid Logvinov2018-10-091-43/+8
| |
| * Use bundlewatch instead of bundlesizeLeonid Logvinov2018-10-091-4/+70
| |
| * Throw and handle errors from Providers.Jacob Evans2018-10-091-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 Evans2018-10-051-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 signingJacob Evans2018-10-051-514/+100
| |
* | Fix currupted yarn lock filefragosti2018-10-051-6/+6
| |
* | Remove deps we probably dont needfragosti2018-10-051-47/+35
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-051-380/+195
|\| | | | | | | feature/instant/redux-styles-container
| * Upgrade webpackFabio Berger2018-10-041-380/+195
| |
* | Add some ui componentsfragosti2018-10-041-0/+6
| |
* | Add redux to 0x instantfragosti2018-10-041-22/+11
| |
* | Add styled-components with themefragosti2018-10-041-0/+32
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-031-18/+162
|\ | | | | | | feature/instant/init
| * Add a command to run bundle size reporterLeonid Logvinov2018-10-021-35/+134
| |
| * Add missing yarn.lock changesFabio Berger2018-10-021-0/+27
| |
* | Add dev environmentfragosti2018-10-031-18/+125
| |
* | Clean up package jsonfragosti2018-10-031-42/+1174
| |
* | Have React setup with basic build workingfragosti2018-09-281-40/+371
|/
* Remove yarn postinstall hack (#1098)Alex Browne2018-09-281-2/+2
|
* Merge pull request #1069 from 0xProject/feature/ts-ethersLeonid Logvinov2018-09-271-4/+23
|\ | | | | Upgrade to TS version of ethers
| * Merge branch 'development' into feature/ts-ethersLeonid Logvinov2018-09-261-34/+38
| |\
| * | Upgrade to TS version of ethersLeonid Logvinov2018-09-191-4/+23
| | |
* | | Update everything to Coinbase Wallet instead of Toshifragosti2018-09-261-1/+54
| |/ |/|
* | Update yarn.lockFabio Berger2018-09-261-33/+29
| |
* | Upgrade blockstream to version that supports fetching logs by blockHash, ↵Fabio Berger2018-09-211-1/+9
|/ | | | fixing reliability issues
* [testnet-faucets] update to v2Jacob Evans2018-09-051-91/+16
|
* Run linterfragosti2018-09-051-3/+3
|
* Use order parser utils from order utilsfragosti2018-09-051-35/+75
|
* Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-051-34/+36
|\ | | | | | | feature/website/update-portal-v2
| * Update yarn.lockFabio Berger2018-09-041-33/+29
| |
| * Update yarn lockBrandon Millman2018-08-311-30/+34
| |
| * Final tweaks for landing pagefragosti2018-08-311-34/+30
| |
| * Update yarn lockBrandon Millman2018-08-311-4/+4
| |
| * Add TypedText component and use it on landing pagefragosti2018-08-311-1/+7
| |
* | Update yarn lockBrandon Millman2018-08-311-25/+4
| |
* | Token registry from old 0x versionBrandon Millman2018-08-311-2/+60
| |
* | Initial changes for v2 portalBrandon Millman2018-08-311-89/+22
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-301-60/+1
|\ | | | | | | website/feature/react-16
| * feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-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 3fragosti2018-08-291-3/+208
| |
* | Upgrade version of react-shared in websitefragosti2018-08-291-37/+1
| |
* | Upgrade react-copy-to-clipboardfragosti2018-08-291-16/+7
| |
* | Remove react-tap-event-plugin from react-sharedfragosti2018-08-291-10/+4
| |
* | Upgrade material ui in react-docsfragosti2018-08-291-60/+7
| |
* | Update lockfilefragosti2018-08-291-3/+3
| |
* | Update material-ui in react-sharedfragosti2018-08-291-1/+37
| |
* | Upgrade material ui to 0.20.0fragosti2018-08-291-2/+62
| |
* | Bump react-highlight in react-shared once morefragosti2018-08-251-5/+5
| |
* | Upgrade react-shared used by website to one that depends on react 16fragosti2018-08-251-154/+9
| |
* | Upgrade react-highlight to version that depends on React 16fragosti2018-08-251-0/+9
| |
* | Update react and remove tap event plugin [deprecated]fragosti2018-08-251-32/+36
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-251-3195/+3458
|\| | | | | | | website/feature/react-16
| * Merge pull request #997 from 0xProject/feature/forwarder-helper/initBrandon Millman2018-08-241-2/+72
| |\ | | | | | | [forwarder-helper] Initial scaffolding for the forwarder-helper package
| | * Remove legacy docs stuffBrandon Millman2018-08-241-5/+56
| | |
| | * Merge branch 'development' into feature/forwarder-helper/initBrandon Millman2018-08-241-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 lockBrandon Millman2018-08-241-0/+4
| | | |
| | * | Merge branch 'development' into feature/forwarder-helper/initBrandon Millman2018-08-241-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 factoryBrandon Millman2018-08-231-37/+29
| | | | |
| | * | | Update yarn lockBrandon Millman2018-08-231-1/+16
| | | | |
| | * | | Add ForwarderHelperImplConfigBrandon Millman2018-08-231-0/+4
| | | | |
| | * | | Remove marketSell and add to marketBuy implementationBrandon Millman2018-08-231-3/+3
| | | | |
| | * | | Flesh out typesBrandon Millman2018-08-231-3/+3
| | | | |
* | | | | Add new react and typesfragosti2018-08-251-3382/+3202
|/ / / /
* | | / Update uglify plugin to support es6Brandon Millman2018-08-241-0/+13
| |_|/ |/| |
* | | Merge pull request #924 from 0xProject/wrap-typedocFabio Berger2018-08-241-225/+256
|\ \ \ | |_|/ |/| | Improved Docs & Removed monorepo-scripts from packages
| * | Upgrade Typedoc to 0.12.0, which works with TS 3.xFabio Berger2018-08-231-46/+46
| | |
| * | update yarn.lockFabio Berger2018-08-231-3/+7
| | |
| * | merge developmentFabio Berger2018-08-231-1/+15
| |\ \
| * | | Replace complicated camelCase to spaces logic with change-case packageFabio Berger2018-08-231-3/+137
| | | |
| * | | Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-24/+14
| | | |
| * | | Fix remaining merge issuesFabio Berger2018-08-221-37/+29
| | | |
| * | | Merge development branchFabio Berger2018-08-221-23/+23
| |\ \ \ | | | |/ | | |/|
| * | | Update yarn.lockFabio Berger2018-08-171-3/+2
| | | |
| * | | Merge developmentFabio Berger2018-08-171-28/+14
| |\ \ \
| * | | | Export Web3ProviderEngine directly instead of indirectly via subprovidersFabio Berger2018-08-161-30/+38
| | | | |
| * | | | Merge in new 0x.js interfaceFabio Berger2018-08-151-3/+3
| |\ \ \ \
| | * | | | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵Fabio Berger2018-08-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | wrapping them in a ZeroEx object
| * | | | | Fix additional merge conflictsFabio Berger2018-08-151-11/+93
| | | | | |
| * | | | | Merge developmentFabio Berger2018-08-151-38/+782
| |\| | | |
| * | | | | Update yarn.lockFabio Berger2018-08-141-7/+0
| | | | | |
| * | | | | Update yarn.lockFabio Berger2018-08-061-144/+13
| | | | | |
| * | | | | Use our fork of react-scroll that fixes scrolling within an absolutely ↵Fabio Berger2018-08-021-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 Berger2018-08-011-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | TypeDoc JSON
| * | | | | Update yarn.lockFabio Berger2018-07-301-127/+5
| | | | | |
* | | | | | fix: Make non-interactive npm login for publish tests more robustAlex Browne2018-08-231-12/+155
| |_|_|_|/ |/| | | |
* | | | | Pin sra-report to 0xproject/connect v1.0.4fragosti2018-08-211-0/+14
| | | | |
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-211-33/+27
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | feature/connect/sra-api-v2
| * | | | Update yarn lockBrandon Millman2018-08-211-2/+2
| | | | |
| * | | | Merge pull request #978 from 0xProject/feature/lenra-3.0.0-beta.25Alex Browne2018-08-171-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 forkAlex Browne2018-08-171-22/+21
| | | | | |
* | | | | | Use uuid as string for requestIdfragosti2018-08-171-4/+10
| | | | | |
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-171-30/+15
|\| | | | | | | | | | | | | | | | | | | | | | | feature/connect/sra-api-v2
| * | | | | Bump copy-webpack-plugin from 4.5.1 to 4.5.2dependabot[bot]2018-08-171-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.0dependabot[bot]2018-08-151-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 Berger2018-08-151-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.3dependabot[bot]2018-08-141-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 typesfragosti2018-08-151-29/+37
|/ / / /
* | | | Merge pull request #966 from 0xProject/feature/typescript-3.0.1Alex Browne2018-08-151-3/+3
|\ \ \ \ | |/ / / |/| | | feat: Upgrade TypeScript to 3.0.1
| * | | feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-3/+3
| | |/ | |/|
* / | Add defaults for networkId and paginationfragosti2018-08-141-4/+4
|/ /
* | Merge pull request #932 from 0xProject/fix-ganache-forkFabio Berger2018-08-141-4/+4
|\ \ | | | | | | Fix ganache fork
| * | Fix github dep to point to branchFabio Berger2018-07-311-4/+4
| | |
* | | Enforce camelCase for all parameters and change the way the site is deployed ↵fragosti2018-08-111-2/+2
| | | | | | | | | | | | and hosted
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-101-43/+33
|\ \ \ | | | | | | | | | | | | feature/sra/add-sra-package
| * | | fix: Update dependenciesAlex Browne2018-08-101-1/+1
| | | |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-091-0/+4
|\| | | | | | | | | | | | | | | feature/sra/add-sra-package
| * | | Update TypeScript to version 2.9.2Alex Browne2018-08-091-67/+4
| | | |
* | | | Remove tests directory, use swagger api, make json api compliantfragosti2018-08-091-5/+133
| | | |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-081-1/+24
|\| | | | | | | | | | | | | | | feature/sra/add-sra-package
| * | | Create MetaTags componentBrandon Millman2018-07-301-1/+16
| | |/ | |/|
| * | Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-271-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 deployfragosti2018-08-081-11/+144
| |
* | Get schema tests running (not crashiing)fragosti2018-08-011-4/+4
| |
* | Update json-schemas for SRA v1fragosti2018-07-311-3/+3
| |
* | Create API development environment and json distributionfragosti2018-07-271-18/+445
| |
* | Add typescript typings for Open API specfragosti2018-07-271-0/+15
| |
* | Add basic smoke testfragosti2018-07-271-71/+20
|/
* Update yarn.lockFabio Berger2018-07-261-0/+67
|
* update yarn.lockFabio Berger2018-07-261-7/+0
|
* Update yarn.lockFabio Berger2018-07-261-0/+7
|
* Update yarn.lock to not use local npm registryFabio Berger2018-07-251-76/+76
|
* update yarn.lockFabio Berger2018-07-251-0/+7
|
* Install our fork of lerna and use itFabio Berger2018-07-251-449/+470
|
* Fix lerna versonFabio Berger2018-07-241-17/+17
|
* Fix(lerna): Change lerna versionLeonid Logvinov2018-07-241-16/+16
|
* Upgrade to new lernaFabio Berger2018-07-241-61/+61
|
* Temporarily use local lernaFabio Berger2018-07-241-92/+92
|
* Fix version of ethereumjs-abi to 0.6.5 to fix decoding bugFabio Berger2018-07-221-3/+10
|
* Merge pull request #904 from lukeautry/luke/leading_zero_encodeFabio Berger2018-07-221-1/+1
|\ | | | | 0x.js v2: fix decodeAssetData for addresses starting in 0
| * fix decodeAssetData for addresses starting in 0Luke Autry2018-07-221-1/+1
| |
* | Add AbortController polyfill to fetchAsync in utilsBrandon Millman2018-07-211-0/+4
| |
* | Upgrade some @0xproject packages to 1.0.0 in websiteBrandon Millman2018-07-211-66/+7
|/
* Remove the postinstall hookLeonid Logvinov2018-07-201-33/+241
|
* Use old assert version in @0xproject/connectLeonid Logvinov2018-07-201-102/+183
|
* Merge branch 'v2-prototype' into update-lernaFabio Berger2018-07-191-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.lockFabio Berger2018-07-181-29/+79
| |
| * MergeLeonid Logvinov2018-07-181-17/+4
| |
| * Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-9/+15
| |\
| * \ Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-161-23/+42
| |\ \
| * | | Upgrade tslint to use prefer-readonlyLeonid Logvinov2018-07-131-8/+9
| | | |
* | | | Update yarn.lockFabio Berger2018-07-191-27/+4
| | | |
* | | | Replace lerna-get-packages with our own implementationFabio Berger2018-07-191-8/+27
| | | |
* | | | Update to Lerna v3.0-betaFabio Berger2018-07-181-178/+677
| |_|/ |/| |
* | | Fix tslint issuesLeonid Logvinov2018-07-171-11/+17
| | |
* | | Bump npm-run-all from 4.1.2 to 4.1.3dependabot[bot]2018-07-141-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-heapFrancesco Agosti2018-07-141-16/+0
|\ \ | | | | | | Integrate Heap analytics into the website
| * | Replace calls to google analytics with calls to heapfragosti2018-07-121-16/+0
| | |
* | | Update yarn.lock and artifactFabio Berger2018-07-131-1/+1
| | |
* | | Update depsFabio Berger2018-07-131-1/+36
| | |
* | | -fetch';Fabio Berger2018-07-131-1/+1
| | |
* | | Add fetchAsync util and RPCSubproviderFabio Berger2018-07-131-4/+4
| |/ |/|
* | Merge pull request #788 from feuGeneA/abi-gen-ignore-unchangedLeonid Logvinov2018-07-121-13/+51
|\ \ | | | | | | Using timestamps, skip generation of already-up-to-date contract wrappers
| * \ Merge branch 'v2-prototype' into abi-gen-ignore-unchangedLeonid Logvinov2018-07-101-21/+58
| |\ \
| * | | add tests of abi-genF. Eugene Aumson2018-07-091-13/+51
| | | |
* | | | Implement web browser socketBrandon Millman2018-07-121-3/+4
| |_|/ |/| |
* | | Add sourcemaps for rollbarfragosti2018-07-101-2/+47
| |/ |/|
* | Remaining version fixesFabio Berger2018-07-101-21/+58
|/
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-061-6/+54
|\ | | | | V2 contract wrappers
| * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-10/+0
| |\
| * | Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-0/+18
| | |
| * | Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-72/+122
| |\ \
| * | | Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-2/+12
| | | |
| * | | Regenerate yarn.lockLeonid Logvinov2018-06-291-9/+29
| | | |
* | | | Added Solhint package and 'lint-contracts' npm scriptAlex Shafranovich2018-07-061-8/+236
| |_|/ |/| |
* | | Update json-schema version used by web3-wrapperFabio Berger2018-07-051-11/+1
| | |
* | | merge v2-prototypeFabio Berger2018-07-051-80/+130
|\ \ \ | | |/ | |/|
| * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-041-63/+31
| |\ \
| | * | Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-041-63/+31
| | | |
| * | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-031-7/+8
| |\| |
| | * | Add better balance formatting rules for balances and usd valuesBrandon Millman2018-07-031-0/+8
| | | |
| | * | Update incorrect versions of depsFabio Berger2018-07-021-7/+0
| | | |
| * | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-021-7/+32
| |\| |
| * | | Update yarn.lockFabio Berger2018-06-261-11/+43
| | | |
| * | | Add eth-lightwallet subprovider and testsCavan2018-06-261-6/+98
| | | |
* | | | Refactor Web3Wrapper to no longer use Web3.js & add more test coverageFabio Berger2018-07-051-1/+1
| |/ / |/| |
* | | Use ledger subproviderAmir Bandeali2018-06-301-5/+5
| |/ |/|
* | Fix mergeFabio Berger2018-06-291-4/+0
| |
* | Merge v2-prototypeFabio Berger2018-06-291-0/+4
|\ \
| * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-291-4/+72
| |\ \ | | |/ | |/| | | | feature/website/support-new-metamask
* | | Update ganache-cli to latestFabio Berger2018-06-281-4/+22
| |/ |/|
* | Fix buildAmir Bandeali2018-06-271-3/+3
| |
* | Merge pull request #777 from 0xProject/feature/website/browser-detectionBrandon Millman2018-06-271-4/+4
|\ \ | | | | | | Change metamask install link based on browser
| * | Change metamask install link based on browserBrandon Millman2018-06-261-4/+47
| |/
* / Use ethereumjs-tx@1.3.5 instead of our forkAlex Browne2018-06-261-2/+52
|/
* Update ganache-core in yarn.lockFabio Berger2018-06-221-105/+68
|
* Update version for @types/solidity-parser-antlrAlex Browne2018-06-211-3/+3
|
* Fix additional versions and update yarn.lockFabio Berger2018-06-191-89/+67
|
* Upgrade solidity-parser-entlr 0.2.11 => 0.2.12Leonid Logvinov2018-06-131-3/+3
|
* Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-0/+7
|
* Update package.json and yarn.lockAlex Browne2018-06-071-5/+76
|
* Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-109/+7
|
* Fix ethers.js version override (the package is just called 'ethers')Alex Browne2018-06-071-16/+1
|
* Use our fork of ethers.jsAlex Browne2018-06-071-0/+15
|
* Merge pull request #652 from ↵Francesco Agosti2018-06-061-2/+45
|\ | | | | | | | | 0xProject/feature/website/landing-subscribe-button-2 Implement subscribe form on landing page
| * Lint and cleanupfragosti2018-06-021-1/+1
| |
| * Add styled-components and polishedfragosti2018-06-021-3/+46
| |
* | Update fill-scenarios to depend on v2 updated order-utils and types. Needed ↵Fabio Berger2018-06-051-1/+14
| | | | | | | | to re-employ the symlink hack.
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-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 versionAlex Browne2018-06-011-11/+3
| |
| * Merge pull request #624 from 0xProject/feature/fast-ci2Leonid Logvinov2018-06-011-85/+162
| |\ | | | | | | Rebalance CI tests to run faster
| | * Remove merge conflicts from yarn.lockLeonid Logvinov2018-06-011-13/+0
| | |
| | * Use a newer version of node/yarn to speed-up deps instaationLeonid Logvinov2018-06-011-75/+165
| | |
| * | Remove some typesLeonid Logvinov2018-06-011-0/+52
| | |
| * | Remove published typesLeonid Logvinov2018-06-011-3/+3
| |/
* | Update json-schemas version to 1.0.0 to avoid possible conflictsFabio Berger2018-06-021-0/+9
| |
* | Bump types to a major version to avoid the caretFabio Berger2018-06-011-1/+1
| |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-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 depsfragosti2018-05-301-79/+2
| |
| * Replace react-joyride with react-popperfragosti2018-05-301-3/+29
| |
* | Freeze order-utils at 0.0.5 for all packages except contractsFabio Berger2018-05-301-0/+16
|/
* Fix imports in order_utilsLeonid Logvinov2018-05-251-0/+21
|
* Merge pull request #618 from 0xProject/feature/v2-migrationsLeonid Logvinov2018-05-251-0/+7
|\ | | | | Migrate migrations, types to v2
| * Do a fake version bump on types so that yarn doesn't try to install updated ↵Leonid Logvinov2018-05-251-3/+3
| | | | | | | | version for not yet migrated packages
| * Migrate migrations to v2Leonid Logvinov2018-05-251-0/+7
| |
* | Basic onboarding flow infrastructure set upfragosti2018-05-251-1/+82
| |
* | Merge pull request #612 from 0xProject/feature/website/add-redux-devtoolsFrancesco Agosti2018-05-251-0/+4
|\ \ | |/ |/| Add redux-devtools-extension to project
| * Add redux-devtools-extension to projectfragosti2018-05-231-0/+4
| |
* | Revert to an earlier version that worksFabio Berger2018-05-241-4/+4
| |
* | Remove the caret so it actually installs this versionFabio Berger2018-05-241-0/+9
| |
* | Upgrade solidity parserLeonid Logvinov2018-05-241-3/+3
| |
* | Use loglevel instead of verbose flagLeonid Logvinov2018-05-231-1/+5
| |
* | Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-231-3/+29
|\ \ | | | | | | Fix build/lint errors and warnings
| * | Update yarn.lockRemco Bloemen2018-05-221-3/+29
| | |
* | | Fix the tsutils version, fixing ts typings issueFabio Berger2018-05-231-0/+6
|/ /
* | Merge pull request #572 from 0xProject/feature/contracts/atomicMatchingGreg Hysen2018-05-221-6/+24
|\ \ | | | | | | Atomic Order Matching
| * | Upgraded to Solidity 0.4.24Greg Hysen2018-05-191-0/+14
| | |
| * | Atomic Order Matching - TestsGreg Hysen2018-05-191-10/+14
| |/
* | merge developmentFabio Berger2018-05-221-0/+4
|\ \ | |/ |/|
| * Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+4
| |
* | Update yarn.lockFabio Berger2018-05-171-15/+3
| |
* | Merge branch 'development' into v2-prototypeFabio Berger2018-05-161-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-wsrunFabio Berger2018-05-151-52/+984
| |\ | | | | | | | | | | | | | | | | | | | | | * development: Update ethereeumjs-testrpc to ganache-cli # Conflicts: # package.json
| | * Update ethereeumjs-testrpc to ganache-cliLeonid Logvinov2018-05-151-61/+984
| | |
| * | Move from using lerna multi-package commands to wsrun, update README's ↵Fabio Berger2018-05-151-10/+17
| |/ | | | | | | accordingly
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-92/+157
|\|
| * Update yarn.lockFabio Berger2018-05-111-22/+0
| |
| * Update yarn.lockFabio Berger2018-05-111-0/+22
| |