-
Notifications
You must be signed in to change notification settings - Fork 406
Remote Location Assert (HIP12, merged) #30
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
Conversation
As a HIP this looks good to me and I'd vote to merge for discussion (and code) |
Can we merge and continue discussion, @PharkMillups @vihu ? |
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.
Thanks for putting this up, stamped 👍
@rawrmaan I was too slow to merge this and now we have a HIP10 and draft HIP11 and HIP12. How insulted would you be if I number this HIP13, despite predating all 3 of those? Could also number this 11 and renumber 12 and 13 |
@jamiew How will my friends and family respect me if this can't be HIP10, 11, or 12? This is devastating. I suppose I'll have to settle for 13 and regain my honor through other feats. |
Haha. @rawrmaan. Also should rescope this for large scale deployers of gateways and establishing a way for them to manage their hotspots since the GPS fix data is not going to be used. I think it's still a worthwhile HIP that should be accepted for discussion. |
@abhay How would you recommend we rescope this? I think the feature is still relevant as it is laid out. GPS may not matter, but hosts need to place their hotspots in the correct spots on the map if they move, or they will not be able to PoC with nearby hotspots. EDIT: Never mind, I get what you're saying. I'll have time to do this next week. |
Just kidding, this is actually HIP12 |
Since the GPS location assertion check will soon be enforced, more than 1500 hotspots will need to be adjusted in some way in order to have a good GPS fix and continue participating in Proof of Coverage (see current hotspot
gps_fix_quality
states below). For many hotspots, this will require updating the asserted location to accurately reflect the hotspot's latest location, which can currently only be done with physical access to the hotspot.This HIP proposes a new transaction,
assert_location_v2
, which will allow a hotspot's location to be asserted remotely without physical access to the hotspot.