avalanche-docs icon indicating copy to clipboard operation
avalanche-docs copied to clipboard

Update Network Protocol Spec

Open StephenButtolph opened this issue 3 years ago • 0 comments

The existing spec is quite out of date... For example it references a few messages that no longer exist:

  • GetVersion
  • GetPeers

It also seems to be missing... A few messages...

  • Pong
  • Ping
  • GetAcceptedFrontier
  • AcceptedFrontier
  • GetAccepted
  • Accepted
  • GetAncestors
  • Ancestors
  • AppRequest
  • AppResponse
  • AppGossip
  • GetStateSummaryFrontier
  • StateSummaryFrontier
  • GetAcceptedStateSummary
  • AcceptedStateSummary

It also seems to use SubnetID where it should be using ChainID

StephenButtolph avatar Aug 29 '22 03:08 StephenButtolph