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