cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Problem: Cosmos SDK v0.47 is not used

Open JayT106 opened this issue 2 years ago • 1 comments

Cosmos SDK v0.47 introduced new ABCI methods and other changes. Cronos needs to adopt the new SDK version for solving some block propose issues regarding the transaction gas/fee.

It might require some module migration including ethermint, ibc-go. Will update more details in this ticket.

  • [ ] Update Ethermint dep with Cosmos SDK v0.47 https://github.com/evmos/ethermint/issues/1667
  • [ ] Should the gravity bridge module updates the dep? Currently is using tendermint v0.34.x

JayT106 avatar Feb 15 '23 15:02 JayT106

submitted PR https://github.com/evmos/ethermint/pull/1687 , remains to update the Makefile and proto-gen-tool script with the correct proto-gen-tool path.

JayT106 avatar Feb 27 '23 15:02 JayT106

fixed by https://github.com/crypto-org-chain/cronos/pull/1272

mmsqe avatar Jul 05 '24 08:07 mmsqe