penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

Disable public exposure of tendermint RPC

Open zbuc opened this issue 2 years ago • 2 comments

Blocked on https://github.com/penumbra-zone/penumbra/issues/1727

zbuc avatar Dec 08 '22 18:12 zbuc

The relayer implementation for Penumbra uses the Tendermint RPC endpoint directly. It's possible that post IBC reorg (#2379) we'll have clean protos everywhere, and we can revisit the use of TM RPC in the relayer, but for now, we should plan to continue to expose this service.

conorsch avatar May 02 '23 18:05 conorsch

Recently discussed the Hermes implementation (which we're now using instead of rly for testnet relaying) with @avahowell and she confirmed that Hermes also requires direct access to the CometBFT RPC, in addition to access to pd's gRPC service.

conorsch avatar Mar 08 '24 21:03 conorsch