poa-ballot-stats/src
Andreas Fackler 3555598e75 Use VotingKeyChanged events to determine voter set.
Instead of `InitializeChange`, which may or may not lead to an actual
change of the current voter set later, use `VotingKeyChanged` to track
the set.

Also, check the contract addresses, so only events from the correct
instance of the contracts are handled.

The `-v` option now displays the full lists of participating and
abstaining voters for each ballot.

And the Readme recommends the release binaries, so users don't need to
have Cargo installed.
2018-05-29 12:48:59 +02:00
..
cli.rs Add an option for earliest block number. 2018-05-28 10:24:46 +02:00
counter.rs Use VotingKeyChanged events to determine voter set. 2018-05-29 12:48:59 +02:00
error.rs Improve logging, add contract files. 2018-05-07 11:22:51 +02:00
main.rs Use VotingKeyChanged events to determine voter set. 2018-05-29 12:48:59 +02:00
stats.rs Use VotingKeyChanged events to determine voter set. 2018-05-29 12:48:59 +02:00
util.rs Use VotingKeyChanged events to determine voter set. 2018-05-29 12:48:59 +02:00
validator.rs Use ethabi-contract for all contracts. 2018-05-10 10:44:07 +02:00