Skip to content

Commit

Permalink
p2p: drop legacy discovery protocol and custom address book (#4836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Aug 22, 2023
1 parent 3c5eaee commit 5808a43
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,359 deletions.
450 changes: 0 additions & 450 deletions p2p/book/book_test.go

This file was deleted.

1 change: 0 additions & 1 deletion p2p/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ type Config struct {
Bootnode bool `mapstructure:"p2p-bootnode"`
ForceReachability string `mapstructure:"p2p-reachability"`
EnableHolepunching bool `mapstructure:"p2p-holepunching"`
DisableLegacyDiscovery bool `mapstructure:"p2p-disable-legacy-discovery"`
PrivateNetwork bool `mapstructure:"p2p-private-network"`
RelayServer RelayServer `mapstructure:"relay-server"`
IP4Blocklist []string `mapstructure:"ip4-blocklist"`
Expand Down
105 changes: 0 additions & 105 deletions p2p/peerexchange/crawler.go

This file was deleted.

0 comments on commit 5808a43

Please sign in to comment.