aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-061-53/+276
|\ | | | | | | feature/website/instant-configurator
| * pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier
| * Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-051-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed
| * Add script for pulling missing block dataAlex Browne2018-12-051-0/+4
| |
| * Implement fetching and parsing relayer infoAlex Browne2018-12-051-1/+7
| |
| * Update script to work with existing v1 pipeline dataAlex Browne2018-12-051-0/+65
| |
| * Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-051-358/+53
| |
| * Add preliminary support for scraping orders from SRA endpoints (no ↵Alex Browne2018-12-051-18/+121
| | | | | | | | pagination, only RR support for now)
| * Add support for decoding asset dataAlex Browne2018-12-051-3/+3
| |
| * Add typeorm and begin inserting database recordsAlex Browne2018-12-051-9/+73
| |
| * Add tests for etherscan eventsAlex Browne2018-12-051-1/+1
| |
| * Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-051-634/+265
| |
| * Rebase pipeline branch off developmentAlex Browne2018-12-051-67/+665
| |
* | feat: create more dank sliderfragosti2018-12-041-7/+113
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-041-145/+226
|\| | | | | | | feature/website/instant-configurator
| * Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-041-0/+15
| |\ | | | | | | [instant] Rollbar
| | * Introduce rollbar pluginSteve Klebanoff2018-11-211-0/+15
| | |
| * | Merge pull request #1364 from ↵Francesco Agosti2018-12-041-1/+9
| |\ \ | | | | | | | | | | | | | | | | 0xProject/feature/instant/allow-env-vars-in-env-file [instant] Add dotenv to make env dependencies more explicit
| | * | feat: add dotenv to make env dependencies more explicitfragosti2018-12-011-2/+10
| | |/
| * | Update yarn.lockLeonid Logvinov2018-12-031-21/+314
| | |
| * | Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-246/+48
| |/
* / feat: have basic code syntax highlighting workingfragosti2018-11-301-4/+124
|/
* feat(instant): add icons to token selectorBrandon Millman2018-11-161-2/+61
|
* feat: use stable version of bowserfragosti2018-11-161-8/+4
|
* Merge pull request #1265 from ↵Francesco Agosti2018-11-161-1/+5
|\ | | | | | | | | 0xProject/feature/instant/expose-webpack-dev-server [instant ] Expose webpack-dev-server content to local network
| * feat: expose webpack-dev-server content to local networkfragosti2018-11-151-1/+5
| |
* | chore: update yarn lockBrandon Millman2018-11-151-39/+2
|/
* feat: use capital values for enumsfragosti2018-11-151-1/+38
|
* feat: display the correct provider type and change unlock / install prompt ↵fragosti2018-11-141-39/+6
| | | | content
* Merge pull request #1244 from 0xProject/developerSectionNitsFabio B2018-11-141-1/+1
|\ | | | | Remaining Developer Section Design Nits
| * update yarn.lockFabio Berger2018-11-121-17/+2
| |
| * merge developmentFabio Berger2018-11-121-23/+134
| |\
| * | Update yarn.lockFabio Berger2018-10-261-45/+1
| | |
* | | Updated CHANGELOGSLeonid Logvinov2018-11-141-1/+38
| | |
* | | Updated CHANGELOGSLeonid Logvinov2018-11-121-39/+2
| | |
* | | fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
| |/ |/|
* | Updated CHANGELOGSJacob Evans2018-11-091-8/+39
| |
* | Merge pull request #1236 from 0xProject/fix/subproviders/lock-ledger-4.24.0Jacob Evans2018-11-091-5/+15
|\ \ | | | | | | [subproviders] Lock Ledger hw-transport to 4.24.0
| * | fix: Lock Ledger hw-transport to 4.24.0Jacob Evans2018-11-091-5/+15
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-091-39/+2
|\| | | | | | | | | | | feature/instant/dropdown-ui
| * | feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-39/+2
| | |
* | | feat: implement copy-to-clipboardfragosti2018-11-081-0/+6
|/ /
* | feat: break up deploy into deploy-dogfood and deploy-stagingfragosti2018-11-031-10/+47
| |
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-39/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS
| * | yarn.lock changesSteve Klebanoff2018-10-271-2/+39
| | |
* | | fix: init BigNumberInput not BigNumber when initializing statefragosti2018-10-271-1/+38
|/ /
* | Merge pull request #1175 from 0xProject/feature/instant/input-fees-roundingFrancesco Agosti2018-10-271-9/+58
|\ \ | | | | | | [instant] Create a ScalingInput component and use it in the amount input and upgrade to styled-components v4
| * | fix: weird linting error that depends on typesfragosti2018-10-251-1/+38
| | |
| * | feat: change to increasing input width by a constant amount per additional ↵fragosti2018-10-251-46/+2
| | | | | | | | | | | | character
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-251-1/+8
| |\| | | | | | | | | | feature/instant/input-fees-rounding
| * | feat: upgrade to styled-components v4fragosti2018-10-201-8/+57
| | |
* | | Update yarn.lockFabio Berger2018-10-261-45/+1
| |/ |/|
* | Revert "commiting addtl changes to yarn.lock from running yarn"Steve Klebanoff2018-10-241-1/+45
| | | | | | | | This reverts commit c1f9f2e8d9dc97d9ac6fcb865c46e5a74118a75c.
* | commiting addtl changes to yarn.lock from running yarnSteve Klebanoff2018-10-241-45/+1
| |
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-1/+8
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-201-7/+106
|\ | | | | | | feature/instant/beta-render-et-al
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-201-875/+922
| |\ | | | | | | | | | feature/instant/discharge
| | * chore: Fix scroll issue by bumping version and installing from new branchFabio Berger2018-10-191-5/+5
| | |
| * | feat: create dogfood url and deployment workflowfragosti2018-10-181-4/+157
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-191-839/+999
|\ \ \ | | |/ | |/| | | | feature/instant/beta-render-et-al
| * | chore: update yarn.lockFabio Berger2018-10-181-8/+0
| | |
| * | update outdated package and tsconfig issueFabio Berger2018-10-181-338/+33
| | |
| * | chore: update yarn.lockJacob Evans2018-10-181-490/+937
| | |
| * | Merge pull request #1154 from 0xProject/dev-section-redesignKadinsky2018-10-181-2/+2
| |\ \ | | | | | | | | [BASE_BRANCH] Developer section redesign
| | * \ merge dev-section-redesignFabio Berger2018-10-181-11/+27
| | |\ \
| | | * \ merge developmentFabio Berger2018-10-181-11/+27
| | | |\ \
| | * | | | Update react-scroll hash to avoid collision with older, unfixed branchFabio Berger2018-10-181-1/+1
| | |/ / /
| | * | | merge developmentFabio Berger2018-10-161-16/+40
| | |\ \ \
| | * \ \ \ Merge branch 'development' into dev-section-redesignFabio Berger2018-10-111-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 base branchFabio Berger2018-10-051-321/+1823
| | |\ \ \ \ \
| | * | | | | | Use same Link UI component for react-scroll linksFabio Berger2018-10-031-0/+27
| | | | | | | |
| | * | | | | | Update react-scroll to include fix of using `history.replaceState` instead ↵Fabio Berger2018-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of `history.pushState`
| * | | | | | | Enable linter on generated abi-gen wrappersLeonid Logvinov2018-10-181-1/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | use redux dev tools from packageSteve Klebanoff2018-10-181-38/+5
| | |_|_|_|/ | |/| | | |
* / | | | | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵fragosti2018-10-191-39/+17
|/ / / / / | | | | | | | | | | | | | | | method
* | | | | chore: Update TypeDoc to 0.13.0 (supports TS v3.1)Fabio Berger2018-10-171-6/+10
| | | | |
* | | | | Merge pull request #1143 from 0xProject/fix/monorepo-scripts/changelog-utcJacob Evans2018-10-171-6/+6
|\ \ \ \ \ | | | | | | | | | | | | [monorepo-scripts] Format changelog dates as UTC timezone +0:00
| * | | | | fix(monorepo-scripts): Format date as UTC not local time.Jacob Evans2018-10-171-7/+7
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Down under is in the future and causes many conflicts when formatting the timestamp in the local context. All previous releases jumped a day ahead. By setting this to UTC we will have consistent formatted dates in the changelogs no matter where one publishes from. npm-cli-login fails on node 10 as a deprecation in node 9 has finished. This package appears to be unmaintained so we now have a fork with a fix
* | | | | Add tests for format and use toFixed instead of round for usdfragosti2018-10-171-0/+4
| | | | |
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-171-15/+0
|\| | | | | | | | | | | | | | | | | | | feature/instant/move-features-over-from-zrx-buyer
| * | | | Remove unused copyfiles dependenciesAlex Browne2018-10-161-15/+0
| | | | |
* | | | | Add ts-optchain and use it instead of lodash getfragosti2018-10-161-1/+42
| | | | |
* | | | | feat: add changelog entries for changed packagesfragosti2018-10-161-16/+1
| | | | |
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-161-40/+49
|\| | | | | | | | | | | | | | | | | | | feature/instant/move-features-over-from-zrx-buyer
| * | | | 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
| | | | |
* | | | | feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-0/+15
|/ / / /
* | | | 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
|/