go-ethereum/eth/protocols
Bui Quang Minh fe67bfdde3 eth: avoid transaction pool query when annoucing transaction
With eth/68, transaction announcement must have transaction type and size. So
in announceTransactions, we need to query the transaction from transaction pool
with its hash. This creates overhead in case of blob transaction which needs to
load data from limbo and RLP decode. This commit tries to avoid transaction
pool query by providing the transaction type and size information along with
hash right from the beginning.
2025-03-04 17:48:35 +07:00
..
eth eth: avoid transaction pool query when annoucing transaction 2025-03-04 17:48:35 +07:00
snap metrics, cmd/geth: change init-process of metrics (#30814) 2024-12-10 13:27:29 +01:00