go-ethereum/internal/ethapi
Daniel Liu 44bd05a732
eth/tracers: refactor traceTx to separate out struct logging #24326 (#1278)
* eth/tracers: refactor traceTx to separate out struct logging

review fix

Update eth/tracers/api.go

Co-authored-by: Martin Holst Swende <martin@swende.se>

Mv ExecutionResult type to logger package

review fix

impl GetResult for StructLogger

make formatLogs private

confused exit and end..

account for intrinsicGas in structlogger, fix TraceCall test

Add Stop method to logger

Simplify traceTx

Fix test

rm logger from blockchain test

account for refund in structLogger

* use tx hooks in struct logger

* minor

* avoid executionResult in struct logger

* revert blockchain test changes

Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
2025-09-08 20:55:06 +08:00
..
addrlock.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
api.go eth/tracers: refactor traceTx to separate out struct logging #24326 (#1278) 2025-09-08 20:55:06 +08:00
backend.go all: remove personal RPC namespace #30704 (#1180) 2025-07-02 09:11:58 +08:00
transaction_args.go eth/tracers: move tracing APIs into eth/tracers #22161 #22473 (#1252) 2025-08-08 10:25:43 +08:00
transaction_args_test.go all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
trie_proof.go core, trie: rework trie committer #25320 (#1103) 2025-08-31 15:58:48 +08:00
trie_proof_test.go trie: Derivesha with stacktrie (#21407) 2025-04-07 16:44:32 +08:00