go-ethereum/eth
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
..
catalyst Allow simulated_beacon to work when some forks are inactive 2025-01-10 13:02:14 -05:00
downloader Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
ethconfig Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
fetcher Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
filters Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
gasestimator Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
gasprice Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
protocols Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
tracers Added two new test cases and fixed double suicide withdraw 2025-02-08 12:29:54 -05:00
api_admin.go eth: ignore genesis block on importChain (#27956) 2023-08-21 13:32:34 -04:00
api_backend.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
api_debug.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
api_debug_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
api_miner.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
backend.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
bloombits.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
handler.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
handler_eth.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 2024-03-05 16:13:28 +02:00
handler_eth_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
peer.go eth: remove admin.peers[i].eth.head and difficulty (#26804) 2023-03-06 09:27:46 +02:00
peerset.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 2024-03-05 16:13:28 +02:00
state_accessor.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
sync.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 2024-03-05 16:13:28 +02:00
sync_test.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 2024-03-05 16:13:28 +02:00