Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |