Skip to content

v5.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ValarDragon ValarDragon released this 09 Dec 10:14
· 3229 commits to main since this release

rc1 of v5.0.0, for testing.

High level overview of upgrades included in this:

  • Upgrade to SDK v0.44, include authz module. Also upgrade to IBC v2
  • Add Bech32IBC, so once governance approves certain IBC channels, you can just send to other chains addresses like cosmos1..., and the chain will handle IBC'ing it out for you
  • Allow whitelisted tx fee tokens based on conversion rate to OSMO. This means that a single min-fee can be set in osmo, and a full node will accept fees in atoms, etc. at an equivalent spot price derived from the AMMs. (The tx fees are not auto-converted)
  • Reduce growth rate of epoch time due to common user actions
  • {Minor bug fixes}