go-ethereum/eth/tracers
Matthieu Vachon 2cfff4e562 Added two new test cases and fixed double suicide withdraw
The StateDB SelftDestruct6780 must not record a balance change since the `opSelfdestruct6780` instruction implementation already calls `StateDB.SubBalance` to deduce the suicide refund.

The second test case show case a new account creations in 2.3 but that doesn't appear when running in backward compatibility mode using 3.0 version of the tracer.
2025-02-08 12:29:54 -05:00
..
internal Added two new test cases and fixed double suicide withdraw 2025-02-08 12:29:54 -05:00
js Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
live Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
logger Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
native Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
testdata/firehose Ported various improvements done in the Firehose tracer in other supported chains 2024-04-17 16:15:59 -04:00
api.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
api_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
dir.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
firehose.go Removed a bit of useless tracing in Firehose tracer 2025-02-07 16:56:09 -05:00
firehose_test.go Ensure tests are still working properly 2025-01-27 14:23:16 -05:00
live.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
tracers_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00