Skip to content

Commit

Permalink
eth: bump to devp2p v5 (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck authored Nov 8, 2024
1 parent 666f8d2 commit 9e98c93
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 58 deletions.
3 changes: 0 additions & 3 deletions nimbus/sync/protocol/eth68.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
## This module implements Ethereum Wire Protocol version 67, `eth/67`.
## Specification:
## `eth/68 <https://github.com/ethereum/devp2p/blob/master/caps/eth.md>`_
##
## Use NIM command line optipn `-d:p2pProtocolDebug` for dumping the
## generated driver code (just to have it stored somewhere lest one forgets.)

import
stint,
Expand Down
3 changes: 0 additions & 3 deletions nimbus/sync/protocol/snap1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
## This module implements Ethereum Snapshot Protocol version 1, `snap/1`.
## Specification:
## `snap/1 <https://github.com/ethereum/devp2p/blob/master/caps/snap.md>`_
##
## Use NIM command line optipn `-d:p2pProtocolDebug` for dumping the
## generated driver code (just to have it stored somewhere lest one forgets.)

import
std/options,
Expand Down
51 changes: 0 additions & 51 deletions tests/test_wire_protocol.nim

This file was deleted.

0 comments on commit 9e98c93

Please sign in to comment.