aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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-303-2/+11
| | |
| | * Expose publish command from top-level dirFabio Berger2018-03-302-3/+5
| | |
| | * Remove top-level internal dep b/c it's not clear to me what it's used forFabio Berger2018-03-301-1/+0
| | |
| | * 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
| | |
| | * Improve READMEFabio Berger2018-03-301-3/+7
| | |
| | * 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
| | |
* | | Update Yarn.lockFabio Berger2018-03-291-5/+5
| | |
| | * 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-292-2/+2
| | |
| | * Generate CHANGELOG.json files and add convert_changelog scriptFabio Berger2018-03-2922-0/+2045
| | |
| | * Update Yarn lock and fix dep versionsFabio Berger2018-03-292-9/+13
| |/ |/|
* | Standardize changelog dates and formatFabio Berger2018-03-293-19/+19
| |
* | Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-2855-513/+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-2754-512/+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 pull request #484 from 0xProject/fix/gitignoreIssueFabio Berger2018-03-2822-3/+25
|\ \ \ \ | |_|/ / |/| | | Remove nested .gitignore & add monorepo_scripts to npmignore
| * | | merge developmentxFabio Berger2018-03-28113-1618/+2097
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #480 from 0xProject/feature/clean-state-testsLeonid Logvinov2018-03-27101-1376/+1693
|\ \ \ \ | | | | | | | | | | Add clean-state tests
| * | | | Add typeRootsLeonid Logvinov2018-03-273-2/+1
| | | | |
| * | | | Add clean-state testsLeonid Logvinov2018-03-27101-1376/+1694
|/ / / /
* | | | Merge pull request #460 from 0xProject/feature/deployer-improvementsLeonid Logvinov2018-03-2715-239/+404
|\ \ \ \ | |_|/ / |/| | | @0xproject/deployer improvements
| * | | Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-24109-566/+2470
| |\ \ \ | | | |/ | | |/|
| * | | 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-214-16/+27
| | | |
| * | | 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-274-3/+7
| |_|/ |/| | | | | | | | and ignores their contents on the top-level scope
* | | Revert TokenRegistry address on KovanFabio Berger2018-03-272-2/+1
| | |
* | | Merge pull request #479 from 0xProject/bug/website/portal-fill-mixed-decimalsFabio Berger2018-03-262-3/+6
|\ \ \ | | | | | | | | Portal fill with rounding error/mixed decimals
| * | | 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
| |
* | Merge pull request #465 from 0xProject/addExtraDocsFabio Berger2018-03-2393-503/+1952
|\ \ | | | | | | Add Additional Package Doc Pages
| * | 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
| | |/ | |/|
* | | Merge pull request #470 from 0xProject/fix/fillOrdersUpToValidationLeonid Logvinov2018-03-213-0/+17
|\ \ \ | |/ / |/| | Fix a bug causing fillOrdersUpTo validation to fail because of some e…
| * | 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
| |
| * Update yarn.lockFabio Berger2018-03-201-1/+1
| |
| * 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-2062-271/+8333
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|/ /
* | Merge pull request #451 from 0xProject/feature/sra-report/collection-tests@0xproject/deployer@0.3.3Brandon Millman2018-03-2017-10/+8009
|\ \ | | | | | | Add scaffolding for sra-report collection unit tests
| * | Add new entry into CHANGELOGBrandon Millman2018-03-201-1/+4
| | |
| * | Fix bad mergeBrandon Millman2018-03-202-2/+1
| | |
| * | Update yarn.lockBrandon Millman2018-03-201-3/+30
| | |
| * | Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-2085-351/+1237
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
* | | Merge pull request #461 from 0xProject/updateTeamFabio Berger2018-03-195-0/+22
|\ \ \ | | | | | | | | Add Zach & Blake to team
| * | | 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 state0x.js@0.33.6Fabio Berger2018-03-195-5/+5
| | |
* | | Publishcontracts@2.1.19@0xproject/website@0.0.22@0xproject/testnet-faucets@1.0.20@0xproject/sra-report@0.0.5Fabio 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
* | | Publishcontracts@2.1.18@0xproject/website@0.0.21@0xproject/testnet-faucets@1.0.19@0xproject/sra-report@0.0.4@0xproject/sol-cov@0.0.4@0xproject/react-docs-example@0.0.4@0xproject/dev-utils@0.3.2Fabio 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
* | | Fix 0x.js assetsFabio Berger2018-03-191-2/+2
| | |
* | | Remove assets from connect and _bundles from packages that don't generate ↵Fabio Berger2018-03-193-7/+4
| | | | | | | | | | | | the folder
* | | Publishcontracts@2.1.17@0xproject/website@0.0.20@0xproject/testnet-faucets@1.0.18@0xproject/sra-report@0.0.3@0xproject/sol-cov@0.0.3@0xproject/react-docs-example@0.0.3@0xproject/monorepo-scripts@0.1.14@0xproject/dev-utils@0.3.1@0xproject/deployer@0.3.10x.js@0.33.3Fabio Berger2018-03-1926-162/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.3 - @0xproject/abi-gen@0.2.7 - @0xproject/assert@0.2.2 - @0xproject/base-contract@0.0.5 - chai-as-promised-typescript-typings@0.0.12 - chai-typescript-typings@0.0.6 - @0xproject/connect@0.6.5 - contracts@2.1.17 - @0xproject/deployer@0.3.1 - @0xproject/dev-utils@0.3.1 - ethers-typescript-typings@0.0.4 - @0xproject/json-schemas@0.7.16 - @0xproject/monorepo-scripts@0.1.14 - @0xproject/react-docs-example@0.0.3 - @0xproject/react-docs@0.0.3 - @0xproject/react-shared@0.0.3 - @0xproject/sol-cov@0.0.3 - @0xproject/sra-report@0.0.3 - @0xproject/subproviders@0.8.1 - @0xproject/testnet-faucets@1.0.18 - @0xproject/tslint-config@0.4.12 - @0xproject/types@0.4.1 - @0xproject/utils@0.4.3 - web3-typescript-typings@0.10.2 - @0xproject/web3-wrapper@0.3.1 - @0xproject/website@0.0.20
* | | Fix packages that aren't working as expectedFabio Berger2018-03-1911-14/+43
| | |
* | | Make new packages default to public on publishFabio Berger2018-03-192-1/+7
| | |
* | | Add new public packages to top-level READMEFabio Berger2018-03-191-18/+20
| | |
* | | Update top-level package.jsonFabio Berger2018-03-191-1/+1
| | |
* | | Fix incorrect new versionsFabio Berger2018-03-192-2/+2
| | |
* | | Fix path to assetsFabio Berger2018-03-192-4/+4
| | |
* | | Publishcontracts@2.1.16@0xproject/website@0.0.19@0xproject/testnet-faucets@1.0.17@0xproject/sra-report@0.0.2@0xproject/sol-cov@0.0.2@0xproject/react-docs-example@0.0.2@0xproject/monorepo-scripts@0.1.13@0xproject/dev-utils@0.3.0@0xproject/deployer@0.3.00x.js@0.33.2Fabio Berger2018-03-1926-201/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19
* | | Updated CHANGELOGSFabio Berger2018-03-1912-12/+12
| | |
| * | WIPBrandon Millman2018-03-165-26/+10
| | |
| * | Fix bad mergeBrandon Millman2018-03-163-4/+7
| | |
| * | Fix yarn.lockBrandon Millman2018-03-161-23/+6
| | |
| * | Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-16288-2269/+5435
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 quotation marksBrandon Millman2018-03-161-1/+1
| | | |
| * | | Update README and CHANGELOGBrandon Millman2018-03-142-0/+10
| | | |
| * | | Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-1415-11/+8028
| | | |
| | | * Add Subprovider docs to websiteFabio Berger2018-03-1915-13/+225
| | | |
| | | * Capitalize rather then upper-case section headersFabio Berger2018-03-191-1/+1
| | | |
| | | * Add support for displaying exported functionsFabio Berger2018-03-1910-51/+139
| | | |
| | | * Add functions to submenu in sidebarFabio Berger2018-03-191-0/+3
| | | |
| | | * Re-order developers dropdownFabio Berger2018-03-181-19/+19
| | | |
| | | * Add sol-cov docs to websiteFabio Berger2018-03-1815-1/+168
| | | |
| | | * Refactor CoverageSubprovider to use subproviders typesFabio Berger2018-03-181-6/+2
| | | |
| | | * Export ErrorCallback type from Subproviders packageFabio Berger2018-03-182-1/+2
| | | |
| | | * Add doc setup to sol-covFabio Berger2018-03-182-1/+23
| | | |
| | | * Standardize all doc commands and add `docs:stage` shortcutFabio Berger2018-03-185-6/+11
| | | |
| | | * Add JSON Schemas docs to websiteFabio Berger2018-03-1816-2/+193
| | | |
| | | * merge developmentFabio Berger2018-03-1843-112/+929
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #456 from 0xProject/feature/connect/consolidate-typesBrandon Millman2018-03-1721-93/+73
|\ \ \ \ | | | | | | | | | | Add SignedOrder, Order, and ECSignature types to the types package
| * | | | Fix quotation marksBrandon Millman2018-03-173-3/+3
| | | | |
| * | | | Updated CHANGELOGsBrandon Millman2018-03-153-0/+6
| | | | |
| * | | | Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-1518-93/+67
| | |/ / | |/| |
* | | | Merge pull request #457 from 0xProject/feature/sol-cov-testsLeonid Logvinov2018-03-1621-19/+855
|\ \ \ \ | | | | | | | | | | Add tests for sol-cov
| * | | | Add a complex test for ast visitorLeonid Logvinov2018-03-162-0/+478
| | | | |
| * | | | Move opcodes to constantsLeonid Logvinov2018-03-163-9/+11
| | | | |
| * | | | Add tests for sol-covLeonid Logvinov2018-03-1518-14/+370
| | | | |
* | | | | Fix issue with bundling subproviders for the browser by ignoring the ↵Fabio Berger2018-03-162-0/+4
| | | | | | | | | | | | | | | | | | | | `ganache-core` dependency
| | | | * Refactor all docJSON's to reside within the same S3 bucket under different ↵Fabio Berger2018-03-168-37/+72
| | | | | | | | | | | | | | | | | | | | folders
| | | | * Fix deployer external type link to point to specific commitFabio Berger2018-03-161-2/+1
| | | | |
| | | | * Add missing typeFabio Berger2018-03-161-0/+5
| | | | |
| | | | * Add missing type to subproviders exportsFabio Berger2018-03-161-1/+7
| | | | |
| | | | * Improve deployer docsFabio Berger2018-03-163-15/+26
| | | | |
| | | | * Use named types and introduce `JSONRPCRequestPayloadWithMethod` typeFabio Berger2018-03-168-26/+24
| | | | |
| | | | * Handle reflection type in type renderingFabio Berger2018-03-162-0/+15
| | | | |
| | | | * Merge branch 'development' into addExtraDocsFabio Berger2018-03-1661-154/+380
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json
* | | | | Add changelog entry about pragma additionFabio Berger2018-03-161-0/+1
| | | | |
* | | | | Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
| |/ / / |/| | |
* | | | Merge pull request #452 from 0xProject/feature/utils/console-logBrandon Millman2018-03-1543-125/+116
|\ \ \ \ | | | | | | | | | | Consolidate all console.log utils into @0xproject/utils
| * | | | Keep console.log in monorepo-scriptsBrandon Millman2018-03-152-4/+4
| | | | |
| * | | | Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-15148-504/+1014
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) 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 Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
* | | | | Merge pull request #455 from 0xProject/fix/coverallsLeonid Logvinov2018-03-1518-29/+263
|\ \ \ \ \ | | |/ / / | |/| | | Enable coverage reporting for all packages that have tests
| * | | | Enable coverage for all other packages with testsLeonid Logvinov2018-03-1514-6/+68
| | | | |
| * | | | Fix parallel coverage results reportingLeonid Logvinov2018-03-155-23/+195
|/ / / /
* | | | Merge pull request #450 from 0xProject/convertScriptsToTsFabio Berger2018-03-14138-476/+748
|\ \ \ \ | | | | | | | | | | Convert Scripts to TS & Other Misc. Fixes
| * | | | Fix linter issuesxFabio Berger2018-03-142-1/+2
| | | | |
| | * | | Update CHANGELOGsBrandon Millman2018-03-146-1/+19
| | | | |
| | * | | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-1439-125/+98
| | | | |
| | | | * Add Deployer docs to websiteFabio Berger2018-03-1617-1/+247
| | | | |
| | | | * Add pragma above command-line scriptFabio Berger2018-03-161-0/+3
| | | | |
| | | | * Ignore ganache-core from subproviders in a browser setting & remove previous ↵Fabio Berger2018-03-152-4/+3
| | | | | | | | | | | | | | | | | | | | hack
| | | | * Add Web3Wrapper docs to websiteFabio Berger2018-03-1413-1/+161
| | | | |
| | | | * Add fix to webpack for issue: ↵Fabio Berger2018-03-141-22/+26
| | | | | | | | | | | | | | | | | | | | https://github.com/trufflesuite/ganache-core/issues/84 and prettier the configs
| | | | * Added doc json generation and uploading to Web3Wrapper packageFabio Berger2018-03-143-2/+22
| | | | |
| | | | * Fix linter issuesxFabio Berger2018-03-142-1/+2
| | |_|/ | |/| |
| * | | Remove outdated commentFabio Berger2018-03-141-3/+0
| | | |
| * | | Add script copying to build commandFabio Berger2018-03-141-1/+2
| | | |
| * | | Add postpublish script to sol-covFabio Berger2018-03-144-6/+18
| | | |
| * | | Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-14119-1645/+4341
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Merge pull request #453 from 0xProject/fix/contract-templates/transformDataLeonid Logvinov2018-03-141-0/+4
|\ \ \ \ | |_|/ / |/| | | Transform input data before encoding
| * | | Transform input data before encoding for callAsync and ↵Amir Bandeali2018-03-141-0/+4
|/ / / | | | | | | | | | getABIEncodedTransactionData
* | | Update coverage badge to show development coverageLeonid Logvinov2018-03-141-1/+1
| | |
* | | Configure post build hookLeonid Logvinov2018-03-141-2/+3
| | |
* | | Merge pull request #426 from 0xProject/feature/solcovLeonid Logvinov2018-03-14116-1620/+4307
|\ \ \ | | | | | | | | Sol-cover
| * | | Notify coveralls after all tasks have finishedLeonid Logvinov2018-03-141-0/+2
| | | |
| * | | Address feedbackLeonid Logvinov2018-03-142-14/+10
| | | |
| * | | Revert "Report all coverage reports together"Leonid Logvinov2018-03-146-187/+20
| | | | | | | | | | | | | | | | This reverts commit 11ed5d62baa0cce4014afaf6986a0745cc853bef.
| * | | Report all coverage reports togetherLeonid Logvinov2018-03-136-20/+187
| | | |
| * | | Add other statement typesLeonid Logvinov2018-03-131-0/+24
| | | |
| * | | Properly and consistently parse ENV varsLeonid Logvinov2018-03-134-8/+9
| | | |
| * | | Add forgotten fileLeonid Logvinov2018-03-131-0/+6
| | | |
| * | | Start using solidity-parser-antlrLeonid Logvinov2018-03-136-63/+361
| | | |
| * | | Submit a TD PRLeonid Logvinov2018-03-121-1/+1
| | | |
| * | | Add an explanatory comment for making ranges uniqueLeonid Logvinov2018-03-121-0/+1
| | | |
| * | | Fix a typo in handling env variablesLeonid Logvinov2018-03-121-3/+3
| | | |
| * | | Introduce TESTRPC_FIRST_ADDRESSLeonid Logvinov2018-03-122-1/+4
| | | |
| * | | Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-1211-32/+28
| | | |
| * | | Fix commentsLeonid Logvinov2018-03-122-6/+4
| | | |
| * | | Fix deployer CHANGELOGLeonid Logvinov2018-03-121-7/+7
| | | |
| * | | Merge branch 'feature/solcov' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-03-122-0/+28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/solcov * 'feature/solcov' of github.com:0xProject/0x-monorepo: Add a HACK to detect coverage of the modifiers with no parameters
| | * | | Add a HACK to detect coverage of the modifiers with no parametersLeonid Logvinov2018-03-122-0/+28
| | | | |
| * | | | Improve the sol-cov readmeFabio Berger2018-03-121-4/+8
| |/ / /
| * | | Treap transactions to address 0x0 as contract creationLeonid Logvinov2018-03-121-6/+4
| | | |
| * | | Add sol-cov READMELeonid Logvinov2018-03-121-0/+63
| | | |
| * | | Add an example deployment scriptLeonid Logvinov2018-03-122-1/+31
| | | |
| * | | Fix subproviders CHANGELOGLeonid Logvinov2018-03-121-2/+5
| | | |
| * | | Remove redundant Date.now()Leonid Logvinov2018-03-123-2/+20
| | | |
| * | | Make env variables parsing more strict and add docsLeonid Logvinov2018-03-122-2/+11
| | | |
| * | | Fix a typoLeonid Logvinov2018-03-121-1/+1
| | | |
| * | | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-128-20/+22
| | | |
| * | | Use locks instead of semaphores in ledger subproviderLeonid Logvinov2018-03-122-27/+15
| | | |
| * | | Don't await lock releasesLeonid Logvinov2018-03-121-2/+2
| | | |
| * | | Add support for async calls under coverageLeonid Logvinov2018-03-124-25/+52
| | | |