aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-1138-156/+640
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix lint error Fix documentation links in some READMEs Fix relative link Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Added a detailed description of `renameOverloadedMethods` (special thanks to @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 directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. Refactor publish script to have it's main execution body be lean and discrete steps # Conflicts: # packages/contracts/package.json # packages/deployer/package.json
| * Merge pull request #514 from 0xProject/publishImprovementsFabio Berger2018-04-116-22/+114
| |\ | | | | | | Add Doc Page Check To Publish Flow
| | * Fix lint errorFabio Berger2018-04-111-0/+1
| | |
| | * Add step to publishing that upload staging doc jsons, deploys staging ↵Fabio Berger2018-04-104-0/+68
| | | | | | | | | | | | website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
| | * Fix web3Wrapper build commandFabio Berger2018-04-101-1/+1
| | |
| | * Refactor publish script to have it's main execution body be lean and ↵Fabio Berger2018-04-092-21/+44
| | | | | | | | | | | | discrete steps
| * | Fix documentation links in some READMEsBrandon Millman2018-04-115-5/+5
| | |
| * | Fix relative linkLuke Gedeon2018-04-111-1/+1
| | | | | | | | | 0xproject.com/docs/json-schemas --> https://0xproject.com/docs/json-schemas
| * | Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-107-68/+67
| | | | | | | | | | | | @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-1026-128/+522
| |/ | | | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* | Removed unused commandFabio Berger2018-04-091-4/+0
| |
* | Remove 0x.js test artifactsFabio Berger2018-04-0914-5555/+0
| |
* | Fix tslintFabio Berger2018-04-091-2/+2
| |
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-0925-31/+179
| | | | | | | | and contracts
* | merge developmentFabio Berger2018-04-0944-306/+1417
|\|
| * Since we moved Web3Wrapper class from index to it's own file, we need to ↵Fabio Berger2018-04-071-1/+1
| | | | | | | | update doc mapping
| * Update ERCDex logoFabio Berger2018-04-071-0/+0
| |
| * Merge pull request #506 from ↵Jacob Evans2018-04-0612-224/+450
| |\ | | | | | | | | | | | | 0xProject/feature/subproviders/pk-wallet-subprovider Private Key subprovider
| | * Update shared fixture data for network 42Jacob Evans2018-04-064-38/+28
| | |
| | * FeedbackJacob Evans2018-04-0610-96/+61
| | | | | | | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place
| | * Use PKWalletSubprovider in testnet faucetJacob Evans2018-04-051-2/+5
| | |
| | * Create a private key subproviderJacob Evans2018-04-059-156/+424
| | |
| * | Merge pull request #505 from 0xProject/fix/readmeContributingSectionFabio Berger2018-04-0622-64/+664
| |\ \ | | | | | | | | Improve README contributing sections in all packages
| | * | Use depcheck async supportFabio Berger2018-04-051-9/+1
| | | |
| | * | Fix contributing linksFabio Berger2018-04-0521-21/+21
| | | |
| | * | Improve contributing section of all packages so they include building entire ↵Fabio Berger2018-04-0522-81/+681
| | |/ | | | | | | | | | monorepo on first contribution
| * | Merge pull request #503 from 0xProject/feature/website/relayer-gridBrandon Millman2018-04-067-11/+294
| |\ \ | | | | | | | | Implement initial relayer grid
| | * | Implement initial relayer gridBrandon Millman2018-04-057-11/+294
| | |/
| * | Merge pull request #504 from 0xProject/fix/website/wallet-key-warningBrandon Millman2018-04-062-6/+13
| |\ \ | | | | | | | | Fix missing key warnings in wallet component
| | * | Change undefined to nullBrandon Millman2018-04-061-3/+1
| | | |
| | * | Fix missing key warnings in wallet componentBrandon Millman2018-04-052-5/+14
| | |/
* | | Remove unused varFabio Berger2018-04-071-1/+0
| | |
* | | Refactor RedundantRpcSubprovider into RedundantSubproviderFabio Berger2018-04-065-30/+49
| | |
* | | Make all `handleRequest` methods async, rename _engine to engine to remain ↵Fabio Berger2018-04-065-13/+21
| | | | | | | | | | | | compliant with web3-provider-engine
* | | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵Fabio Berger2018-04-069-18/+21
| | | | | | | | | | | | subprovider to ganacheSubprovider in test util
* | | Move away from using web3 directly in 0x.js testsFabio Berger2018-04-0617-75/+75
| | |
* | | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-0587-723/+792
|\| | | | | | | | | | | | | | | | | | | | | | | * development: Fix tests Call static functions as static Address feedback Move our contract templates to accept Provider instead of Web3Wrapper
| * | Fix testsLeonid Logvinov2018-04-053-4/+3
| | |
| * | Call static functions as staticLeonid Logvinov2018-04-051-2/+2
| | |
| * | Address feedbackLeonid Logvinov2018-04-055-6/+4
| | |
| * | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-0485-719/+791
| |/
* | Add --exit to all mocha calls so they exit when called from top-level yarn ↵Fabio Berger2018-04-047-7/+7
| | | | | | | | command (https://github.com/mochajs/mocha/issues/3044)
* | Move migrations over from contracts to 0x.jsFabio Berger2018-04-047-58/+42
| |
* | Add contract artifacts to 0x.js testsFabio Berger2018-04-0414-0/+5555
| |
* | Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-0411-19/+60
| |
* | Update dev-utils and subproviders tests to use ganache in-process providerFabio Berger2018-04-046-7/+36
| |
* | Make deployer tests run on inprocess ganacheFabio Berger2018-04-044-2/+9
| |
* | Fix typosFabio Berger2018-04-041-2/+2
|/
* Merge branch 'development' into removeUnusedDepsFabio Berger2018-04-0424-446/+175
|\ | | | | | | | | | | | | | | | | | | | | | | * development: Temporarily remove installation test Fix package.json Remove `isPublished` from all CHANGELOG.json filesx Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it. Remove temporary convert_changelog script # Conflicts: # packages/monorepo-scripts/package.json
| * Fix package.jsonFabio Berger2018-04-031-1/+1
| |
| * Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-0319-312/+156
| |
| * Now that every version of a package published has a corresponding entry in ↵Fabio Berger2018-04-033-33/+19
| | | | | | | | it's CHANGELOG we no longer need the isPublished flag. Remove it.
| * Remove temporary convert_changelog scriptFabio Berger2018-04-032-101/+0
| |
* | Used generic declaration to remove need for `any`Fabio Berger2018-04-041-1/+1
| |
* | Use Results typeFabio Berger2018-04-041-3/+3
| |
* | Add comment about ignored packagesFabio Berger2018-04-031-0/+1
| |
* | Remove Dharma integration from WebsiteFabio Berger2018-04-032-70/+0
| |
* | Add find_unused_deps monorepo scriptFabio Berger2018-04-032-1/+49
| |
* | Remove remaining unused depsFabio Berger2018-04-036-25/+1
| |
* | Fix TS errorFabio Berger2018-04-031-1/+1
| |
* | Add missing request typesFabio Berger2018-04-031-0/+1
| |
* | Stop using utilsFabio Berger2018-04-033-2/+3
| |
* | Use @0xproject/utils promisify everywhereFabio Berger2018-04-037-8/+4
| |
* | Update tslint-config. To avoid circular deps, this must always be one ↵Fabio Berger2018-04-031-1/+1
| | | | | | | | version back and must be manually updated.
* | Remove unused contracts depsFabio Berger2018-04-031-8/+1
| |
* | Remove unused 0x.js depsFabio Berger2018-04-032-5/+0
|/
* After publishLeonid Logvinov2018-04-0217-17/+34
|
* PublishLeonid Logvinov2018-04-0224-159/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.35.0 - @0xproject/abi-gen@0.2.9 - @0xproject/assert@0.2.5 - @0xproject/base-contract@0.1.0 - @0xproject/connect@0.6.8 - contracts@2.1.21 - @0xproject/deployer@0.3.5 - @0xproject/dev-utils@0.3.4 - @0xproject/json-schemas@0.7.19 - @0xproject/metacoin@0.0.2 - @0xproject/monorepo-scripts@0.1.16 - @0xproject/react-docs-example@0.0.6 - @0xproject/react-docs@0.0.6 - @0xproject/react-shared@0.1.1 - @0xproject/sol-cov@0.0.6 - @0xproject/sra-report@0.0.7 - @0xproject/subproviders@0.8.4 - @0xproject/testnet-faucets@1.0.22 - @0xproject/tslint-config@0.4.14 - @0xproject/types@0.5.0 - @0xproject/typescript-typings@0.0.3 - @0xproject/utils@0.5.0 - @0xproject/web3-wrapper@0.5.0 - @0xproject/website@0.0.24
* Updated CHANGELOGSLeonid Logvinov2018-04-0238-130/+330
|
* Fix a typoLeonid Logvinov2018-04-022-3/+3
|
* Compile only the Exchange contract in compiler testsLeonid Logvinov2018-04-021-1/+1
|
* Fix versionLeonid Logvinov2018-04-021-3/+3
|
* Fix a typoLeonid Logvinov2018-04-022-2/+2
|
* Merge branch 'development' into feature/metacoinLeonid Logvinov2018-04-0236-30/+76
|\
| * Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-0236-30/+65
| |
| * Fix postpublish util to ignore namespaceFabio Berger2018-04-021-2/+14
| |
* | Update CHANGELOG.json'sLeonid Logvinov2018-04-0210-18/+53
| |
* | Fix contracts and artifacts pathsLeonid Logvinov2018-04-022-3/+6
| |
* | Stop passing _abiDecoderLeonid Logvinov2018-04-021-1/+1
| |
* | Report errors locallyLeonid Logvinov2018-04-021-9/+12
| |
* | move all configs to a config fileLeonid Logvinov2018-04-024-11/+17
| |
* | Remove a repo sectionLeonid Logvinov2018-04-021-11/+0
| |
* | Incroduce the Warning constantLeonid Logvinov2018-04-021-1/+2
| |
* | Add metacoin example projectLeonid Logvinov2018-04-0280-714/+1204
|/
* Fix release notes bugFabio Berger2018-04-021-1/+1
|
* Should print out `lerna publish` stdout so we can see if anything went wrongFabio Berger2018-04-021-0/+6
|
* PublishFabio Berger2018-04-0223-152/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.34.0 - @0xproject/abi-gen@0.2.8 - @0xproject/assert@0.2.4 - @0xproject/base-contract@0.0.6 - @0xproject/connect@0.6.7 - contracts@2.1.20 - @0xproject/deployer@0.3.4 - @0xproject/dev-utils@0.3.3 - @0xproject/json-schemas@0.7.18 - @0xproject/monorepo-scripts@0.1.15 - @0xproject/react-docs-example@0.0.5 - @0xproject/react-docs@0.0.5 - @0xproject/react-shared@0.1.0 - @0xproject/sol-cov@0.0.5 - @0xproject/sra-report@0.0.6 - @0xproject/subproviders@0.8.3 - @0xproject/testnet-faucets@1.0.21 - @0xproject/tslint-config@0.4.13 - @0xproject/types@0.4.2 - @0xproject/typescript-typings@0.0.2 - @0xproject/utils@0.4.4 - @0xproject/web3-wrapper@0.4.0 - @0xproject/website@0.0.23
* Updated CHANGELOGSFabio Berger2018-04-0238-56/+303
|
* Generate CHANGELOG.json filesFabio Berger2018-04-0219-0/+2017
|
* Fix hasty find/replaceFabio Berger2018-04-021-3/+3
|
* Default to 4spFabio Berger2018-04-022-3/+3
|
* Update moment, no longer need separate moment typesFabio Berger2018-04-022-4/+2
|
* Move prettify command to utils and also call it on CHANGELOG.mdFabio Berger2018-04-023-9/+12
|
* Add prettier run on generated CHANGELOG.json and fix scriptsFabio Berger2018-04-023-12/+20
|
* Remove semi-colons from monorepo-scripts package.jsonFabio Berger2018-04-022-5/+8
|
* Fix TSLint errorFabio Berger2018-04-021-1/+1
|
* Make dry-run configurable from top-level package.jsonFabio Berger2018-04-021-1/+1
|
* Merge branch 'development' into refactor/publishProcessFabio Berger2018-04-029-32/+31
|\ | | | | | | | | | | | | * development: Run prettier, update deployer CHANGELOG Create solc_bin dir if does not exist before attempting to compile Add missing type import
| * Run prettier, update deployer CHANGELOGAmir Bandeali2018-04-024-11/+13
| |
| * Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-024-13/+16
| |
| * Add missing type importAmir Bandeali2018-04-011-8/+2
| |
* | Improve namingFabio Berger2018-04-021-3/+3
| |
* | Merge branch 'development' into refactor/publishProcessFabio Berger2018-04-0220-142/+624
|\| | | | | | | | | | | | | | | | | | | | | | | | | * development: Add HACK comment and reorganize use other wallet button Fixed comment(s) for PR #488 OrderStateWatcher fixes for PR #488 Amended comments to clarify changes on PR #488 Monitor different state layers with OrderWatcher Implement wallet locked and uninstalled states Style changes Remove props that are covered by the defaults Implement ETH/WETH conversion and allowance toggle styling
| * Merge pull request #487 from 0xProject/feature/website/wallet-setupBrandon Millman2018-03-315-9/+132
| |\ | | | | | | Implement wallet locked and uninstalled states
| | * Add HACK comment and reorganize use other wallet buttonBrandon Millman2018-03-311-10/+12
| | |
| | * Implement wallet locked and uninstalled statesBrandon Millman2018-03-305-9/+130
| | |
| * | Fixed comment(s) for PR #488Ara Kevonian2018-03-311-3/+3
| | |
| * | OrderStateWatcher fixes for PR #488Ara Kevonian2018-03-312-6/+5
| | |
| * | Amended comments to clarify changes on PR #488Ara Kevonian2018-03-303-3/+5
| | |
| * | Monitor different state layers with OrderWatcherAra Kevonian2018-03-306-60/+77
| |/ | | | | | | | | | | Allow instantiation of stand-alone OrderWatchers that can monitor different blockchain state layers (e.g. pending or latest)
| * Style changesBrandon Millman2018-03-302-5/+9
| |
| * Merge branch 'development' into feature/website/wallet-wrapBrandon Millman2018-03-30180-1517/+1373
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (35 commits) Fix CHANGELOG Update Yarn.lock Standardize changelog dates and format Fix stubbing of a non-existent property Remove redundant cast Move common types out of web3 types Add monorepo_scripts to npmignore Add typeRoots Add clean-state tests Remove nested .gitignore files since `yarn publish` gets confused by them and ignores their contents on the top-level scope Remove WETH hack now that updated WETH address is in TokenRegistry Revert TokenRegistry address on Kovan Improve rounding error message Portal fill with mixed decimals Add error popover if TokenRegistry on network user is browsing on don't include the requisite default tokens for 0x Portal to function Set timeout for compiler tests Remove redundant types Add missing param comments Fix a comment Add a comment ...
| * | Remove props that are covered by the defaultsBrandon Millman2018-03-231-2/+0
| | |
| * | Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-2312-72/+411
| | |
* | | Add temp comment, clean up codeFabio Berger2018-04-021-8/+21
| | |
* | | Fixes for clarityFabio Berger2018-03-301-2/+3
| | |
* | | Remove CHANGELOG from website since it's a public packageFabio Berger2018-03-301-5/+0
| | |
* | | Remove CHANGELOG.json files since will be generated on developmentFabio Berger2018-03-3019-1946/+0
| | |
* | | Set IS_DRY_RUN to falseFabio Berger2018-03-301-1/+1
| | |
* | | Add more loggingFabio Berger2018-03-301-0/+9
| | |
* | | Expose publish command from top-level dirFabio Berger2018-03-301-1/+3
| | |
* | | Fetch Github release notes from CHANGELOG.json and update CHANGELOG once ↵Fabio Berger2018-03-301-2/+34
| | | | | | | | | | | | they've been successfully published to Github
* | | rename variable called `path` to `includePath` to avoid conflict with `path` ↵Fabio Berger2018-03-301-4/+6
| | | | | | | | | | | | package
* | | Move monorepo root constant to constants fileFabio Berger2018-03-302-7/+12
| | |
* | | Rename prepublish to publish now that it goes straight to actually ↵Fabio Berger2018-03-302-1/+1
| | | | | | | | | | | | publishing the packages
* | | Call `lerna publish` and supply it with new package versionsFabio Berger2018-03-302-5/+45
| | |
* | | Add check that timestamp has been set before generating MD versionFabio Berger2018-03-301-1/+6
| | |
* | | Add committing and pushing CHANGELOG changes to GithubFabio Berger2018-03-303-6/+15
| | |
* | | Show semver diffFabio Berger2018-03-301-0/+10
| | |
* | | Fix changelog.jsonFabio Berger2018-03-291-1/+2
| | |
* | | Merge branch 'development' into refactor/publishProcessFabio Berger2018-03-291-4/+1
|\ \ \ | | |/ | |/| | | | | | | | | | * development: Fix CHANGELOG Update Yarn.lock
| * | Fix CHANGELOGFabio Berger2018-03-291-4/+1
| | |
* | | Generate CHANGELOG.mdsFabio Berger2018-03-291-1/+28
| | |
* | | remove console.logsFabio Berger2018-03-291-2/+0
| | |
* | | Begin global pre-publishing script. Updates changelog.json files in packages ↵Fabio Berger2018-03-293-0/+119
| | | | | | | | | | | | to be published
* | | Add 0.x.x edgecaseFabio Berger2018-03-293-2/+14
| | |
* | | Fix semver-sort versionFabio Berger2018-03-291-1/+1
| | |
* | | Generate CHANGELOG.json files and add convert_changelog scriptFabio Berger2018-03-2922-0/+2045
| | |
* | | Update Yarn lock and fix dep versionsFabio Berger2018-03-291-2/+2
|/ /
* | Standardize changelog dates and formatFabio Berger2018-03-293-19/+19
| |
* | Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-2854-498/+490
|\ \ | | | | | | Move common types out of web3 types
| * | Fix stubbing of a non-existent propertyLeonid Logvinov2018-03-281-1/+1
| | |
| * | Remove redundant castLeonid Logvinov2018-03-281-1/+1
| | |
| * | Move common types out of web3 typesLeonid Logvinov2018-03-2753-497/+489
| | |
* | | Merge pull request #483 from 0xProject/refactor/removeHardcodedWethFabio Berger2018-03-282-28/+1
|\ \ \ | | | | | | | | Remove WETH hack now that updated WETH address is in TokenRegistry
| * | | Remove WETH hack now that updated WETH address is in TokenRegistryFabio Berger2018-03-272-28/+1
| | | |
* | | | merge developmentxFabio Berger2018-03-28108-780/+623
|\ \ \ \ | | |/ / | |/| |
| * | | Add typeRootsLeonid Logvinov2018-03-271-0/+1
| | | |
| * | | Add clean-state testsLeonid Logvinov2018-03-2796-538/+222
| | | |
| * | | Merge pull request #460 from 0xProject/feature/deployer-improvementsLeonid Logvinov2018-03-2714-239/+400
| |\ \ \ | | |/ / | |/| | @0xproject/deployer improvements
| | * | Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-24108-565/+2469
| | |\|
| | * | Set timeout for compiler testsLeonid Logvinov2018-03-221-3/+3
| | | |
| | * | Remove redundant typesLeonid Logvinov2018-03-221-18/+0
| | | |
| | * | Add missing param commentsLeonid Logvinov2018-03-221-0/+3
| | | |
| | * | Fix a commentLeonid Logvinov2018-03-221-1/+1
| | | |
| | * | Add a commentLeonid Logvinov2018-03-221-0/+1
| | | |
| | * | Move npm-run-all to devDependenciesLeonid Logvinov2018-03-221-1/+1
| | | |
| | * | Revert optimizer configLeonid Logvinov2018-03-221-1/+1
| | | |
| | * | Remove .onlyLeonid Logvinov2018-03-211-1/+1
| | | |
| | * | Revert version range changesLeonid Logvinov2018-03-2124-24/+24
| | | |
| | * | Add function docsLeonid Logvinov2018-03-211-2/+6
| | | |
| | * | Add function docsLeonid Logvinov2018-03-212-0/+6
| | | |
| | * | Add tests for compiler utilsLeonid Logvinov2018-03-217-52/+159
| | | |
| | * | Enable strictNullChecksLeonid Logvinov2018-03-216-156/+182
| | | |
| | * | Change the type of optimizerEnabled to boolean and convert it to number only ↵Leonid Logvinov2018-03-215-9/+8
| | | | | | | | | | | | | | | | before passing to a compiler
| | * | Support proper semver version rangesLeonid Logvinov2018-03-213-16/+23
| | | |
| | * | Change version ranges to only support patch version incrementsLeonid Logvinov2018-03-2124-24/+24
| | | |
| | * | Compile contracts sequentiallyLeonid Logvinov2018-03-211-1/+3
| | | |
| | * | Throw an error if contract file doesn't contain the contract with the same nameLeonid Logvinov2018-03-211-0/+5
| | | |
| | * | Stop printing help on errorLeonid Logvinov2018-03-212-2/+16
| | | |
| | * | Rename onDeployCommand to onDeployCommandAsync and onCompileCommand to ↵Leonid Logvinov2018-03-211-4/+9
| | | | | | | | | | | | | | | | onCompileCommandAsync
* | | | Add monorepo_scripts to npmignoreFabio Berger2018-03-2721-0/+21
| | | |
* | | | Remove nested .gitignore files since `yarn publish` gets confused by them ↵Fabio Berger2018-03-273-3/+0
|/ / / | | | | | | | | | and ignores their contents on the top-level scope
* | | Revert TokenRegistry address on KovanFabio Berger2018-03-272-2/+1
| | |
* | | Improve rounding error messageFabio Berger2018-03-261-1/+2
| | |
* | | Portal fill with mixed decimalsJacob Evans2018-03-261-2/+4
| | | | | | | | | | | | When the token pair has different decimal precison we can end up with a remainder when multiplying by an exchange rate (as one is in 18 decimals and the other is 6 for example)
* | | Add error popover if TokenRegistry on network user is browsing on don't ↵Fabio Berger2018-03-253-0/+31
| |/ |/| | | | | include the requisite default tokens for 0x Portal to function
* | Get LogEntry type to show up correctly as a Web3 typeFabio Berger2018-03-231-1/+2
| |
* | Fix typosFabio Berger2018-03-237-8/+8
| |
* | Fix 0x.js docs to include types from generated contract wrappersFabio Berger2018-03-233-3/+16
| |
* | Fix S3 bucket nameFabio Berger2018-03-231-2/+2
| |
* | Use past tense in FAQFabio Berger2018-03-231-2/+2
| |
* | Replace Auctus with ERCDEX in projects sectionFabio Berger2018-03-231-6/+6
| |
* | Fix Ethfinex link, looks like they have their own domain nowFabio Berger2018-03-231-1/+1
| |
* | Use _.filter instead of _.reduceFabio Berger2018-03-231-8/+4
| |
* | Improve list of improvementsFabio Berger2018-03-231-7/+8
| |
* | Make handleRequest public and add comment for itFabio Berger2018-03-229-26/+80
| |
* | Make setEngine publicFabio Berger2018-03-221-3/+3
| |
* | Fix lazy load so each doc page is a separate bundleFabio Berger2018-03-221-5/+5
| |
* | Remove spaceFabio Berger2018-03-221-1/+0
| |
* | npm -> yarnFabio Berger2018-03-222-2/+2
| |
* | Add assertion to notify any developer trying to render a package with files ↵Fabio Berger2018-03-221-0/+10
| | | | | | | | containing multiple classes
* | Fix lint rules directoryFabio Berger2018-03-221-1/+1
| |
* | Use isEmptyFabio Berger2018-03-221-4/+4
| |
* | Remove no longer existent commandFabio Berger2018-03-221-1/+0
| |
* | Fix benefits listFabio Berger2018-03-221-2/+2
| |
* | Use yarn instead of npmFabio Berger2018-03-224-6/+6
| |
* | Add default docs iconFabio Berger2018-03-222-1/+1
| |
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-2211-47/+485
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Change blockchain prop to not optional Other style changes Updated padding and colors Refactor TokenState type Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed Implement initial wallet interface # Conflicts: # packages/react-shared/CHANGELOG.md # packages/website/ts/types.ts
| * \ Merge pull request #468 from 0xProject/feature/website/wallet-interfaceBrandon Millman2018-03-228-46/+470
| |\ \ | | | | | | | | Implement initial wallet interface
| | * | Change blockchain prop to not optionalBrandon Millman2018-03-221-1/+1
| | | |
| | * | Other style changesBrandon Millman2018-03-221-3/+3
| | | |
| | * | Updated padding and colorsBrandon Millman2018-03-223-6/+14
| | | |
| | * | Refactor TokenState typeBrandon Millman2018-03-224-55/+40
| | | |
| | * | Implement initial wallet interfaceBrandon Millman2018-03-213-2/+433
| | |/
| * / Fix a bug causing fillOrdersUpTo validation to fail because of some extra ↵Leonid Logvinov2018-03-213-0/+17
| |/ | | | | | | orders being passed
* | Create helper function for converting dashes names for displayFabio Berger2018-03-224-4/+7
| |
* | Move docs to page and add link to docs to READMEFabio Berger2018-03-223-10/+27
| |
* | Add comments to JSON-schemas public methodsFabio Berger2018-03-221-0/+24
| |
* | Move usage out of README and replace with link to DocsFabio Berger2018-03-221-23/+8
| |
* | Improve commentsFabio Berger2018-03-221-5/+9
| |
* | Add comments to sol-covFabio Berger2018-03-221-9/+18
| |
* | Improve subproviders commentFabio Berger2018-03-226-6/+6
| |
* | Move docs from README into docs page and add a link to it.Fabio Berger2018-03-224-55/+25
| |
* | Fix sectionName and menuItemName to display with spaces rather then dashesFabio Berger2018-03-223-4/+8
| |
* | Add changelog entry for making `handleRequest` privateFabio Berger2018-03-221-2/+4
| |
* | Improve all the comments for the subproviders public methodsFabio Berger2018-03-229-115/+199
| |
* | Add missing DocComments to Deployer packageFabio Berger2018-03-212-4/+18
| |
* | Move usage out of README and add add link to docsFabio Berger2018-03-212-48/+16
| |
* | Make docs link more discoverable in README, move docs out of READMEFabio Berger2018-03-212-11/+11
| |
* | Improve commentsFabio Berger2018-03-211-13/+12
| |
* | Add DocComments to Web3WrapperFabio Berger2018-03-211-1/+132
| |
* | Add changelog entryFabio Berger2018-03-211-0/+4
| |
* | Rename method for clarityFabio Berger2018-03-212-2/+2
| |
* | Remove duplicate methodFabio Berger2018-03-212-6/+3
| |
* | Fix var name typoFabio Berger2018-03-211-2/+2
| |
* | Move doc related types closer to one anotherFabio Berger2018-03-201-33/+33
| |
* | Pass actual iconUrl and add default icon imageFabio Berger2018-03-203-8/+5
| |
* | Remove s3 mapping since s3 folder names are now identical to sub-package namesFabio Berger2018-03-201-12/+1
| |
* | Remove duplicate switch caseFabio Berger2018-03-201-1/+0
| |
* | Small doc fixes: remove duplicate types and add function arrayFabio Berger2018-03-203-2/+7
| |
* | Remove duplicate ECSignature type defFabio Berger2018-03-202-7/+6
| |
* | Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-204-18/+23
| |
* | Fix changelog files and add PR numberFabio Berger2018-03-202-6/+12
| |
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵Fabio Berger2018-03-2014-7/+7
| | | | | | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-2059-248/+8270
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock 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 ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json
| * Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-03-202-1/+5
| |\ | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Update Kovan Ethertoken Address
| | * Merge pull request #464 from 0xProject/bug/0x.js/kovan-ethertoken-addressJacob Evans2018-03-202-1/+5
| | |\ | | | | | | | | Update Kovan Ethertoken Address
| | | * Update Kovan Ethertoken AddressJacob Evans2018-03-202-1/+5
| | | |
| * | | Set Lodash dep to an exact version since newer versions introduced breaking ↵Fabio Berger2018-03-2016-16/+16
| |/ / | | | | | | | | | changes
| * / Update deployer version since manual re-publishFabio Berger2018-03-202-2/+2
| |/
| * Add new entry into CHANGELOGBrandon Millman2018-03-201-1/+4
| |
| * Fix bad mergeBrandon Millman2018-03-202-2/+1
| |
| * Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-2081-332/+1205
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * Change titleFabio Berger2018-03-191-2/+2
| | |
| | * Add Blake and Zach to About pageFabio Berger2018-03-193-0/+22
| | |
| | * Re-size Jacob and Tom's imagesFabio Berger2018-03-192-0/+0
| | |
| | * Manually publish 0x.js back to a working stateFabio Berger2018-03-195-5/+5
| | |
| | * PublishFabio Berger2018-03-195-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.5 - contracts@2.1.19 - @0xproject/sra-report@0.0.5 - @0xproject/testnet-faucets@1.0.20 - @0xproject/website@0.0.22
| | * PublishFabio Berger2018-03-1915-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.4 - @0xproject/assert@0.2.3 - @0xproject/connect@0.6.6 - contracts@2.1.18 - @0xproject/deployer@0.3.2 - @0xproject/dev-utils@0.3.2 - @0xproject/json-schemas@0.7.17 - @0xproject/react-docs-example@0.0.4 - @0xproject/react-docs@0.0.4 - @0xproject/react-shared@0.0.4 - @0xproject/sol-cov@0.0.4 - @0xproject/sra-report@0.0.4 - @0xproject/subproviders@0.8.2 - @0xproject/testnet-faucets@1.0.19 - @0xproject/website@0.0.21