encointer / encointer-node

encointer node and cli client
Apache License 2.0
23 stars 8 forks source link

list-attestees should also log votes and evaluate meetups #266

Open brenzi opened 2 years ago

brenzi commented 2 years ago

In order to debug https://github.com/encointer/pallets/issues/278 we would need better logging of onchain state.

the list-attestees command should

  1. group attesters by assigned meetup and list attestees they are attesting
  2. display vote with each attester
  3. (nice to have): call meetup validation function and display: "early claim possible yes/no"
  4. (nice to have): call meetup validation and evaluate who will get rewarded. Indicate for each attester

use original ceremony pallet validation code for this