Points should maintain an external list of wallet to country mappings
Compare changes
+ 5
− 27
@@ -28,8 +28,6 @@ state_key = "consensus_points_timestamp" # Static key used for states table
@@ -37,7 +35,7 @@ wallet_list = None
@@ -49,6 +47,7 @@ def main():
@@ -129,8 +128,6 @@ def process_period(conn, substrate, keypair, point_info, start_period, end_perio
@@ -182,7 +179,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -206,7 +203,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -226,7 +223,7 @@ def round_point_computation(point_info, round_info, active_nodes):
@@ -416,7 +413,6 @@ def get_args():
@@ -445,15 +441,12 @@ def get_args():
@@ -480,21 +473,6 @@ def parse_bins(countries_list):