Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
|\ | |||||
| * | Replace `-` with `_` in yarn script name so that we are consistent across yar... | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
* | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ... | Fabio Berger | 2018-06-05 | 1 | -2/+4 |
|/ | |||||
* | Don't automatically rebuild when running yarn test | Alex Browne | 2018-06-05 | 1 | -1/+2 |
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 2 | -2/+2 |
* | Add ethereum-types to extraFileIncludes | Leonid Logvinov | 2018-06-01 | 1 | -1/+2 |
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 4 | -4/+4 |
* | Remove some types | Leonid Logvinov | 2018-06-01 | 1 | -0/+1 |
* | Upgrade solidity parser | Leonid Logvinov | 2018-05-24 | 1 | -1/+1 |
* | Fix trace test | Leonid Logvinov | 2018-05-24 | 1 | -1/+1 |
* | Fix linter issues | Leonid Logvinov | 2018-05-24 | 1 | -1/+2 |
* | Address feedback | Leonid Logvinov | 2018-05-23 | 4 | -26/+38 |
* | Parse compiler.json in SolCompilerArtifactsAdapter | Leonid Logvinov | 2018-05-23 | 1 | -3/+12 |
* | Add a more verbose comment for self-destruct | Leonid Logvinov | 2018-05-23 | 1 | -1/+5 |
* | Fix depth tracking in a tracer | Leonid Logvinov | 2018-05-23 | 1 | -1/+16 |
* | Fix sol-compiler version | Leonid Logvinov | 2018-05-23 | 1 | -1/+1 |
* | Fix sol-cov tests | Leonid Logvinov | 2018-05-23 | 2 | -2/+4 |
* | Fix a bug in CALL-like opcode handling | Leonid Logvinov | 2018-05-23 | 1 | -7/+17 |
* | Remove trace.json | Leonid Logvinov | 2018-05-23 | 1 | -3227/+0 |
* | Suppport subcalls in constructor | Leonid Logvinov | 2018-05-23 | 1 | -10/+26 |
* | Use BlockParamLiteral.Latest | Leonid Logvinov | 2018-05-23 | 2 | -4/+8 |
* | Address feedback | Leonid Logvinov | 2018-05-23 | 3 | -22/+11 |
* | Use loglevel instead of verbose flag | Leonid Logvinov | 2018-05-23 | 2 | -14/+12 |
* | Publish | Leonid Logvinov | 2018-05-23 | 1 | -8/+7 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-23 | 1 | -0/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-23 | 2 | -1/+14 |
* | Fix import paths | Leonid Logvinov | 2018-05-23 | 3 | -3/+3 |
* | Refactor ContractData lookup | Leonid Logvinov | 2018-05-23 | 2 | -34/+33 |
* | Remove a comment | Leonid Logvinov | 2018-05-23 | 1 | -1/+0 |
* | Use a hidden directory for temp artifacts | Leonid Logvinov | 2018-05-23 | 2 | -2/+1 |
* | Match class names with file names | Leonid Logvinov | 2018-05-23 | 4 | -3/+3 |
* | Improve a CHANGELOG comment | Leonid Logvinov | 2018-05-23 | 1 | -1/+1 |
* | Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapter | Leonid Logvinov | 2018-05-23 | 4 | -7/+7 |
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 4 | -3/+3230 |
* | Add CHANGELOG entries | Leonid Logvinov | 2018-05-23 | 1 | -0/+21 |
* | Support all opcodes in a trace parser | Leonid Logvinov | 2018-05-23 | 2 | -54/+30 |
* | Make sol-cov work with truffle and other artifact adapters | Leonid Logvinov | 2018-05-23 | 11 | -83/+346 |
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 2 | -0/+4 |
|\ | |||||
| * | Disable magic number rule in more places where it isn't helping code readability | Fabio Berger | 2018-05-17 | 1 | -4/+4 |
| * | Merge branch 'development' into improvement/addCustomTslintRules | Fabio Berger | 2018-05-16 | 1 | -0/+3 |
| |\ | |||||
| * | | Fix TSLint rules | Fabio Berger | 2018-05-16 | 2 | -2/+6 |
* | | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 6 | -1/+7 |
| |/ |/| | |||||
* | | Merge pull request #578 from 0xProject/document-node-version | Alex Browne | 2018-05-16 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | Change minimum Node version to 6.12 | Alex Browne | 2018-05-15 | 1 | -1/+1 |
| * | Document Node.js version requirement and add it to package.json | Alex Browne | 2018-05-15 | 1 | -0/+3 |
* | | Fix sol-compiler binary so it can be called directly from packages | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
* | | Remove build from docs:stage commands | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
* | | Move from using lerna multi-package commands to wsrun, update README's accord... | Fabio Berger | 2018-05-15 | 2 | -16/+4 |
|/ | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
* | Revert "Remove gitkeeps" | Fabio Berger | 2018-05-12 | 1 | -0/+0 |
* | Remove gitkeeps | Fabio Berger | 2018-05-11 | 1 | -0/+0 |
* | Create coverage dir if doesn't exist | Fabio Berger | 2018-05-11 | 2 | -0/+8 |
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 5 | -23/+12 |
|\ | |||||
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -3/+1 |
| * | Fix linter issues | Leonid Logvinov | 2018-05-10 | 5 | -20/+11 |
| * | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -2/+2 |
* | | Add artifacts to clean command | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
* | | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-10 | 5 | -40/+66 |
|\| | |||||
| * | Configure the compiler to generate artifacts with deployedBytecode | Leonid Logvinov | 2018-05-10 | 2 | -1/+19 |
| * | Add removeHexPrefix util method | Leonid Logvinov | 2018-05-07 | 2 | -6/+6 |
| * | Fix sol-cov to work with the new artifacts format | Leonid Logvinov | 2018-05-07 | 2 | -25/+30 |
| * | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 2 | -14/+17 |
* | | Add missing quote | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
* | | Remove uneeded tslint config | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
|/ | |||||
* | Publish | Leonid Logvinov | 2018-05-05 | 1 | -4/+4 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-05 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-05-04 | 1 | -6/+6 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-04 | 2 | -1/+14 |
* | Publish | Fabio Berger | 2018-04-18 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-18 | 2 | -1/+14 |
* | Rename resolver to sol-resolver | Leonid Logvinov | 2018-04-16 | 1 | -0/+1 |
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 8 | -105/+13 |
* | Improve on readability | Leonid Logvinov | 2018-04-12 | 1 | -5/+2 |
* | Merge branch 'development' into fix/docImprovements | Fabio Berger | 2018-04-12 | 4 | -9/+22 |
|\ | |||||
| * | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-12 | 3 | -6/+19 |
| |\ | |||||
| | * | Publish | Leonid Logvinov | 2018-04-12 | 1 | -6/+6 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-04-12 | 2 | -0/+13 |
| * | | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
| |\| | |||||
| * | | Fix tslint | Fabio Berger | 2018-04-09 | 1 | -2/+2 |
| * | | merge development | Fabio Berger | 2018-04-09 | 1 | -2/+40 |
| |\ \ | |||||
| * \ \ | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-05 | 1 | -315/+0 |
| |\ \ \ | |||||
| * | | | | Add --exit to all mocha calls so they exit when called from top-level yarn co... | Fabio Berger | 2018-04-04 | 1 | -1/+1 |
* | | | | | Merge branch 'development' into fix/docImprovements | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix documentation links in some READMEs | Brandon Millman | 2018-04-11 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* / | | | Fix sol-cov, web3-wrapper, subproviders documentation pages given recent chan... | Fabio Berger | 2018-04-11 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #505 from 0xProject/fix/readmeContributingSection | Fabio Berger | 2018-04-06 | 1 | -2/+40 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix contributing links | Fabio Berger | 2018-04-05 | 1 | -1/+1 |
| * | | Improve contributing section of all packages so they include building entire ... | Fabio Berger | 2018-04-05 | 1 | -3/+41 |
| |/ | |||||
* / | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -315/+0 |
|/ | |||||
* | Merge branch 'development' into removeUnusedDeps | Fabio Berger | 2018-04-04 | 1 | -4/+2 |
|\ | |||||
| * | Remove `isPublished` from all CHANGELOG.json filesx | Fabio Berger | 2018-04-03 | 1 | -4/+2 |
* | | Remove remaining unused deps | Fabio Berger | 2018-04-03 | 2 | -5/+1 |
|/ | |||||
* | After publish | Leonid Logvinov | 2018-04-02 | 1 | -1/+2 |
* | Publish | Leonid Logvinov | 2018-04-02 | 1 | -7/+7 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 2 | -0/+13 |
* | Merge branch 'development' into feature/metacoin | Leonid Logvinov | 2018-04-02 | 2 | -1/+3 |
|\ | |||||
| * | Add manual postpublish command to all public packages and update CHANGELOG.json | Fabio Berger | 2018-04-02 | 2 | -1/+3 |
* | | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 3 | -9/+2 |
|/ | |||||
* | Publish | Fabio Berger | 2018-04-02 | 1 | -8/+10 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -2/+21 |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+1 |
* | Merge pull request #482 from 0xProject/feature/web3-types | Leonid Logvinov | 2018-03-28 | 2 | -12/+11 |
|\ | |||||
| * | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 2 | -12/+11 |
* | | merge developmentx | Fabio Berger | 2018-03-28 | 2 | -3/+1 |
|\| | |||||
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 2 | -3/+1 |
* | | Add monorepo_scripts to npmignore | Fabio Berger | 2018-03-27 | 1 | -0/+1 |
|/ | |||||
* | Make handleRequest public and add comment for it | Fabio Berger | 2018-03-22 | 1 | -3/+10 |
* | npm -> yarn | Fabio Berger | 2018-03-22 | 1 | -1/+1 |
* | Move usage out of README and replace with link to Docs | Fabio Berger | 2018-03-22 | 1 | -23/+8 |
* | Improve comments | Fabio Berger | 2018-03-22 | 1 | -5/+9 |
* | Add comments to sol-cov | Fabio Berger | 2018-03-22 | 1 | -9/+18 |
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming... | Fabio Berger | 2018-03-20 | 2 | -1/+1 |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 | 1 | -9/+12 |
|\ | |||||
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -2/+2 |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -5/+5 |
| * | Make new packages default to public on publish | Fabio Berger | 2018-03-19 | 1 | -1/+4 |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -9/+9 |
* | | Add sol-cov docs to website | Fabio Berger | 2018-03-18 | 1 | -1/+1 |
* | | Refactor CoverageSubprovider to use subproviders types | Fabio Berger | 2018-03-18 | 1 | -6/+2 |
* | | Add doc setup to sol-cov | Fabio Berger | 2018-03-18 | 2 | -1/+23 |
|/ | |||||
* | Add a complex test for ast visitor | Leonid Logvinov | 2018-03-16 | 2 | -0/+478 |
* | Move opcodes to constants | Leonid Logvinov | 2018-03-16 | 3 | -9/+11 |
* | Add tests for sol-cov | Leonid Logvinov | 2018-03-15 | 17 | -14/+363 |
* | Add script copying to build command | Fabio Berger | 2018-03-14 | 1 | -1/+2 |
* | Add postpublish script to sol-cov | Fabio Berger | 2018-03-14 | 4 | -6/+18 |
* | Address feedback | Leonid Logvinov | 2018-03-14 | 1 | -13/+9 |
* | Add other statement types | Leonid Logvinov | 2018-03-13 | 1 | -0/+24 |
* | Start using solidity-parser-antlr | Leonid Logvinov | 2018-03-13 | 5 | -63/+357 |
* | Submit a TD PR | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
* | Add an explanatory comment for making ranges unique | Leonid Logvinov | 2018-03-12 | 1 | -0/+1 |
* | Merge branch 'feature/solcov' of github.com:0xProject/0x-monorepo into featur... | Fabio Berger | 2018-03-12 | 2 | -0/+28 |
|\ | |||||
| * | Add a HACK to detect coverage of the modifiers with no parameters | Leonid Logvinov | 2018-03-12 | 2 | -0/+28 |
* | | Improve the sol-cov readme | Fabio Berger | 2018-03-12 | 1 | -4/+8 |
|/ | |||||
* | Treap transactions to address 0x0 as contract creation | Leonid Logvinov | 2018-03-12 | 1 | -6/+4 |
* | Add sol-cov README | Leonid Logvinov | 2018-03-12 | 1 | -0/+63 |
* | Remove redundant Date.now() | Leonid Logvinov | 2018-03-12 | 2 | -2/+1 |
* | Don't await lock releases | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
* | Add support for async calls under coverage | Leonid Logvinov | 2018-03-12 | 2 | -16/+39 |
* | Add builtin modifier 'constant' | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
* | Disable completed docs rule | Leonid Logvinov | 2018-03-12 | 1 | -1/+4 |
* | Address feedback | Leonid Logvinov | 2018-03-12 | 2 | -9/+20 |
* | Make _getSingleFileCoverageForTrace a private static method | Leonid Logvinov | 2018-03-12 | 1 | -50/+51 |
* | Use better variable name | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
* | Introduce redundant vars | Leonid Logvinov | 2018-03-12 | 1 | -3/+6 |
* | Throw an error if artifacts not found | Leonid Logvinov | 2018-03-12 | 1 | -0/+3 |
* | Fix a typo | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
* | Use string enum for branch types | Leonid Logvinov | 2018-03-12 | 1 | -4/+10 |
* | Fix a typo | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
* | Remove initial implementation entry | Leonid Logvinov | 2018-03-12 | 1 | -4/+0 |
* | Stop making an assumption that contract code is immutable | Leonid Logvinov | 2018-03-12 | 3 | -52/+73 |
* | Cache code parsing | Leonid Logvinov | 2018-03-12 | 3 | -7/+22 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 19 | -0/+742 |