Evan Gray
Evan Gray
## Description and context Some of the features don't support TLS endpoints between services ## Definition of done All of the code which support endpoints should support TLS.
## Expected Behavior The guardian could check that a given watcher is connected to the expected chain by checking the chain id as another defense-in-depth measure against accidental misconfiguration ##...
Would be useful for legibility and correctness to type `result`. Could declare as `Partial` so these incremental assignments don't error and assert `ResultType` before returning. _Originally posted by @heyitaki in...
## Description and context PRs like #3955 could be avoided if a test enforced that there is chain ID parity between the SDK and the generated proto go files. It...
## Description and context https://github.com/wormhole-foundation/wormhole/blob/main/whitepapers/0009_guardian_key.md defines the use of signing prefixes. However, these prefixes are currently located throughout the codebase. It would be ideal for them to live in one...
## Description and context ### Background #### Wormhole The guardian is responsible for witnessing all core contract message emissions on all chains. On Solana, the message data is stored in...
## Description and context The `.proto` TypeScript generation used for `wormchain` results in non-deterministic results, particularly the order of imports can change with multiple subsequent runs of `make vue`. This...