feat: implement variants for BAL devp2p variants (#22024)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Karl Yu
2026-02-14 16:22:26 +08:00
committed by GitHub
parent df22d38224
commit 4b0fa8a330
15 changed files with 373 additions and 28 deletions

View File

@@ -83,6 +83,7 @@ async fn main() -> eyre::Result<()> {
IncomingEthRequest::GetReceipts { .. } => {}
IncomingEthRequest::GetReceipts69 { .. } => {}
IncomingEthRequest::GetReceipts70 { .. } => {}
IncomingEthRequest::GetBlockAccessLists { .. } => {}
}
}
transaction_message = transactions_rx.recv() => {