wormhole-foundation / wormhole

A reference implementation for the Wormhole blockchain interoperability protocol.
https://wormhole.com
Other
1.66k stars 683 forks source link

Print blockchain version on watcher start #2132

Open SEJeff opened 1 year ago

SEJeff commented 1 year ago

Expected Behavior

For debugging, it would be really helpful to print the version of the rpc node when a watcher starts.

Current Behavior

Possible Solution

Steps to Reproduce

  1. Start the guardian and watch the watcher logs. Note that the version of the rpc node is not printed anywhere.

Context (Environment)

It will make it easier to see the versions of all rpc nodes in one place

Detailed Description

Run the rpcs on watcher start and nicely log them.

miikkuu commented 1 year ago

@SEJeff Newbie here...Would like to work on this...Also need your suggestion/help. Thanks