-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MetaData and Ping #1684
MetaData and Ping #1684
Conversation
|
||
**Protocol ID:** `/eth2/beacon_chain/req/metadata/1/` | ||
|
||
No Request Content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, the first RPC call without a request content. Does that mean an empty payload, but still a request header with a 0-length in it? Or no bytes at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came from @AgeManning in his previous PR.
I interpreted it as no bytes at all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think we can spec it both ways, let's ask on the call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked to age, was the intention and works on libp2p...
Will change it later if Raul chimes in otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Based on @AgeManning's #1673 and the discussion on the recent networking call.
attnets
Ping
that sends back and forthmeta_data.seq_number
GetMetaData
RPC method to request a nodes most recentMetaData
attnets
field is optional