Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
326 stars 206 forks source link

Migrate from Tendermint to CometBFT #6905

Closed JimLarson closed 10 months ago

JimLarson commented 1 year ago

The new CometBFT support cosmos-sdk 0.45, 0.46, and 0.47. It's API-compatible with Tendermint except that it's a different Go module and will require some mechanical changes to fully excise the old name.

JimLarson commented 10 months ago

Fixing in #8223