Open tkxkd0159 opened 1 year ago
There has been an official announcement to switch from Tendermint Core to CometBFT. This includes changes to Tendermint peripheral modules, such as tm-db
→ cometbft-db
. Future Ostracon should also consider plans to change its codebase to CometBFT.
https://github.com/cometbft/cometbft
https://medium.com/the-interchain-foundation/cosmos-meet-cometbft-d89f5dce60dd
This task may be tracked after the current project phase.
@tkxkd0159
What are the discussion points? I think we should follow cometbft/cometbft
as well. Basically, we forked/followed-up the based on tendermint-v0.34.19
. It means the compatibility between cometbft
and ostracon
.
It's possible to replace the below:
tendermint/tendermint
to cometbft/cometbft
in go.mod
tendermint/tm-db
to cometbft/cometbft-db
in go.mod
@tnasu Sorry I missed this alarm. I just evoked the surroundings to make this change. So there is no point in discussion.
Summary
ref. https://github.com/tendermint/tendermint/issues/9972
Problem Definition
Proposal
For Admin Use