-
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
Coverage Point Calculator Integration with mobile-verifier #830
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c119128 - Browse repository at this point
Copy the full SHA c119128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d916a5 - Browse repository at this point
Copy the full SHA 2d916a5View commit details -
CoveragePoints uses CoveragePoint2 internally
This makes coverage points async internally. When cleanup is done there will be a single instance of CoveragePoints.
Configuration menu - View commit details
-
Copy full SHA for 17eee39 - Browse repository at this point
Copy the full SHA 17eee39View commit details -
Configuration menu - View commit details
-
Copy full SHA for df04fdd - Browse repository at this point
Copy the full SHA df04fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e297687 - Browse repository at this point
Copy the full SHA e297687View commit details -
update with rename SubscriberThreshold -> RadioThreshold
thresholds being met for a radio are not only about subscribers.
Configuration menu - View commit details
-
Copy full SHA for 0f136a0 - Browse repository at this point
Copy the full SHA 0f136a0View commit details -
filter for boosted hexes during report generation
It's the responsibility of the report to only include hexes with active boost values
Configuration menu - View commit details
-
Copy full SHA for 3f554d3 - Browse repository at this point
Copy the full SHA 3f554d3View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8af4dfc - Browse repository at this point
Copy the full SHA 8af4dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc87785 - Browse repository at this point
Copy the full SHA dc87785View commit details
Commits on Jun 3, 2024
-
Start adding coverage-map in mobile-verifier
Keep disctinction between SignalLevel in coverage and coverage-map, this way coverage-map doesn't need to bring in sqlx as a dependency
Configuration menu - View commit details
-
Copy full SHA for 9a78c72 - Browse repository at this point
Copy the full SHA 9a78c72View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f80434a - Browse repository at this point
Copy the full SHA f80434aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18db32 - Browse repository at this point
Copy the full SHA e18db32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad9044 - Browse repository at this point
Copy the full SHA 6ad9044View commit details -
Skip a radio for rewards if it cannot be constructed properly
rewards should never fail. but we can skip a radio and have an alert that says something went wrong.
Configuration menu - View commit details
-
Copy full SHA for 2fb1984 - Browse repository at this point
Copy the full SHA 2fb1984View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fca62dd - Browse repository at this point
Copy the full SHA fca62ddView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fec7b71 - Browse repository at this point
Copy the full SHA fec7b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab77338 - Browse repository at this point
Copy the full SHA ab77338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ef0d4 - Browse repository at this point
Copy the full SHA 75ef0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830b89b - Browse repository at this point
Copy the full SHA 830b89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdbc86 - Browse repository at this point
Copy the full SHA 2bdbc86View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 055d4d4 - Browse repository at this point
Copy the full SHA 055d4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3afac9 - Browse repository at this point
Copy the full SHA f3afac9View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e025f68 - Browse repository at this point
Copy the full SHA e025f68View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6114221 - Browse repository at this point
Copy the full SHA 6114221View commit details
Commits on Jun 13, 2024
-
clean up trust_score construction and long types
Move zipping trust scores with their distances to heartbeatreward. Leave I put the use statements above where they are in the function because the names of the types kind of overlap with the names used in the mobile verifier, and I wanted to make it extra clear to anyone reading, this function is transforming those values into calculator types.
Configuration menu - View commit details
-
Copy full SHA for 1ad133a - Browse repository at this point
Copy the full SHA 1ad133aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d6422 - Browse repository at this point
Copy the full SHA a7d6422View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2112f4 - Browse repository at this point
Copy the full SHA d2112f4View commit details -
remove need for cloning radio_info
we can clone the speed_tests and trust_scores as they enter the calculator, but everything else can work with a reference for much longer.
Configuration menu - View commit details
-
Copy full SHA for 17b8009 - Browse repository at this point
Copy the full SHA 17b8009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d7a3e - Browse repository at this point
Copy the full SHA 88d7a3eView commit details -
rename coverage points constructor
The constructor no longer tries to calculate points, it collects information about radios and coverage. All the pointing happens in into_rewards.
Configuration menu - View commit details
-
Copy full SHA for 811bbe2 - Browse repository at this point
Copy the full SHA 811bbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b28098 - Browse repository at this point
Copy the full SHA 3b28098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 751cedc - Browse repository at this point
Copy the full SHA 751cedcView commit details -
Rename CoveragePoints -> CoverageShares
This matches with the other reward structs `MapperShares`, `ServiceProviderShares`. And reflects more that we're talking about `reward_shares`, where `coverage_points` is starting to mean points provided towards shares relating only to coverage (excluding backhaul (speedtests)).
Configuration menu - View commit details
-
Copy full SHA for e7449e1 - Browse repository at this point
Copy the full SHA e7449e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea92d4 - Browse repository at this point
Copy the full SHA 8ea92d4View commit details -
remove location trust score calculation
This all lives in the coverage-point-calculator now
Configuration menu - View commit details
-
Copy full SHA for f7cc0a5 - Browse repository at this point
Copy the full SHA f7cc0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5fa59 - Browse repository at this point
Copy the full SHA 4c5fa59View commit details -
construct coverage map inside block scope
We can insert coverage objects directly after iterating over them, radio_info only needs to know if the radio `is_indoor`. Moving that binding to the top helps hint that it's set by something in the block and returned. And we don't need to carry around covered_hexes for any longer than necessary.
Configuration menu - View commit details
-
Copy full SHA for c93159b - Browse repository at this point
Copy the full SHA c93159bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1b869 - Browse repository at this point
Copy the full SHA eb1b869View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf9ee9d - Browse repository at this point
Copy the full SHA bf9ee9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 360981d - Browse repository at this point
Copy the full SHA 360981dView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f0dfae - Browse repository at this point
Copy the full SHA 7f0dfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f864c - Browse repository at this point
Copy the full SHA 07f864cView commit details