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