aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-041-63/+31
|
* 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
|
* 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
| |
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-67/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| | * 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 ↵Fabio Berger2018-05-111-1/+1
| | | | | | | | | | | | directories
| * | 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 ↵Jacob Evans2018-04-261-10/+153
| |\ | | | | | | | | | | | | 0xProject/feature/subproviders/upgrade-provider-engine Update Web3 Provider Engine to 14.0.4
| | * 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 ↵Fabio Berger2018-04-241-9/+3
| | | | | | | | breaking changes
* | 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 returned from functions
| * 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 api
| * 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 Doc Page Check To Publish Flow
| * Add step to publishing that upload staging doc jsons, deploys staging ↵Fabio Berger2018-04-101-8/+84
| | | | | | | | website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-7/+1
| | | | | | | | @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
* | Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-101-4/+97
|/ | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (26 commits) Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions Fix path to assets Publish Updated CHANGELOGS Fix quotation marks Add a complex test for ast visitor Move opcodes to constants ...
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (97 commits) Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry ...
| * Fix parallel coverage results reportingLeonid Logvinov2018-03-151-12/+158
| |
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-891/+2400
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| | * Revert "Report all coverage reports together"Leonid Logvinov2018-03-141-158/+12
| | | | | | | | | | | | This reverts commit 11ed5d62baa0cce4014afaf6986a0745cc853bef.
| | * 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 ↵Fabio Berger2018-03-131-0/+7
| |/ | | | | | | version to avoid cyclical dependency
* / 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (68 commits) Update list of packages and organize them alphabetically Fix prettier issues Add support for going back to previous hashes via the browser back button to wiki Scroll to previous hashed elements when user clicks back button Add back strict null checks to react-shared package and fix issues remove ability to have implicit dependencies and add missing deps update license remove no-implicit-this Add example & screenshot to npmignore Remove `;` to be nice to windows users Use unencoded @ symbol, browser will fix Fix external type links Add comment about commented out CSS exception Update prettier since the previous version had a bug when dealing with css files Fix css files with prettier Added base-contract package to README Prettify test jsons Update yarn.lock Improve README Feedback ...
| * Merge branch 'development' into extractDocsFabio Berger2018-03-081-98/+158
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Added base-contract package to README Update yarn.lock Improve README Feedback README on derivation path Use our dev seed derivation path. README Add ledger-node package as optional dependency Force shouldGetChainCode to true in types Nuke tests for now Remove old ledger Update ledgerco packages Remove only Fix a typo Add PR name Improve an error message when an inorrect number of constructor params is passed
| | * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (79 commits) remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package Fix bugs in postpublish_utils.js Update @0xproject/utils in top-level package.json Changelog tweaks Publish Updated CHANGELOGS Fix typo Add PR number to changelog entry Add changelog update to subproviders package Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests Remove unnecessary type assertion Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils ...
| * Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ↵Fabio Berger2018-03-031-4/+60
| | | | | | | | fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Set max to 2 ETH/2 ZRX Add missing types from website Add dependencies Update the README Move BaseContract to its own package Upgrate prettier remove unused import Move more configs into docsInfo and remove logic that does not belong there elsewhere Fix a bug with displaying solidity functions returning multiple return values Add ethers-contracts as a dependency Include types for ethers-contracts Fix the version Include types for ethers-contracts Rename idx to i Remove tslint disable Move BaseContract to web3Wrapper Merge ifs Fix an option description Add link to the docs Improve CHANGELOG entry ...
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Bump subproviders version Update yarn.lock Change rpcUrls keys back into string literals Add types-bn package to 0x.js and testnet-faucets Prettier Addressed comments and update 0xProject/types-ethereumjs-util deps Prettier Update testnet-faucets README Fix lint errors Add order signing and dispensing ability to faucet
| * Update yarn.lockBrandon Millman2018-02-071-9/+0
| |
| * Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-0/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Attribute the origins of NonceTracker Move BlockParamLiteral to shared types package Fixes Move BlockParam and BlockParamLiteral to shared types Rename called to something more readable Newline prettier/lint Yarn.lock Refactor tests for reuse of the fixture subprovider Remove re-fetch of transaction count on error Disable linter for multiple class declarations Remove double declaration Enable CIRCLECI and declare web3 Test faucets to use new NonceTracker Update changelog Readability and prettier Prettify Nonce tracker subprovider Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (37 commits) Add dates to CHANGELOGs Change CHANGELOGs Add .editorconfig Fix a typo Temp Use forEach instead of map Add PR number Fix an exception when a signature collision happens Fix prettier Add regression tests Improve the comment and fix an exception Add missing comas Lerna-ignore tslint and tsconfig Update contract versions, fix tests Rename directories Rename previous contracts, fix imports, add nested file structure Move all contracts into a single directory Update import Fix import Get rid of suffixed contract versioning and replace it with a poor-mans package manager. Versions are stored locally, and are generated in a copy-on-write basis as required ...
| * | | 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 ↵Leonid Logvinov2018-01-101-651/+824
| | | | warning about 0.3.6 being vulnerable
* 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
| | | | | | Additionally if the constructor is not existent in JSON, meaning it's implcite with no parameters, we're explicitly creating one, with actual JSON parameters that it should have.
* 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
|\ | | | | Remove ethereum-address dependency and add this logic to the repo
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock
| * 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
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (50 commits) Add PR number to changelog Address feedback Add requestId to subscription messages and update json-schemas Remove isomorphic-fetch types from contracts package Update README Regenerate files Make it private Change package name Update README Make fileExtension configurable Rename abi-gen to typed-contracts Add docs for typed-contracts Remove TODOs Introduce separate ContextData type and rework it Check ABI is defined Introduce a const for 'contract.mustache' Improve error message Reuse util Fix a typo Introduce a const for 'function' ... # Conflicts: # yarn.lock
| * | Merge pull request #249 from 0xProject/feature/typed-contractsLeonid2017-12-061-3/+33
| |\| | | | | | | ABI to TS generator
| | * 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
| |
| * Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-301-27/+428
| |
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-061-3/+11
| | | | | | | | rely on hookedWalletSubprovider. Added unit and integration tests.
* | Move testrpc to top-level package.json and standardize some versionsFabio Berger2017-12-051-9/+21
|/
* Update 0x.js to 0.27.1Fabio Berger2017-11-291-1/+1
|
* Lock the 0x.js version used in websiteFabio Berger2017-11-291-0/+20
|
* Make website privateLeonid Logvinov2017-11-291-1/+1
|
* Fix testsLeonid Logvinov2017-11-281-14/+4
|
* Update testrpcLeonid Logvinov2017-11-281-0/+10
|
* Merge branch 'development' into addWebsiteFabio Berger2017-11-231-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (33 commits) Last renames Refactor while condition Fix tests Fix tests Fix a typo Fix test:circleci command Check if transactionReceipt exists before normalizing it Address nits Remove old comment Fix async callbacks Check if callback exists Rename Pass callback down Remove custom heap and use bintrees Add expirationMarginMs Add defaults Fix typos Rename orderLifetime to orderLifetimeS Reference types directly Add ifExists suffix ...
| * Merge branch 'development' into feature/orderExpiredLeonid2017-11-211-37/+115
| |\
| * | Remove custom heap and use bintreesLeonid Logvinov2017-11-211-0/+8
| | |
* | | Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-231-4/+0
| | | | | | | | | | | | interface
* | | Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-100/+2589
| |/ |/| | | | | sub-packages, use new subscribeAsync 0x.js method
* | Updated yarn.lockFabio Berger2017-11-181-104/+6
| |
* | update yarn.lockFabio Berger2017-11-181-5/+9
| |
* | experiment with calling typedoc programaticallyBrandon Millman2017-11-161-2/+2
| |
* | WIPBrandon Millman2017-11-161-21/+100
| |
* | WIPBrandon Millman2017-11-161-2/+34
| |
* | Add connect to monorepoBrandon Millman2017-11-151-5/+62
| |
* | Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-151-16/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled
| * | Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead ↵Fabio Berger2017-11-141-23/+2
| | | | | | | | | | | | of the old repo as a dep. in the rest of the sub-packages.
| * | Add tslint-config sub-packageFabio Berger2017-11-141-5/+21
| |/
* / Add json-schemas package to mono repoBrandon Millman2017-11-141-9/+18
|/
* Add assert package to the monorepoBrandon Millman2017-11-141-8/+22
|
* Add circle.yml and move testrpc command to top-level repoFabio Berger2017-11-131-26/+758
|
* Merge branch 'development' into feature/receipt-statusFabio Berger2017-11-131-3/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (164 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ... # Conflicts: # package.json # src/types.ts # yarn.lock
| * Remove unused codeLeonid Logvinov2017-11-131-0/+4
| |
| * Upgrade web3-typescript-typingsLeonid Logvinov2017-10-311-3/+3
| |
| * Add initial mempool watching implememtationLeonid Logvinov2017-10-311-4/+4
| |
* | Fix tslint issueLeonid Logvinov2017-11-131-25/+14
| |
* | Normalize the way we return the transaction statusLeonid Logvinov2017-11-131-693/+938
|/
* Downgrade typedocLeonid Logvinov2017-10-261-32/+36
|
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-33/+33
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-53/+34
|
* Update 0x-json-schemasLeonid Logvinov2017-10-191-3/+8
|
* Transform lodash-es to commonjs module formatLeonid Logvinov2017-10-191-3/+3
|
* Fix testsLeonid Logvinov2017-10-191-6/+6
|
* Include only used lodash functionsLeonid Logvinov2017-10-181-34/+48
|
* Install js-sha3 and use it for keccak256Leonid Logvinov2017-10-061-0/+4
|
* Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-051-104/+76
|
* Instantiate logAndBlockStreamerLeonid Logvinov2017-10-051-0/+22
|
* Add filtering by topicLeonid Logvinov2017-10-041-2/+2
|
* Update web3-typescript-typingsLeonid Logvinov2017-10-041-107/+40
|
* Remove abi-decoderLeonid Logvinov2017-09-061-97/+9
|
* Update web-typescript-typingsLeonid Logvinov2017-09-061-5/+5
|