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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use make-promises-safe as a preloader instead of manually importing
Alex Browne
2018-06-22
6
-6
/
+1
*
Fix some bugs in sol-cov
Alex Browne
2018-06-22
2
-7
/
+23
*
Merge pull request #702 from perissology/feature/missing-sources
Leonid Logvinov
2018-06-22
3
-3
/
+9
|
\
|
*
fix linter issues
perissology
2018-06-22
1
-1
/
+1
|
*
only call getLocationByOffset if source if defined
perissology
2018-06-21
1
-4
/
+1
|
*
Collect coverage for provided sources
perissology
2018-06-15
3
-2
/
+11
*
|
Update version for @types/solidity-parser-antlr
Alex Browne
2018-06-21
1
-1
/
+1
*
|
Update to match latest type definitions and other small changes
Alex Browne
2018-06-21
2
-9
/
+11
*
|
Update sol-cov CHANGELOG.json
Alex Browne
2018-06-21
1
-12
/
+20
*
|
Include source code snippets in revert stack traces
Alex Browne
2018-06-21
5
-21
/
+254
*
|
Fix CHANGELOG entries changed during incorrect merge (2a4456b)
Fabio Berger
2018-06-21
1
-0
/
+69
*
|
Update all package versions to match latest published to NPM
Fabio Berger
2018-06-19
1
-9
/
+9
*
|
Update CHANGELOG's with publishes performed on development branch
Fabio Berger
2018-06-19
2
-65
/
+16
*
|
Remove redundant check in trace.ts and revert_trace.ts
Alex Browne
2018-06-15
2
-6
/
+1
*
|
Fix linter errors
Alex Browne
2018-06-15
1
-0
/
+1
*
|
De-duplicate code by refactoring subprovider classes
Alex Browne
2018-06-15
5
-204
/
+89
*
|
Remove unused variables and other small fixes
Alex Browne
2018-06-15
2
-4
/
+4
*
|
Reverse order of stack trace to match behavior of most other language stack t...
Alex Browne
2018-06-15
1
-1
/
+1
*
|
Fix a bug in revert_trace.ts
Alex Browne
2018-06-15
3
-17
/
+32
*
|
Introduce subprovider for printing revert stack traces
Alex Browne
2018-06-15
6
-28
/
+364
|
/
*
Rename _coverageCollector -> _profilerCollector in TraceCollectionSubprovider
Alex Browne
2018-06-13
1
-4
/
+4
*
Refactor sol-cov to de-duplicate code for coverage and profiling
Alex Browne
2018-06-13
5
-306
/
+264
*
Rename computeCoverageAsync -> computeSingleTraceCoverageAsync
Alex Browne
2018-06-13
4
-4
/
+4
*
Fix linter errors
Alex Browne
2018-06-13
3
-10
/
+6
*
Refactor sol-cov to avoid keeping traceInfo in memory
Alex Browne
2018-06-13
5
-92
/
+76
*
Upgrade solidity-parser-entlr 0.2.11 => 0.2.12
Leonid Logvinov
2018-06-13
1
-1
/
+1
*
Merge pull request #690 from 0xProject/feature/truffle-sol-cov-fixes
Leonid Logvinov
2018-06-12
3
-6
/
+20
|
\
|
*
Add CHANGELOGs
Leonid Logvinov
2018-06-12
1
-0
/
+12
|
*
Speed-up sol-cov
Leonid Logvinov
2018-06-12
1
-2
/
+2
|
*
Don't throw when no config file is found
Leonid Logvinov
2018-06-12
1
-4
/
+6
*
|
Merge pull request #684 from 0xProject/fix/contract-wrappers/exchangeTransfer...
Fabio Berger
2018-06-12
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-3
/
+3
*
|
Add EmitStatement to ASTVisitor
Leonid Logvinov
2018-06-12
1
-0
/
+3
|
/
*
Fix a bug in SolCompilerArtifacts adapter config overriding
Leonid Logvinov
2018-06-12
1
-2
/
+2
*
Remove some copy-paste code
Leonid Logvinov
2018-06-09
1
-36
/
+6
*
Fix typos
Leonid Logvinov
2018-06-09
3
-6
/
+11
*
Await fake transactions
Leonid Logvinov
2018-06-09
1
-4
/
+4
*
Fix a typo
Leonid Logvinov
2018-06-09
1
-1
/
+1
*
Implement SolidityProfiler & adapt sol-cov to work with Geth
Leonid Logvinov
2018-06-09
12
-285
/
+605
*
Merge pull request #676 from 0xProject/feature/mocha-source-maps
Alex Browne
2018-06-08
1
-1
/
+1
|
\
|
*
Use source-map-support package to include correct line numbers in mocha
Alex Browne
2018-06-07
1
-1
/
+1
*
|
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-2
/
+4
|
\
|
|
*
Merge v2-prototype
Fabio Berger
2018-06-06
1
-1
/
+1
|
|
\
|
*
|
- Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...
Fabio Berger
2018-06-05
1
-2
/
+4
*
|
|
merge v2-prototype
Fabio Berger
2018-06-06
1
-1
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Replace `-` with `_` in yarn script name so that we are consistent across yar...
Fabio Berger
2018-06-05
1
-1
/
+1
|
|
/
|
*
Don't automatically rebuild when running yarn test
Alex Browne
2018-06-05
1
-1
/
+2
*
|
Try enabling no-unused-variable...
fragosti
2018-06-05
9
-23
/
+6
|
/
*
Fix linter errors
Leonid Logvinov
2018-06-01
2
-2
/
+2
*
Add ethereum-types to extraFileIncludes
Leonid Logvinov
2018-06-01
1
-1
/
+2
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
4
-4
/
+4
*
Remove some types
Leonid Logvinov
2018-06-01
1
-0
/
+1
*
Upgrade solidity parser
Leonid Logvinov
2018-05-24
1
-1
/
+1
*
Fix trace test
Leonid Logvinov
2018-05-24
1
-1
/
+1
*
Fix linter issues
Leonid Logvinov
2018-05-24
1
-1
/
+2
*
Address feedback
Leonid Logvinov
2018-05-23
4
-26
/
+38
*
Parse compiler.json in SolCompilerArtifactsAdapter
Leonid Logvinov
2018-05-23
1
-3
/
+12
*
Add a more verbose comment for self-destruct
Leonid Logvinov
2018-05-23
1
-1
/
+5
*
Fix depth tracking in a tracer
Leonid Logvinov
2018-05-23
1
-1
/
+16
*
Fix sol-compiler version
Leonid Logvinov
2018-05-23
1
-1
/
+1
*
Fix sol-cov tests
Leonid Logvinov
2018-05-23
2
-2
/
+4
*
Fix a bug in CALL-like opcode handling
Leonid Logvinov
2018-05-23
1
-7
/
+17
*
Remove trace.json
Leonid Logvinov
2018-05-23
1
-3227
/
+0
*
Suppport subcalls in constructor
Leonid Logvinov
2018-05-23
1
-10
/
+26
*
Use BlockParamLiteral.Latest
Leonid Logvinov
2018-05-23
2
-4
/
+8
*
Address feedback
Leonid Logvinov
2018-05-23
3
-22
/
+11
*
Use loglevel instead of verbose flag
Leonid Logvinov
2018-05-23
2
-14
/
+12
*
Publish
Leonid Logvinov
2018-05-23
1
-8
/
+7
*
Updated CHANGELOGS
Leonid Logvinov
2018-05-23
1
-0
/
+1
*
Updated CHANGELOGS
Leonid Logvinov
2018-05-23
2
-1
/
+14
*
Fix import paths
Leonid Logvinov
2018-05-23
3
-3
/
+3
*
Refactor ContractData lookup
Leonid Logvinov
2018-05-23
2
-34
/
+33
*
Remove a comment
Leonid Logvinov
2018-05-23
1
-1
/
+0
*
Use a hidden directory for temp artifacts
Leonid Logvinov
2018-05-23
2
-2
/
+1
*
Match class names with file names
Leonid Logvinov
2018-05-23
4
-3
/
+3
*
Improve a CHANGELOG comment
Leonid Logvinov
2018-05-23
1
-1
/
+1
*
Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapter
Leonid Logvinov
2018-05-23
4
-7
/
+7
*
Remove web3Factory.create and remove dev-tools dependency on sol-cov
Leonid Logvinov
2018-05-23
4
-3
/
+3230
*
Add CHANGELOG entries
Leonid Logvinov
2018-05-23
1
-0
/
+21
*
Support all opcodes in a trace parser
Leonid Logvinov
2018-05-23
2
-54
/
+30
*
Make sol-cov work with truffle and other artifact adapters
Leonid Logvinov
2018-05-23
11
-83
/
+346
*
Merge pull request #594 from 0xProject/improvement/addCustomTslintRules
Fabio Berger
2018-05-23
2
-0
/
+4
|
\
|
*
Disable magic number rule in more places where it isn't helping code readability
Fabio Berger
2018-05-17
1
-4
/
+4
|
*
Merge branch 'development' into improvement/addCustomTslintRules
Fabio Berger
2018-05-16
1
-0
/
+3
|
|
\
|
*
|
Fix TSLint rules
Fabio Berger
2018-05-16
2
-2
/
+6
*
|
|
Use make-promises-safe to catch unhandled rejections in tests
Alex Browne
2018-05-17
6
-1
/
+7
|
|
/
|
/
|
*
|
Merge pull request #578 from 0xProject/document-node-version
Alex Browne
2018-05-16
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Change minimum Node version to 6.12
Alex Browne
2018-05-15
1
-1
/
+1
|
*
Document Node.js version requirement and add it to package.json
Alex Browne
2018-05-15
1
-0
/
+3
*
|
Fix sol-compiler binary so it can be called directly from packages
Fabio Berger
2018-05-15
1
-1
/
+1
*
|
Remove build from docs:stage commands
Fabio Berger
2018-05-15
1
-1
/
+1
*
|
Move from using lerna multi-package commands to wsrun, update README's accord...
Fabio Berger
2018-05-15
2
-16
/
+4
|
/
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-1
/
+1
*
Revert "Remove gitkeeps"
Fabio Berger
2018-05-12
1
-0
/
+0
*
Remove gitkeeps
Fabio Berger
2018-05-11
1
-0
/
+0
*
Create coverage dir if doesn't exist
Fabio Berger
2018-05-11
2
-0
/
+8
*
Merge branch 'development' into breakUp0xjs
Fabio Berger
2018-05-11
5
-23
/
+12
|
\
|
*
Remove unused deployer docs configs
Leonid Logvinov
2018-05-10
1
-3
/
+1
|
*
Fix linter issues
Leonid Logvinov
2018-05-10
5
-20
/
+11
|
*
Rename deployer to sol-compiler
Leonid Logvinov
2018-05-10
1
-2
/
+2
*
|
Add artifacts to clean command
Fabio Berger
2018-05-11
1
-1
/
+1
*
|
Merge branch 'development' into breakUp0xjs
Fabio Berger
2018-05-10
5
-40
/
+66
|
\
|
|
*
Configure the compiler to generate artifacts with deployedBytecode
Leonid Logvinov
2018-05-10
2
-1
/
+19
|
*
Add removeHexPrefix util method
Leonid Logvinov
2018-05-07
2
-6
/
+6
|
*
Fix sol-cov to work with the new artifacts format
Leonid Logvinov
2018-05-07
2
-25
/
+30
|
*
Implement new artifacts format
Leonid Logvinov
2018-05-07
2
-14
/
+17
*
|
Add missing quote
Fabio Berger
2018-05-10
1
-1
/
+1
*
|
Remove uneeded tslint config
Fabio Berger
2018-05-10
1
-1
/
+1
|
/
*
Publish
contracts@2.1.28
@0xproject/website@0.0.32
@0xproject/testnet-faucets@1.0.29
@0xproject/sra-report@0.0.14
@0xproject/sol-resolver@0.0.4
@0xproject/react-docs-example@0.0.11
@0xproject/migrations@0.0.5
@0xproject/metacoin@0.0.6
@0xproject/dev-utils@0.4.1
@0xproject/base-contract@0.3.1
Leonid Logvinov
2018-05-05
1
-4
/
+4
*
Updated CHANGELOGS
Leonid Logvinov
2018-05-05
2
-0
/
+13
*
Publish
contracts@2.1.26
@0xproject/website@0.0.29
@0xproject/testnet-faucets@1.0.27
@0xproject/sra-report@0.0.12
@0xproject/sol-resolver@0.0.3
@0xproject/react-docs-example@0.0.9
@0xproject/monorepo-scripts@0.1.19
@0xproject/migrations@0.0.4
@0xproject/metacoin@0.0.5
@0xproject/dev-utils@0.4.0
@0xproject/base-contract@0.3.0
Leonid Logvinov
2018-05-04
1
-6
/
+6
*
Updated CHANGELOGS
Leonid Logvinov
2018-05-04
2
-1
/
+14
*
Publish
contracts@2.1.23
@0xproject/website@0.0.26
@0xproject/testnet-faucets@1.0.24
@0xproject/sra-report@0.0.9
@0xproject/sol-resolver@0.0.2
@0xproject/react-docs-example@0.0.8
@0xproject/monorepo-scripts@0.1.18
@0xproject/migrations@0.0.2
@0xproject/metacoin@0.0.4
@0xproject/dev-utils@0.3.6
@0xproject/base-contract@0.2.1
Fabio Berger
2018-04-18
1
-6
/
+6
*
Updated CHANGELOGS
Fabio Berger
2018-04-18
2
-1
/
+14
*
Rename resolver to sol-resolver
Leonid Logvinov
2018-04-16
1
-0
/
+1
*
Implement the resolver
Leonid Logvinov
2018-04-12
8
-105
/
+13
*
Improve on readability
Leonid Logvinov
2018-04-12
1
-5
/
+2
*
Merge branch 'development' into fix/docImprovements
Fabio Berger
2018-04-12
4
-9
/
+22
|
\
|
*
Merge branch 'development' into removeMigrateStep
Fabio Berger
2018-04-12
3
-6
/
+19
|
|
\
|
|
*
Publish
contracts@2.1.22
@0xproject/website@0.0.25
@0xproject/testnet-faucets@1.0.23
@0xproject/sra-report@0.0.8
@0xproject/react-docs-example@0.0.7
@0xproject/monorepo-scripts@0.1.17
@0xproject/metacoin@0.0.3
@0xproject/dev-utils@0.3.5
@0xproject/base-contract@0.2.0
Leonid Logvinov
2018-04-12
1
-6
/
+6
|
|
*
Updated CHANGELOGS
Leonid Logvinov
2018-04-12
2
-0
/
+13
|
*
|
Merge branch 'development' into removeMigrateStep
Fabio Berger
2018-04-11
1
-1
/
+1
|
|
\
|
|
*
|
Fix tslint
Fabio Berger
2018-04-09
1
-2
/
+2
|
*
|
merge development
Fabio Berger
2018-04-09
1
-2
/
+40
|
|
\
\
|
*
\
\
Merge branch 'development' into removeMigrateStep
Fabio Berger
2018-04-05
1
-315
/
+0
|
|
\
\
\
|
*
|
|
|
Add --exit to all mocha calls so they exit when called from top-level yarn co...
Fabio Berger
2018-04-04
1
-1
/
+1
*
|
|
|
|
Merge branch 'development' into fix/docImprovements
Fabio Berger
2018-04-11
1
-1
/
+1
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Fix documentation links in some READMEs
Brandon Millman
2018-04-11
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Fix sol-cov, web3-wrapper, subproviders documentation pages given recent chan...
Fabio Berger
2018-04-11
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #505 from 0xProject/fix/readmeContributingSection
Fabio Berger
2018-04-06
1
-2
/
+40
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix contributing links
Fabio Berger
2018-04-05
1
-1
/
+1
|
*
|
Improve contributing section of all packages so they include building entire ...
Fabio Berger
2018-04-05
1
-3
/
+41
|
|
/
*
/
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
1
-315
/
+0
|
/
*
Merge branch 'development' into removeUnusedDeps
Fabio Berger
2018-04-04
1
-4
/
+2
|
\
|
*
Remove `isPublished` from all CHANGELOG.json filesx
Fabio Berger
2018-04-03
1
-4
/
+2
*
|
Remove remaining unused deps
Fabio Berger
2018-04-03
2
-5
/
+1
|
/
*
After publish
Leonid Logvinov
2018-04-02
1
-1
/
+2
*
Publish
contracts@2.1.21
@0xproject/website@0.0.24
@0xproject/testnet-faucets@1.0.22
@0xproject/sra-report@0.0.7
@0xproject/react-docs-example@0.0.6
@0xproject/monorepo-scripts@0.1.16
@0xproject/metacoin@0.0.2
@0xproject/dev-utils@0.3.4
@0xproject/base-contract@0.1.0
Leonid Logvinov
2018-04-02
1
-7
/
+7
*
Updated CHANGELOGS
Leonid Logvinov
2018-04-02
2
-0
/
+13
*
Merge branch 'development' into feature/metacoin
Leonid Logvinov
2018-04-02
2
-1
/
+3
|
\
|
*
Add manual postpublish command to all public packages and update CHANGELOG.json
Fabio Berger
2018-04-02
2
-1
/
+3
*
|
Add metacoin example project
Leonid Logvinov
2018-04-02
3
-9
/
+2
|
/
*
Publish
contracts@2.1.20
@0xproject/website@0.0.23
@0xproject/web3-wrapper@0.4.0
@0xproject/utils@0.4.4
@0xproject/typescript-typings@0.0.2
@0xproject/types@0.4.2
@0xproject/tslint-config@0.4.13
@0xproject/testnet-faucets@1.0.21
@0xproject/subproviders@0.8.3
@0xproject/sra-report@0.0.6
@0xproject/sol-cov@0.0.5
@0xproject/react-shared@0.1.0
@0xproject/react-docs@0.0.5
@0xproject/react-docs-example@0.0.5
@0xproject/monorepo-scripts@0.1.15
@0xproject/json-schemas@0.7.18
@0xproject/dev-utils@0.3.3
@0xproject/deployer@0.3.4
@0xproject/connect@0.6.7
@0xproject/base-contract@0.0.6
@0xproject/assert@0.2.4
@0xproject/abi-gen@0.2.8
Fabio Berger
2018-04-02
1
-8
/
+10
*
Updated CHANGELOGS
Fabio Berger
2018-04-02
2
-2
/
+21
*
Generate CHANGELOG.json files
Fabio Berger
2018-04-02
1
-0
/
+1
*
Merge pull request #482 from 0xProject/feature/web3-types
Leonid Logvinov
2018-03-28
2
-12
/
+11
|
\
|
*
Move common types out of web3 types
Leonid Logvinov
2018-03-27
2
-12
/
+11
*
|
merge developmentx
Fabio Berger
2018-03-28
2
-3
/
+1
|
\
|
|
*
Add clean-state tests
Leonid Logvinov
2018-03-27
2
-3
/
+1
*
|
Add monorepo_scripts to npmignore
Fabio Berger
2018-03-27
1
-0
/
+1
|
/
*
Make handleRequest public and add comment for it
Fabio Berger
2018-03-22
1
-3
/
+10
*
npm -> yarn
Fabio Berger
2018-03-22
1
-1
/
+1
*
Move usage out of README and replace with link to Docs
Fabio Berger
2018-03-22
1
-23
/
+8
*
Improve comments
Fabio Berger
2018-03-22
1
-5
/
+9
*
Add comments to sol-cov
Fabio Berger
2018-03-22
1
-9
/
+18
*
Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming...
Fabio Berger
2018-03-20
2
-1
/
+1
*
Merge branch 'development' into addExtraDocs
Fabio Berger
2018-03-20
1
-9
/
+12
|
\
|
*
Publish
contracts@2.1.18
@0xproject/website@0.0.21
@0xproject/testnet-faucets@1.0.19
@0xproject/sra-report@0.0.4
@0xproject/sol-cov@0.0.4
@0xproject/react-docs-example@0.0.4
@0xproject/dev-utils@0.3.2
Fabio Berger
2018-03-19
1
-2
/
+2
|
*
Publish
contracts@2.1.17
@0xproject/website@0.0.20
@0xproject/testnet-faucets@1.0.18
@0xproject/sra-report@0.0.3
@0xproject/sol-cov@0.0.3
@0xproject/react-docs-example@0.0.3
@0xproject/monorepo-scripts@0.1.14
@0xproject/dev-utils@0.3.1
@0xproject/deployer@0.3.1
0x.js@0.33.3
Fabio Berger
2018-03-19
1
-5
/
+5
|
*
Make new packages default to public on publish
Fabio Berger
2018-03-19
1
-1
/
+4
|
*
Publish
contracts@2.1.16
@0xproject/website@0.0.19
@0xproject/testnet-faucets@1.0.17
@0xproject/sra-report@0.0.2
@0xproject/sol-cov@0.0.2
@0xproject/react-docs-example@0.0.2
@0xproject/monorepo-scripts@0.1.13
@0xproject/dev-utils@0.3.0
@0xproject/deployer@0.3.0
0x.js@0.33.2
Fabio Berger
2018-03-19
1
-9
/
+9
*
|
Add sol-cov docs to website
Fabio Berger
2018-03-18
1
-1
/
+1
*
|
Refactor CoverageSubprovider to use subproviders types
Fabio Berger
2018-03-18
1
-6
/
+2
*
|
Add doc setup to sol-cov
Fabio Berger
2018-03-18
2
-1
/
+23
|
/
*
Add a complex test for ast visitor
Leonid Logvinov
2018-03-16
2
-0
/
+478
*
Move opcodes to constants
Leonid Logvinov
2018-03-16
3
-9
/
+11
*
Add tests for sol-cov
Leonid Logvinov
2018-03-15
17
-14
/
+363
*
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