go-ethereum/cmd/devp2p/internal
jwasinger d2bbde2f2d
eth: check blob transaction validity on the peer goroutine when received (#31219)
This ensures that if we receive a blob transaction announcement where we cannot
link the tx to the sidecar commitments, we will drop the sending peer. This check
is added in the protocol handler for the PooledTransactions message.

Tests for this have also been added in the cross-client "eth" protocol test suite.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2025-03-01 14:10:38 +01:00
..
ethtest eth: check blob transaction validity on the peer goroutine when received (#31219) 2025-03-01 14:10:38 +01:00
v4test all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
v5test all: use slices.Contains (#29459) 2024-04-06 12:05:06 +02:00