mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Sanitise eth68 announcement (#6222)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Bjerg <onbjerg@users.noreply.github.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
@ -10,8 +10,11 @@ pub enum ReputationChangeKind {
|
||||
///
|
||||
/// Note: this will we only used in pre-merge, pow consensus, since after no more block announcements are sent via devp2p: [EIP-3675](https://eips.ethereum.org/EIPS/eip-3675#devp2p)
|
||||
BadBlock,
|
||||
/// Peer sent a bad transaction messages. E.g. Transactions which weren't recoverable.
|
||||
/// Peer sent a bad transaction message. E.g. Transactions which weren't recoverable.
|
||||
BadTransactions,
|
||||
/// Peer sent a bad announcement message, e.g. invalid transaction type for the configured
|
||||
/// network.
|
||||
BadAnnouncement,
|
||||
/// Peer sent a message that included a hash or transaction that we already received from the
|
||||
/// peer.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user