lighthouse/beacon_node
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
..
beacon_chain Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
client Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
eth1 Add info about valid deposit count to logs (#1391) 2020-07-25 04:44:10 +00:00
eth2_libp2p Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
genesis Add info about valid deposit count to logs (#1391) 2020-07-25 04:44:10 +00:00
network Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
operation_pool Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
rest_api Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
src Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
store Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Update deps (#1322) 2020-07-06 11:55:56 +10:00
version v0.1.2 (#1155) 2020-05-18 15:05:23 +10:00
websocket_server Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
Cargo.toml Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00