go-ethereum/core/txpool/locals
cui e5c5e1897d
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
core/txpool/locals: nil journal writer before checking close error (#35300)
This PR clears `journal.writer` immediately after `Close()` in `rotate` and `setupWriter`,
before checking the error. This prevents leaving a stale file handle that could be reused
if close fails.

---------

Co-authored-by: Bosul Mun <bsbs8645@snu.ac.kr>
2026-07-06 16:10:25 +02:00
..
errors.go eth: add tx to locals only if it has a chance of acceptance (#31618) 2025-04-17 21:27:48 +02:00
journal.go core/txpool/locals: nil journal writer before checking close error (#35300) 2026-07-06 16:10:25 +02:00
tx_tracker.go core/txpool/locals: fix data race (#35096) 2026-06-02 09:46:11 +08:00
tx_tracker_test.go cmd, core, trie, triedb: split CachingDB into merkle + binary dbs. (#34700) 2026-04-17 08:55:54 +08:00