Skip to content

Releases: rollchains/spawn

v0.50.6

24 Jul 17:31

Choose a tag to compare

What's Changed

Features

Chores

Full Changelog: v0.50.4...v0.50.6

v0.50.5

24 Jul 17:39

Choose a tag to compare

Changelog

  • 96f9575 fix(matrix): disable explorer always
  • 3b5d2c0 chore(deps): local-ic v8.6.1
  • 637b526 chore(deps): local-ic v8.6.0
  • 37b5c07 chore(deps): ibc-apps ibc-rate-limit v8.0.0 (#189)
  • e8c1755 feat: outdated version notifier (spawn + local-ic) (#156)
  • 234a78a chore(deps): SDK v0.50.8 + POA v0.50.2 (#186)
  • f3d5899 feat: add block explorer (#187)
  • 446aa03 feat: contact / email
  • 9e22d61 docs: nest documentation within spawn as markdown (#176)

v0.50.4

03 Jul 15:41

Choose a tag to compare

What's Changed

Fix

  • Fixes issue where the POA consensus is used when bypass-prompt is off by @reecepbcups in ead3c55

Full Changelog: v0.50.3...v0.50.4

v0.50.3

02 Jul 17:58

Choose a tag to compare

What's Changed

Features

Dependencies

Fixes

Internal

New Contributors

Full Changelog: v0.50.2...v0.50.3

v0.50.2

30 May 03:55

Choose a tag to compare

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

v0.50.2-alpha.1

01 May 01:58

Choose a tag to compare

v0.50.2-alpha.1 Pre-release
Pre-release
  • Changes before Interchain Security overhaul

What's Changed

Full Changelog: v0.50.1...v0.50.2-alpha.1

v0.50.1

19 Mar 18:44
d76bbb2

Choose a tag to compare

Installation

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

What's Changed

No migrations are required for this release.

Security

New Application Actions

Chores

Full Changelog: v0.50.0...v0.50.1

v0.50.0

11 Mar 15:26

Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: https://github.com/rollchains/spawn/commits/v0.50.0