-
Notifications
You must be signed in to change notification settings - Fork 86
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
Extend cardano-ping to output handshake negotiation parameters #3907
Comments
The handshake decoder is implemented by This issue requires:
|
It turns out, as pointed out by @karknu, I suggest that we add extra boolean flag in Or we modify the We can also consider if the |
@coot, for the first approach, is my understanding correct that the idea is to add a Can you point me to where in the code the other party handles this request and how the options are negotiated? Also, it seems like |
Here are the links:
Then there are |
4256: Add a boolean query flag to request supported versions r=coot a=jprider63 # Description This is a WIP PR implementing #3907. Specifically, it adds a boolean query flag to `NodeTo{Node,Client}VersionData` that causes the other party to return their list of supported versions instead of the negotiated version. I still need to do more testing. Co-authored-by: James Parker <[email protected]> Co-authored-by: Marcin Szamotulski <[email protected]> Co-authored-by: JP <[email protected]>
This can be useful to discover what are the capabilities of the remote end. We want to use this to check how many P2P nodes are deployed on mainnet.
The text was updated successfully, but these errors were encountered: