aboutsummaryrefslogtreecommitdiffstats
path: root/eth/api_tracer.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-1/+1
* eth: ensure from<to when tracing chain (credits Chen Nan via bugbounty)Martin Holst Swende2018-08-211-0/+3
* eth, trie: fix tracer GC which accidentally pruned the metarootPéter Szilágyi2018-08-091-2/+6
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-3/+3
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-2/+6
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-1/+2
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-271-2/+3
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-108/+27
* eth: fix tracer panic when running without configs + reexec (#15799)Péter Szilágyi2018-01-041-3/+3
* eth: revert tracer preimage recording (#15800)Felix Lange2018-01-031-4/+1
* eth: uncaptialize tracer preimage error message (#15792)Felix Lange2018-01-031-1/+1
* eth: enable preimage recording when tracing (#15787)cdetrio2018-01-021-1/+4
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-0/+727