Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename resolver to sol-resolver | Leonid Logvinov | 2018-04-16 | 1 | -0/+1 |
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 2 | -17/+6 |
* | Improve on readability | Leonid Logvinov | 2018-04-12 | 1 | -5/+2 |
* | Fix tslint | Fabio Berger | 2018-04-09 | 1 | -2/+2 |
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -315/+0 |
* | Remove remaining unused deps | Fabio Berger | 2018-04-03 | 1 | -1/+0 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -2/+0 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -7/+7 |
* | Make handleRequest public and add comment for it | Fabio Berger | 2018-03-22 | 1 | -3/+10 |
* | 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 | 1 | -0/+0 |
* | 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 | 1 | -0/+8 |
* | Move opcodes to constants | Leonid Logvinov | 2018-03-16 | 2 | -5/+9 |
* | Add tests for sol-cov | Leonid Logvinov | 2018-03-15 | 5 | -11/+11 |
* | Add postpublish script to sol-cov | Fabio Berger | 2018-03-14 | 2 | -0/+16 |
* | Add other statement types | Leonid Logvinov | 2018-03-13 | 1 | -0/+24 |
* | Start using solidity-parser-antlr | Leonid Logvinov | 2018-03-13 | 4 | -63/+356 |
* | 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 |
* | Add a HACK to detect coverage of the modifiers with no parameters | Leonid Logvinov | 2018-03-12 | 2 | -0/+28 |
* | Treap transactions to address 0x0 as contract creation | Leonid Logvinov | 2018-03-12 | 1 | -6/+4 |
* | 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 | 1 | -15/+37 |
* | Add builtin modifier 'constant' | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
* | 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 |
* | 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 | 1 | -6/+15 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 12 | -0/+674 |