aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/trace.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-99/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Remove redundant check in trace.ts and revert_trace.tsAlex Browne2018-06-151-3/+1
|
* Fix a bug in revert_trace.tsAlex Browne2018-06-151-8/+8
|
* Introduce subprovider for printing revert stack tracesAlex Browne2018-06-151-28/+13
|
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-2/+14
|
* Try enabling no-unused-variable...fragosti2018-06-051-3/+2
|
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Fix linter issuesLeonid Logvinov2018-05-241-1/+2
|
* Address feedbackLeonid Logvinov2018-05-231-13/+21
|
* Add a more verbose comment for self-destructLeonid Logvinov2018-05-231-1/+5
|
* Fix depth tracking in a tracerLeonid Logvinov2018-05-231-1/+16
|
* Fix sol-cov testsLeonid Logvinov2018-05-231-1/+3
|
* Fix a bug in CALL-like opcode handlingLeonid Logvinov2018-05-231-7/+17
|
* Address feedbackLeonid Logvinov2018-05-231-19/+8
|
* 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-48/+24
|
* Make sol-cov work with truffle and other artifact adaptersLeonid Logvinov2018-05-231-0/+100