You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
blockchain_poc_target_v3 module uses blockchain_ledger_v1:get_hexes_list which returns the raw count of hexes (in the region regardless of their POC activity); this results in a targeting a lot of potentially stale hotspots.
Proposed Solution:
Make h3dex data structure garbage collect "inactive" hotspots. This would naturally filter out inactive hexes and we won't have to modify other pieces.
The text was updated successfully, but these errors were encountered:
blockchain_poc_target_v3
module usesblockchain_ledger_v1:get_hexes_list
which returns the raw count of hexes (in the region regardless of their POC activity); this results in a targeting a lot of potentially stale hotspots.Proposed Solution:
h3dex
data structure garbage collect "inactive" hotspots. This would naturally filter out inactive hexes and we won't have to modify other pieces.The text was updated successfully, but these errors were encountered: