Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Gross 99e2799554 Recommended README changes
text_changes

update_screenshot

change to README

removed unused graphics

text change
2018-06-11 16:41:02 -06:00
andogro 25341f0fb3 created changelog and contributing files, updated README, added png files including updated screenshot
change updates

fixed typos

Documentation Updates

Document updates
2018-06-05 22:00:29 -06:00
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
Andreas Fackler 1d2b1c93e5 Clarify -b option format in Readme. 2018-05-28 15:08:01 +02:00
Andreas Fackler 9083b15cd8 Add an option for earliest block number. 2018-05-28 10:24:46 +02:00
Andreas Fackler ec2903d91a Add a --period option.
This allows limiting the time period in which ballots are counted.

Closes #7.
2018-05-21 13:25:50 +02:00
Andreas Fackler fc967e46e3 Use eth_getLogs to work with load-balancing.
This doesn't register a new filter on the server and fixes use with
load-balanced servers like https://core.poa.network.

Fixes #4, fixes #9, fixes #10.
2018-05-21 12:06:15 +02:00
Andreas Fackler b5aaf0b722 Add note about core.poa.network, fix tag regex. 2018-05-21 10:18:53 +02:00
Igor Barinov f56fc28317
Update README.md 2018-05-19 12:25:42 -04:00
Andreas Fackler 730ebfff2e Add a screenshot to the readme. 2018-05-12 11:04:52 +02:00
Andreas Fackler 82ca652cbd Add a check whether the node is synchronized. 2018-05-10 14:39:37 +02:00
Andreas Fackler 7dd3aee48b Improve logging, add contract files. 2018-05-07 11:22:51 +02:00
Andreas Fackler c9a7c42b82 Document and update contract addresses. 2018-05-03 09:34:51 +03:00
Andreas Fackler 79723c1a31 Initial commit. 2018-03-31 18:50:43 +02:00