go-ethereum/core/txpool
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
..
blobpool core/txpool: add blobTxForPool migration in limbo (#35209) 2026-07-01 11:12:46 +02:00
legacypool
locals core/txpool/locals: nil journal writer before checking close error (#35300) 2026-07-06 16:10:25 +02:00
txorder
errors.go
reserver.go
subpool.go
txpool.go
validation.go core: implement EIP-2780 (#35212) 2026-06-29 11:04:30 +08:00
validation_test.go