aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Create coverage dir if doesn't existFabio Berger2018-05-111-0/+5
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-3/+1
* Fix linter issuesLeonid Logvinov2018-05-103-15/+8
* Add removeHexPrefix util methodLeonid Logvinov2018-05-072-6/+6
* Fix sol-cov to work with the new artifacts formatLeonid Logvinov2018-05-072-25/+30
* Implement new artifacts formatLeonid Logvinov2018-05-072-14/+17
* Rename resolver to sol-resolverLeonid Logvinov2018-04-161-0/+1
* Implement the resolverLeonid Logvinov2018-04-122-17/+6
* Improve on readabilityLeonid Logvinov2018-04-121-5/+2
* Fix tslintFabio Berger2018-04-091-2/+2
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-315/+0
* Remove remaining unused depsFabio Berger2018-04-031-1/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+0
* Move common types out of web3 typesLeonid Logvinov2018-03-271-7/+7
* Make handleRequest public and add comment for itFabio Berger2018-03-221-3/+10
* Improve commentsFabio Berger2018-03-221-5/+9
* Add comments to sol-covFabio Berger2018-03-221-9/+18
* Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming...Fabio Berger2018-03-201-0/+0
* Refactor CoverageSubprovider to use subproviders typesFabio Berger2018-03-181-6/+2
* Add doc setup to sol-covFabio Berger2018-03-181-0/+8
* Move opcodes to constantsLeonid Logvinov2018-03-162-5/+9
* Add tests for sol-covLeonid Logvinov2018-03-155-11/+11
* Add postpublish script to sol-covFabio Berger2018-03-142-0/+16
* Add other statement typesLeonid Logvinov2018-03-131-0/+24
* Start using solidity-parser-antlrLeonid Logvinov2018-03-134-63/+356
* Submit a TD PRLeonid Logvinov2018-03-121-1/+1
* Add an explanatory comment for making ranges uniqueLeonid Logvinov2018-03-121-0/+1
* Add a HACK to detect coverage of the modifiers with no parametersLeonid Logvinov2018-03-122-0/+28
* Treap transactions to address 0x0 as contract creationLeonid Logvinov2018-03-121-6/+4
* Remove redundant Date.now()Leonid Logvinov2018-03-122-2/+1
* Don't await lock releasesLeonid Logvinov2018-03-121-2/+2
* Add support for async calls under coverageLeonid Logvinov2018-03-121-15/+37
* Add builtin modifier 'constant'Leonid Logvinov2018-03-121-1/+1
* Address feedbackLeonid Logvinov2018-03-122-9/+20
* Make _getSingleFileCoverageForTrace a private static methodLeonid Logvinov2018-03-121-50/+51
* Use better variable nameLeonid Logvinov2018-03-121-2/+2
* Introduce redundant varsLeonid Logvinov2018-03-121-3/+6
* Throw an error if artifacts not foundLeonid Logvinov2018-03-121-0/+3
* Fix a typoLeonid Logvinov2018-03-121-1/+2
* Use string enum for branch typesLeonid Logvinov2018-03-121-4/+10
* Stop making an assumption that contract code is immutableLeonid Logvinov2018-03-123-52/+73
* Cache code parsingLeonid Logvinov2018-03-121-6/+15
* Add sol-cover implementationLeonid Logvinov2018-03-1212-0/+674