-
Notifications
You must be signed in to change notification settings - Fork 21
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
HIP-125 #835
HIP-125 #835
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.
On a first pass looks good other than a couple of naming convention nits. Will take another pass
file_store/src/file_info.rs
Outdated
@@ -209,6 +212,8 @@ pub enum FileType { | |||
InvalidatedRadioThresholdReq, | |||
InvalidatedRadioThresholdIngestReport, | |||
VerifiedInvalidatedRadioThresholdIngestReport, | |||
ServiceProviderBoostedRewardsBannedRadioIngestReport, | |||
VerifiedServiceProviderBoostedRewardsBannedRadioIngestReport, |
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.
as above drop ServiceProvider in favour of SP?
@@ -8,7 +8,7 @@ pub enum Error { | |||
Io(#[from] std::io::Error), | |||
#[error("encode error")] | |||
Encode(#[from] EncodeError), | |||
#[error("dencode error")] | |||
#[error("decode error")] |
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.
I liked it better the old way
https://github.com/helium/HIP/blob/main/0125-temporary-anti-gaming-measures-for-boosted-hexes.md
Proto changes: helium/proto#405