ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.09k stars 646 forks source link

Rename `GetPeerList` and `PeerList` messages #3133

Open MukulKolpe opened 1 week ago

MukulKolpe commented 1 week ago

Resolves #3128

Why this should be merged

This change ensures consistency in message naming conventions, aligning get_peerlist and peerlist with other message names such as get_accepted and pull_query. It improves readability and maintains uniformity across the codebase.

How this works

How this was tested