Update provider to SDK 0.47 #947
Labels
scope: cosmos-sdk
Integration with Cosmos SDK
type: refactoring
Code refactoring
type: tech-debt
Slows down development in the long run
The provider code needs to be migrated to cosmos-sdk v47 and ibc-go v47 and all breaking API changes need to be addressed.
Main concern is addressing library code, but
app.go
must also be upgraded (but new app wiring should not be used yet) because integration and MBT testing require it for creating mock chains.e2e testing also depends on app.go but with different issues than integration and MBT tests. For e2e tests the actual binary has to be able to function correctly.
The text was updated successfully, but these errors were encountered: