-
Notifications
You must be signed in to change notification settings - Fork 24
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
IoT Packet Verifier #267
IoT Packet Verifier #267
Conversation
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.
Some initial comments, still digesting...
@@ -106,6 +106,9 @@ pub const VALIDATED_HEARTBEAT: &str = "validated_heartbeat"; | |||
pub const SIGNED_POC_RECEIPT_TXN: &str = "signed_poc_receipt_txn"; | |||
pub const RADIO_REWARD_SHARE: &str = "radio_reward_share"; | |||
pub const REWARD_MANIFEST: &str = "reward_manifest"; | |||
pub const IOT_PACKET_REPORT: &str = "packet_report"; | |||
pub const VALID_PACKET: &str = "valid_packet"; |
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 you add the filestore conversions for the proto <-> internal structs for valid and invalid packets
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.
Yup, I certainly can
No description provided.