Skip to content

[FIX] Sanitized Swapper Clout init list

Orion 9R requested to merge fix/sanitize-swpper-clout-addresses into develop

Sanitized address list.

Method:

  1. raw data from query: swapper clout query
  2. format as json: gen_swapper_clout_json.py
  3. validate each address with xchainJS chain client validateAddress method: validate_swapper_clout_addresses.js
  4. if thornames were used get the aliased address
  5. Add swap clout scores together if the aliased address already has a score.

Merge request reports