input-output-hk / catalyst-core

⚙️ Core Catalyst Governance Engine and utilities.
https://input-output-hk.github.io/catalyst-core
Apache License 2.0
37 stars 16 forks source link

fix: Handle duplicate key violation in voter contributions | NPG-000 #662

Closed saibatizoku closed 8 months ago

saibatizoku commented 8 months ago

Description

Changes how voter contribution is uploaded to DB by keeping track of the unique key constraint tuple, and processing the network with the highest priority first.

Duplicate records are ignored and an error is logged.

break: CLI option for network_ids help docs updated to specify the valid network names.

Type of change

Please delete options that are not relevant.

Checklist