celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

[Feature Request]: use app's gRPC for everything and drop requiring core RPC

Open liamsi opened this issue 1 year ago • 1 comments

Implementation ideas

  • list which end-points are currently not supported by app's grpc
  • implement those in app (e.g. see: https://github.com/celestiaorg/celestia-app/issues/3421)
  • use these in node
  • profit: remove confusing CLI flags, remove docs around core RPC from node

related: https://github.com/celestiaorg/celestia-node/issues/3357

liamsi avatar May 02 '24 18:05 liamsi

Partially implemented via #3359 (will land in v0.14.0)

Moving to gRPC for bridge node sync could land v0.15.0

renaynay avatar May 14 '24 12:05 renaynay

Done in 0.15.0

walldiss avatar Jun 23 '25 18:06 walldiss