index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
sol-cov
/
src
/
coverage_manager.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor sol-cov to de-duplicate code for coverage and profiling
Alex Browne
2018-06-13
1
-169
/
+0
*
Rename computeCoverageAsync -> computeSingleTraceCoverageAsync
Alex Browne
2018-06-13
1
-1
/
+1
*
Refactor sol-cov to avoid keeping traceInfo in memory
Alex Browne
2018-06-13
1
-38
/
+29
*
Implement SolidityProfiler & adapt sol-cov to work with Geth
Leonid Logvinov
2018-06-09
1
-95
/
+59
*
Try enabling no-unused-variable...
fragosti
2018-06-05
1
-7
/
+3
*
Address feedback
Leonid Logvinov
2018-05-23
1
-1
/
+3
*
Address feedback
Leonid Logvinov
2018-05-23
1
-2
/
+2
*
Use loglevel instead of verbose flag
Leonid Logvinov
2018-05-23
1
-11
/
+7
*
Refactor ContractData lookup
Leonid Logvinov
2018-05-23
1
-32
/
+31
*
Remove a comment
Leonid Logvinov
2018-05-23
1
-1
/
+0
*
Make sol-cov work with truffle and other artifact adapters
Leonid Logvinov
2018-05-23
1
-35
/
+64
*
Create coverage dir if doesn't exist
Fabio Berger
2018-05-11
1
-0
/
+5
*
Remove unused deployer docs configs
Leonid Logvinov
2018-05-10
1
-3
/
+1
*
Fix linter issues
Leonid Logvinov
2018-05-10
1
-6
/
+5
*
Add removeHexPrefix util method
Leonid Logvinov
2018-05-07
1
-6
/
+2
*
Fix sol-cov to work with the new artifacts format
Leonid Logvinov
2018-05-07
1
-24
/
+27
*
Implement new artifacts format
Leonid Logvinov
2018-05-07
1
-2
/
+8
*
Add tests for sol-cov
Leonid Logvinov
2018-03-15
1
-1
/
+1
*
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
1
-0
/
+24
*
Remove redundant Date.now()
Leonid Logvinov
2018-03-12
1
-1
/
+1
*
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
*
Stop making an assumption that contract code is immutable
Leonid Logvinov
2018-03-12
1
-48
/
+39
*
Add sol-cover implementation
Leonid Logvinov
2018-03-12
1
-0
/
+166