aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * 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
|\
| * 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
| |/ |/|
* | Merge pull request #866 from 0xProject/feature/website/integrate-heapFrancesco Agosti2018-07-141-16/+0
|\ \
| * | 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
|\ \
| * \ 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
|\
| * 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
| |\ \ | | |/ | |/|
* | | 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 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 0xProject/feature/website/landing-subscribe-butt...Francesco Agosti2018-06-061-2/+45
|\
| * 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 t...Fabio Berger2018-06-051-1/+14
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-90/+211
|\|
| * Override ethereumjs-tx versionAlex Browne2018-06-011-11/+3
| * Merge pull request #624 from 0xProject/feature/fast-ci2Leonid Logvinov2018-06-011-85/+162
| |\
| | * 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
|\|
| * 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
|\
| * Do a fake version bump on types so that yarn doesn't try to install updated v...Leonid Logvinov2018-05-251-3/+3
| * 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 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
|\ \
| * | 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
|\ \
| * | 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
|\|
| * Merge branch 'development' into improvement/use-wsrunFabio Berger2018-05-151-52/+984
| |\
| | * Update ethereeumjs-testrpc to ganache-cliLeonid Logvinov2018-05-151-61/+984
| * | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-151-10/+17
| |/
* | 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
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-67/+2
| |\
| | * Fix linter issuesLeonid Logvinov2018-05-101-67/+2
| | * Rename deployer to sol-compilerLeonid Logvinov2018-05-101-2/+2
| * | Replace mkdir with mkdirp so it also created any missing intermediate directo...Fabio Berger2018-05-111-1/+1
| * | Update yarn.lockFabio Berger2018-05-101-24/+1
| |/
| * Use a single version of react typesLeonid Logvinov2018-05-051-5/+1
| * Revert yarn.lock changesLeonid Logvinov2018-05-051-666/+585
| * Fix property nameLeonid Logvinov2018-05-051-583/+674
| * Make a negligible change to order-utils to publish a new versionLeonid Logvinov2018-05-051-0/+20
| * yarn.lockBrandon Millman2018-04-281-6/+6
| * Merge pull request #555 from 0xProject/feature/subproviders/upgrade-provider-...Jacob Evans2018-04-261-10/+153
| |\
| | * Update Web3 Provider Engine to 14.0.4Jacob Evans2018-04-241-10/+153
| * | Fix react type versions to avoid minor version bumps with breaking changesFabio Berger2018-04-241-1/+1
| |/
* | Fix @types/react version to avoid accidental minor version bumps with breakin...Fabio Berger2018-04-241-9/+3
* | Fix zeppelin imports, run prettierAmir Bandeali2018-04-211-259/+266
* | Asset Proxy DispatcherGreg Hysen2018-04-211-19/+14
* | Fix build errorsAmir Bandeali2018-04-211-3/+13
* | Fix build errorsAmir Bandeali2018-04-211-149/+190
* | Fix package.jsonAmir Bandeali2018-04-211-17/+22
|/
* Add support for solidity 0.4.23Amir Bandeali2018-04-211-3/+3
* Merge pull request #540 from 0xProject/feature/abi-gen/tuple-return-typesJacob Evans2018-04-201-0/+36
|\
| * Support Tuples from function returnsJacob Evans2018-04-191-0/+36
* | Merge pull request #539 from 0xProject/feature/website/backend-clientBrandon Millman2018-04-191-1/+12
|\ \ | |/ |/|
| * Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-1/+12
* | Update deployer and contracts repo to use solidity 0.4.22Jacob Evans2018-04-181-0/+10
|/
* Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-171-0/+62
|\
| * Rename resolver to sol-resolverLeonid Logvinov2018-04-161-91/+10
| * Implement the resolverLeonid Logvinov2018-04-121-0/+62
| * Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-121-3/+90
* | Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-131-46/+11
|/
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-90/+3
* Merge pull request #514 from 0xProject/publishImprovementsFabio Berger2018-04-111-8/+84
|\
| * Add step to publishing that upload staging doc jsons, deploys staging website...Fabio Berger2018-04-101-8/+84
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-101-7/+1
* | Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-4/+97
|/
* Remove Dharma integration from WebsiteFabio Berger2018-04-031-250/+41
* Remove remaining unused depsFabio Berger2018-04-031-1148/+96
* Update yarn.lockFabio Berger2018-04-031-0/+23
* Fix yarnFabio Berger2018-04-031-40/+4
* Stop using utilsFabio Berger2018-04-031-26/+0
* Update yarn.lockFabio Berger2018-04-031-40/+71
* Updated CHANGELOGSLeonid Logvinov2018-04-021-54/+1
* Fix versionLeonid Logvinov2018-04-021-1/+64
* Fix contracts and artifacts pathsLeonid Logvinov2018-04-021-10/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-18/+3
* Update moment, no longer need separate moment typesFabio Berger2018-04-021-11/+1
* Add more loggingFabio Berger2018-03-301-1/+1
* Fix semver-sort versionFabio Berger2018-03-291-1/+1
* Update Yarn lock and fix dep versionsFabio Berger2018-03-291-7/+11
* Move common types out of web3 typesLeonid Logvinov2018-03-271-15/+0
* Add clean-state testsLeonid Logvinov2018-03-271-809/+1428
* Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-241-1/+1
|\
| * Update yarn.lockFabio Berger2018-03-201-1/+1
* | Support proper semver version rangesLeonid Logvinov2018-03-211-0/+4
|/
* Update yarn.lockBrandon Millman2018-03-201-3/+30
* Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-201-0/+4
|\
| * Fix packages that aren't working as expectedFabio Berger2018-03-191-0/+4
* | WIPBrandon Millman2018-03-161-20/+3
* | Fix yarn.lockBrandon Millman2018-03-161-23/+6
* | Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-161-919/+2556
|\|
| * Fix parallel coverage results reportingLeonid Logvinov2018-03-151-12/+158
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-891/+2400
| |\
| | * Revert "Report all coverage reports together"Leonid Logvinov2018-03-141-158/+12
| | * Report all coverage reports togetherLeonid Logvinov2018-03-131-12/+158
| | * Start using solidity-parser-antlrLeonid Logvinov2018-03-131-0/+4
| | * Add support for async calls under coverageLeonid Logvinov2018-03-121-5/+5
| | * Disable completed docs ruleLeonid Logvinov2018-03-121-47/+17
| | * Add sol-cover implementationLeonid Logvinov2018-03-121-885/+2420
| * | Re-add linter to monorepo-scripts but with tslint-config dep at earlier versi...Fabio Berger2018-03-131-0/+7
| |/
* / Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-141-4/+70
|/
* Fix yarn.lockBrandon Millman2018-03-091-4/+139
* Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-091-237/+315
|\
| * Merge branch 'development' into extractDocsFabio Berger2018-03-081-98/+158
| |\
| | * Update yarn.lockFabio Berger2018-03-081-98/+158
| * | Update prettier since the previous version had a bug when dealing with css filesFabio Berger2018-03-081-3/+3
| * | Add example docs to react-docs packageFabio Berger2018-03-071-4/+132
| * | Bug fixesFabio Berger2018-03-051-1/+26
| |/
* | Update 0x package versions and fix yarn.lockBrandon Millman2018-03-061-0/+16
* | Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-061-61/+243
|\|
| * Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ...Fabio Berger2018-03-031-4/+60
| * Update yarn lockFabio Berger2018-03-021-47/+185
* | Fix yarn.lockBrandon Millman2018-03-021-0/+4
* | Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-021-8/+23
|\|
| * Upgrate prettierLeonid Logvinov2018-02-281-3/+3
| * Fix build by using local events typesLeonid Logvinov2018-02-281-10/+0
| * Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-1/+30
* | Fix @types/lodash versionBrandon Millman2018-02-231-4/+0
* | Implement initial sra-report command line toolBrandon Millman2018-02-231-35/+437
|/
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2018-02-071-3/+10
|\
| * Update yarn.lockBrandon Millman2018-02-071-9/+0
| * Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-0/+9
| |\
| * | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-061-9/+8
| * | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-061-3/+3
| |\ \
| * | | Add order signing and dispensing ability to faucetBrandon Millman2018-01-311-0/+8
* | | | Update yarn.lockFabio Berger2018-02-071-9/+16
| |_|/ |/| |
* | | Yarn.lockJacob Evans2018-02-061-0/+9
| |/ |/|
* | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-3/+3
|/
* Remove constructor argLeonid Logvinov2018-01-301-1/+1
* Remove truffle as a dependencyLeonid Logvinov2018-01-301-100/+1
* Normalize the dependenciesLeonid Logvinov2018-01-301-56/+9
* Update yarn.lockLeonid Logvinov2018-01-251-1/+1
* Update yarn.lockLeonid Logvinov2018-01-181-0/+8
* Upgrade testrpc to 6.0.3 to avoid some race-conditionsLeonid Logvinov2018-01-161-1/+1
* Remove redundant type refsLeonid Logvinov2018-01-131-4/+0
* Import chai-as-promised-typescript-typingsLeonid Logvinov2018-01-121-12/+5
* Update dependencies in yarn.lockLeonid Logvinov2018-01-121-40/+66
* Fix a compiler error in abi-genLeonid Logvinov2018-01-101-6/+5
* Reinstall dependencies to get a new version of marked and get rid of GitHub w...Leonid Logvinov2018-01-101-651/+824
* Remove typeRootsLeonid Logvinov2018-01-101-4/+0
* Import web3-typescript-typings to monorepoLeonid Logvinov2018-01-101-7/+9
* Added constructor ABIs to abi-genOlaf Tomalka2018-01-031-0/+6
* Install prettierLeonid Logvinov2018-01-031-0/+4
* Remove reliance on testrpc snapshot in ZRX testsAmir Bandeali2017-12-201-4/+0
* Install types for yargsLeonid Logvinov2017-12-191-0/+4
* Add hdnode dependencyLeonid Logvinov2017-12-181-1/+1
* Fix redundant spacesLeonid Logvinov2017-12-161-0/+27
* Move 0x.js temnplates to 0x.js instead of having them as a separate packageLeonid Logvinov2017-12-141-2/+2
* Cleanup kovan-faucet packageBrandon Millman2017-12-141-8/+0
* Fix build errorsBrandon Millman2017-12-131-68/+475
* Add kovan faucet project into the mono repoBrandon Millman2017-12-131-20/+351
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-131-49/+14
* update yarn.lockFabio Berger2017-12-131-1/+21
* Merge pull request #257 from 0xProject/fix/ethereum-addressLeonid2017-12-121-0/+14
|\
| * Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-5/+11
| * Remove ethereum-address dependency and add this logic to the repoLeonid Logvinov2017-12-111-1/+9
* | Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-121-21/+1
|/
* Add yarn install to lerna:publish commandBrandon Millman2017-12-091-5/+1
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+5
|\
| * Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+10
* | Update yarn.lockFabio Berger2017-12-081-1/+1
* | Standardize depsFabio Berger2017-12-071-2/+6
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-071-87/+20
|\|
| * Merge branch 'development' into feature/airport-experimentsLeonid2017-12-061-4/+0
| |\
| * | Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-94/+21
* | | Fix lint issuesFabio Berger2017-12-061-8/+2
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-061-18/+435
|\ \ \ | | |/ | |/|
| * | Merge pull request #249 from 0xProject/feature/typed-contractsLeonid2017-12-061-3/+33
| |\|
| | * Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-021-3/+33
| * | Remove isomorphic-fetch types from contracts packageBrandon Millman2017-12-061-4/+0
| |/
| * Fix module versions, cleanup scriptsAmir Bandeali2017-12-011-27/+21