Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Fackler 744c5bda28 Upgrade to Rust 2018, update deps. 2018-12-17 10:19:01 +01:00
Andreas Fackler a1a98c2026 Support hard fork 2 contracts. 2018-10-15 16:00:10 +02:00
Andreas Fackler 0f11a72e2d Update dependencies. 2018-09-20 17:19:04 +02:00
Andreas Fackler 6a20b3d91f Upgrade to Rust stable.
Rust 1.29.0 now comes with both rustfmt-preview and clippy-preview
components, so it removes the need for using nightly.
2018-09-20 17:19:04 +02:00
Andreas Fackler 9083b15cd8 Add an option for earliest block number. 2018-05-28 10:24:46 +02:00
Andreas Fackler aee7b3d917 Version 0.2.1, add TLS back in. 2018-05-24 09:08:14 +02:00
Andreas Fackler 1708678b3c Disable unused web3 features.
The `web3` create doesn't compile with the `ipc` feature on Windows.
Once https://github.com/tomusdrw/rust-web3/issues/81 is closed and
poa-ballot-stats offers a choice of transport methods, it can be
re-enabled.
2018-05-22 10:40:04 +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 78f2da0a4a Use ethabi-contract. 2018-05-09 17:11:25 +02:00
Andreas Fackler 7dd3aee48b Improve logging, add contract files. 2018-05-07 11:22:51 +02:00
Andreas Fackler 9c3d77130b Add --contracts argument to read addresses from chain spec. 2018-03-31 20:31:53 +02:00
Andreas Fackler 79723c1a31 Initial commit. 2018-03-31 18:50:43 +02:00