Skip to content

v0.50.2

Compare
Choose a tag to compare
@Reecepbcups Reecepbcups released this 30 May 03:55
· 47 commits to release/v0.50 since this release

Summary

Spawn now includes Interchain Security support following our CosmosHub partnership announcement to advance development within the Atom Economic Zone (AEZ). Spawn users now also gain access to Stride's IBC Rate limiting module to increase network safety control. To help streamline state management, Cosmos-SDK ORM support is now native for new modules generated on any standard cosmos application.

Installation

git clone https://github.com/rollchains/spawn.git
cd spawn
git checkout v0.50.2
make install

New Application Features

  • ORM Support in #103
  • ibc-rate-limit middleware in #119
  • ICS v5 Support (Base) in #129 and #143

Fixes

  • go mod module namespace for plugin imports in #114
  • use git tag version as the application version in #120
  • fix module proto namespace generation with dashes in #139

Chores

  • ci: link & spell check in #110
  • tag spawn message in #121
  • docs cleanup & general UX improvements in #122
  • test_node & POA SDK patch in #126
  • fix(ratelimit): setup and add test in #131
  • fix plugins to compile externally without local replace in #128
  • ics touchups in #136
  • refactor build local-ic configs in #142

Full Changelog: v0.50.1...v0.50.2