quorum/eth
Péter Szilágyi 5258785c81
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
2017-12-21 13:56:11 +02:00
..
downloader eth/downloader: update tests for reliability (#15337) 2017-12-01 12:54:17 +01:00
fetcher eth/fetcher: check the origin of filter tasks (#14975) 2017-10-10 11:53:05 +03:00
filters core/bloombits: handle non 8-bit boundary section matches 2017-11-15 14:10:35 +02:00
gasprice
tracers cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
api.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
api_backend.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
api_test.go eth: return rlp-decoded values from debug_storageRangeAt (#15476) 2017-12-06 16:42:16 +01:00
api_tracer.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
backend.go cmd/utils, eth: init etherbase from within eth (#15528) 2017-12-09 23:42:23 +01:00
bind.go eth, internal/ethapi: fix spelling of 'Ethereum' (#15164) 2017-09-20 11:31:31 +02:00
bloombits.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
config.go cmd, consensus, eth: split ethash related config to it own (#15520) 2017-11-24 16:10:27 +02:00
db_upgrade.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
gen_config.go cmd, consensus, eth: split ethash related config to it own (#15520) 2017-11-24 16:10:27 +02:00
handler.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
handler_test.go eth: use maxpeers from p2p layer instead of extra config 2017-09-05 19:18:28 +03:00
helper_test.go core, eth, les: fix messy code (#15367) 2017-10-25 12:18:44 +03:00
metrics.go
peer.go
protocol.go core, eth, les: fix messy code (#15367) 2017-10-25 12:18:44 +03:00
protocol_test.go core, eth, les: polish txpool API around local/remote txs 2017-07-05 16:51:55 +03:00
sync.go eth: disable fast sync after pivot is committed 2017-09-06 15:02:44 +03:00
sync_test.go