go-ethereum/core/txpool
Daniel Liu eef6327046
perf(core/txpool/legacypool): use maps.Keys and maps.Copy #30091 (#2165)
- slice and map are reference types, we can use themselves as pointers.
- Use maps.Keys and maps.Copy simplify code.
2026-03-17 11:17:44 +05:30
..
legacypool perf(core/txpool/legacypool): use maps.Keys and maps.Copy #30091 (#2165) 2026-03-17 11:17:44 +05:30
errors.go core/txpool: add 7702 protection to blobpool #31526 (#1930) 2026-01-26 11:20:02 +05:30
reserver.go core/txpool: add 7702 protection to blobpool #31526 (#1930) 2026-01-26 11:20:02 +05:30
subpool.go refactor(txpool,eth,miner): use pending filter struct #29026 (#2160) 2026-03-11 08:58:07 +05:30
txpool.go fix(core/txpool): coordinate reset lifecycle and shutdown signaling #28837 (#2132) 2026-03-17 11:13:47 +05:30
validation.go perf(core/txpool): use the cached address in ValidateTransactionWithState #30208 (#2166) 2026-03-17 11:17:27 +05:30