nodeset-org / hyperdrive-stakewise

StakeWise module for Hyperdrive
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add debug / diagnostics to the BN validator status command #29

Open jclapis opened 1 week ago

jclapis commented 1 week ago

There are a number of people that can't seem to get this particular command to function properly; it just hangs forever. See here for context. Having additional debug logs would help diagnose what's going on.

jclapis commented 1 week ago

One suggestion, though it's a bit of a heavy lift: borrow the HTTP tracing stuff added to the CLI and put it into the HTTP clients used by the EC and BN managers. The TUI could have a toggle for enabling / disabling them.

Either way, just adding some debug logging to the EC / BN managers would be a good idea. Probably worth adding to the Beacon client & provider themselves as well.