-
Notifications
You must be signed in to change notification settings - Fork 6
PingProtocolValidator-cli [wip #82
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
base: master
Are you sure you want to change the base?
PingProtocolValidator-cli [wip #82
Conversation
|
Nice! Given the open nature of the protocol, it seems valuable to have validation that confirms our libraries are actually able to handle the data-types included in the messages that get introduced. It may be extra valuable to include this kind of validation as part of adding a message (/set) to the protocol, but it also makes sense for the individual libraries to include it as an additional line of defence :-)
This is somewhat frustrating because there's a well-known Anyway, they do at least publish its details, if we want to decode it properly (or just pull it through as an array of
|
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.
Can we have it as a binary of the project over a standalone binary ?
Still under test, but could be promising, we can rewire our current building modules to validate protocol specs.
cargo install --path ./ping-protocol-validator
Current ping-protocol master with issues: