go-ethereum/core/txpool
Daniel Liu 1886219894
core/txpool: use right type for field Txs in NewTxsEvent (#1897)
This commit updates the Txs field in NewTxsEvent to use []*types.Transaction instead of types.Transactions. This ensures type consistency for event broadcasting and handling, improving reliability of transaction propagation across the network. The change also removes unnecessary goroutine usage for txFeed.Send, making event delivery synchronous and safer for downstream consumers.
2026-01-05 12:12:28 +05:30
..
journal.go all: fix typos, close XFN-23 (#1725) 2025-11-14 20:02:34 +05:30
lending_pool.go core/txpool, eth: refactor function IsSigner (#1889) 2025-12-25 09:27:37 +05:30
lending_pool_test.go all: fix whitespace error of golangci-lint, remove extra empty lines (#1676) 2025-11-17 11:16:09 +05:30
lending_tx_journal.go all: fix typos, close XFN-23 (#1725) 2025-11-14 20:02:34 +05:30
lending_tx_list.go core/txpool: remove a redundant heap.Init #28910 (#1706) 2025-12-07 15:47:20 +05:30
list.go core/txpool: disallow future churn by remote txs #26907 (#1860) 2025-12-16 11:05:39 +04:00
list_test.go core/txpool: remove a redundant heap.Init #28910 (#1706) 2025-12-07 15:47:20 +05:30
noncer.go all: refactor txpool into it's own package in prep for 4844 (#26038) 2024-11-01 11:36:53 +08:00
order_pool.go core/txpool, eth: refactor function IsSigner (#1889) 2025-12-25 09:27:37 +05:30
order_tx_journal.go all: fix typos, close XFN-23 (#1725) 2025-11-14 20:02:34 +05:30
order_tx_list.go core/txpool: remove a redundant heap.Init #28910 (#1706) 2025-12-07 15:47:20 +05:30
txpool.go core/txpool: use right type for field Txs in NewTxsEvent (#1897) 2026-01-05 12:12:28 +05:30
txpool2_test.go core/txpool: make tx validation reusable across packages/pools #27429 (#1873) 2025-12-23 16:28:30 +05:30
txpool_test.go core/txpool: make tx validation reusable across packages/pools #27429 (#1873) 2025-12-23 16:28:30 +05:30
validation.go core/txpool: make tx validation reusable across packages/pools #27429 (#1873) 2025-12-23 16:28:30 +05:30