aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-0810-830/+0
* add /*solcov ignore next*/ testsperissology2018-06-252-0/+52
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-225-5/+0
* Include source code snippets in revert stack tracesAlex Browne2018-06-211-12/+5
* Try enabling no-unused-variable...fragosti2018-06-052-4/+0
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Fix trace testLeonid Logvinov2018-05-241-1/+1
* Fix sol-cov testsLeonid Logvinov2018-05-231-1/+1
* Address feedbackLeonid Logvinov2018-05-231-1/+1
* Fix import pathsLeonid Logvinov2018-05-231-1/+1
* Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapterLeonid Logvinov2018-05-231-2/+2
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-1/+1
* Support all opcodes in a trace parserLeonid Logvinov2018-05-231-6/+6
* Make sol-cov work with truffle and other artifact adaptersLeonid Logvinov2018-05-232-3/+61
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-232-0/+4
|\
| * Disable magic number rule in more places where it isn't helping code readabilityFabio Berger2018-05-171-4/+4
| * Fix TSLint rulesFabio Berger2018-05-162-2/+6
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-175-0/+5
|/
* Fix linter issuesLeonid Logvinov2018-05-101-2/+1
* Implement the resolverLeonid Logvinov2018-04-125-87/+4
* Add a complex test for ast visitorLeonid Logvinov2018-03-162-0/+478
* Move opcodes to constantsLeonid Logvinov2018-03-161-4/+2
* Add tests for sol-covLeonid Logvinov2018-03-159-0/+335