celestia-node
celestia-node copied to clipboard
[Feature Request]: use app's gRPC for everything and drop requiring core RPC
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
Partially implemented via #3359 (will land in v0.14.0)
Moving to gRPC for bridge node sync could land v0.15.0
Done in 0.15.0