lighthouse/beacon_node/http_api
Paul Hauner 17d9a620cf Add more logs in the BN HTTP API during block production (#4025)
## Issue Addressed

NA

## Proposed Changes

Adds two new `DEBG` logs to the HTTP API:

1. As soon as we are requested to produce a block.
2. As soon as a signed block is received.

In #3858 we added some very helpful logs to the VC so we could see when things are happening with block proposals in the VC. After doing some more debugging, I found that I can tell when the VC is sending a block but I *can't* tell the time that the BN receives it (I can only get the time after the BN has started doing some work with the block). Knowing when the VC published and as soon as the BN receives is useful for determining the delays introduced by network latency (and some other things like JSON decoding, etc).

## Additional Info

NA
2023-02-28 02:20:53 +00:00
..
src Add more logs in the BN HTTP API during block production (#4025) 2023-02-28 02:20:53 +00:00
tests Update Mock Builder for Post-Capella Tests (#3958) 2023-02-10 13:30:14 -06:00
Cargo.toml Merge branch 'capella' into unstable 2023-02-22 10:25:45 +11:00