lighthouse/beacon_node/eth1/src
Paul Hauner e5d9d6179f Add info about valid deposit count to logs (#1391)
## Issue Addressed

NA

## Proposed Changes

Adds a `valid_deposits` field to the logs whilst waiting for genesis:

```
Jul 25 11:02:25.631 INFO Waiting for more deposits               valid_deposits: 3085, total_deposits: 3188, min_genesis_active_validators: 16384, service: beacon
```

In this example we can see there are `3188` deposits, but only `3085` have valid signatures.

## Additional Info

NA
2020-07-25 04:44:10 +00:00
..
block_cache.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
deposit_cache.rs Cache deposit signature verification (#1298) 2020-06-26 11:43:06 +10:00
deposit_log.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
http.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
inner.rs Cache deposit signature verification (#1298) 2020-06-26 11:43:06 +10:00
lib.rs Persist eth1 cache (#760) 2020-01-20 07:52:58 +11:00
metrics.rs Add more eth1 metrics (#728) 2019-12-17 10:20:27 +11:00
service.rs Add info about valid deposit count to logs (#1391) 2020-07-25 04:44:10 +00:00