diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-12-21 19:56:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 19:56:11 +0800 |
commit | 5258785c81959109138ebeca613f12c277188abc (patch) | |
tree | b3d21fc2f38927841f44541a3717b69f5a3c5ec1 /vendor/vendor.json | |
parent | 1a5425779b026587e36f5d21a6e50efe17cc6a9d (diff) | |
download | dexon-5258785c81959109138ebeca613f12c277188abc.tar.gz dexon-5258785c81959109138ebeca613f12c277188abc.tar.zst dexon-5258785c81959109138ebeca613f12c277188abc.zip |
cmd, core, eth/tracers: support fancier js tracing (#15516)
* cmd, core, eth/tracers: support fancier js tracing
* eth, internal/web3ext: rework trace API, concurrency, chain tracing
* eth/tracers: add three more JavaScript tracers
* eth/tracers, vendor: swap ottovm to duktape for tracing
* core, eth, internal: finalize call tracer and needed extras
* eth, tests: prestate tracer, call test suite, rewinding
* vendor: fix windows builds for tracer js engine
* vendor: temporary duktape fix
* eth/tracers: fix up 4byte and evmdis tracer
* vendor: pull in latest duktape with my upstream fixes
* eth: fix some review comments
* eth: rename rewind to reexec to make it more obvious
* core/vm: terminate tracing using defers
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index 26cc188ce..ddcff21fc 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -694,6 +694,12 @@ "revisionTime": "2016-06-21T03:49:01Z" }, { + "checksumSHA1": "YvuEbc0a032zr+BTp/YbBQojiuY=", + "path": "gopkg.in/olebedev/go-duktape.v3", + "revision": "9af39127cb024b355a6a0221769f6ddfe3f542e7", + "revisionTime": "2017-12-20T12:19:14Z" + }, + { "checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=", "path": "gopkg.in/sourcemap.v1", "revision": "6e83acea0053641eff084973fee085f0c193c61a", |