This version migrates omniflixhub app to cosmos-sdk v0.50.x version, it requires a co-ordinated upgrade
New Modules:
circuit - circuit breaker module (https://docs.cosmos.network/main/build/modules/circuit)
Migrations
cosmos-sdk v0.50.x
ibc-go v8
What's Changed
- update app version to v5 by @harish551 in #174
- feat: cosmos-sdk v0.50.x by @harish551 in #175
- add test workflow by @harish551 in #176
- fix ibc v8 migration by @harish551 in #177
- go.mod: bump up streampay & wasmvm by @harish551 in #178
- add block proposal handlers by @harish551 in #182
- feat: circuit breaker module by @harish551 in #183
- fix: add wasm state-sync snapshot extension by @harish551 in #184
Full Changelog: v4.1.1...v5.0.0-alpha.1