poanetwork / poa-ballot-stats

Read POA voting records and rank voters by how many ballots they missed.
GNU Lesser General Public License v3.0
7 stars 6 forks source link

Fix core, don't show removed validators, add --period. #12

Closed afck closed 6 years ago

afck commented 6 years ago

This doesn't register a new filter on the server and fixes use with load-balanced servers like https://core.poa.network.

Only show validators for which we can find metadata, i.e. which have not been removed.

Allows limiting the time period in which ballots are counted.

Fixes #4, fixes #9, fixes #10. Closes #7, closes #11.