celestiaorg / celestia-core

Celestia node software based on Tendermint.
https://celestia.org/
Apache License 2.0
470 stars 244 forks source link

Proposal: Use CometBFT protos #1400

Open evan-forbes opened 1 week ago

evan-forbes commented 1 week ago

One of the issues stopping us from unforking the sdk is that there are duplicate protobuf definitions. Some of the cosmos-sdk module depend on protos defined in comet. If we imported the protos from Comet here as well instead of having our own, then that might help us unfork the sdk while still using our own reactors.