Releases: rollchains/spawn
v0.50.10
curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash -s -- v0.50.10
What's Changed
- refactor: wasm file location path to match expected by @Reecepbcups in #246
- chore: update setup md by @vimystic in #247
- fix: macos builds not signed, strip debug info on install by @vimystic in #250
- fix: tab docs, new version by @Reecepbcups in #252
New Contributors
Full Changelog: v0.50.9...v0.50.10
v0.50.9
curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash -s -- v0.50.9
Major Features
- New documentation and tutorials
- Create cosmos app support (
make generate-webapp
) by @Reecepbcups in #236
Documentation
- tutorials: cw nfts, tokenfactory, spawn overview by @Reecepbcups in #223
- tutorials: cosmwasm contract + module by @Reecepbcups in #224
- tutorial: cosmwasm IBC by @Reecepbcups in #229
- debugging system environments by @Reecepbcups in #227
Fixes
- ICS forge display change format by @Reecepbcups in #233
- test using the same storage key for default modules by @Reecepbcups in #225
- ubuntu 22.04 works with
make proto-gen
as expected now, proper permissions by @Reecepbcups in #238, #239,
What's Changed
- remove globalfee by @Reecepbcups in #219
- remove ignite-cli support by @Reecepbcups in #234
- Update makefile get-localic to download latest localic version 8.7.1 by @pharr117 in #230
- clone local-ic instead of wget by @Reecepbcups in #237
- standalone chain by @Reecepbcups in #242
- chore(release): v0.50.9 by @Reecepbcups in #244
New Contributors
Full Changelog: v0.50.8...v0.50.9
v0.50.8
Summary
- Faster install times for Spawn, Local-IC, and Heighliner
- New Docs: https://rollchains.github.io/spawn/
- IBC Module generation
- Fixed local explorer not building automatically
- Removed x/GlobalFee as it had bad UX with no upstream support
What's Changed
- feat: remove globalfee module due to bad UX by @Reecepbcups in #201
- docs: easier setup, windows docs by @Reecepbcups in #203
- feat: docs site & overhaul by @Reecepbcups in #207
- feat: IBC module generation by @Reecepbcups in #214
- fix(docs): typos & v0.50.8 release changes by @Reecepbcups in #215
Full Changelog: v0.50.7...v0.50.8
v0.50.7
Install Me
What's Changed
- Latest Interchain dependencies by @Reecepbcups in #191
- Chain registry file on new network creation by @Reecepbcups in #194
- Enabled-unsafe-cors for local explorers & website interaction by @Reecepbcups in #199
Internal
- fix: spawn docker by @Reecepbcups in #195
Full Changelog: v0.50.6...v0.50.7
v0.50.6
What's Changed
Features
- Block explorer by @Reecepbcups in #187
- Docs now nested within spawn by @Reecepbcups in #176
- Outdated version notifier (spawn + local-ic) by @Reecepbcups in #156
Chores
- SDK v0.50.8, IBC-Go v8.3.1 POA v0.50.2 by @Reecepbcups in #186
- ibc-apps ibc-rate-limit v8.0.0 by @Reecepbcups in #189
Full Changelog: v0.50.4...v0.50.6
v0.50.5
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
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
What's Changed
Features
- ICS consumer democracy by @Reecepbcups in #150
- optimistic execution by @Reecepbcups in #151
- ICS metadata file by @Reecepbcups in #164
Dependencies
- SDK v0.50.7, CometBFT v0.38.8, InterchainTest v8.5.0 by @Reecepbcups in #146
Fixes
- update sed cmds to work in MacOS by @MSalopek in #153
- block times too fast for local testnet (500ms -> 2s) by @Reecepbcups in #154
- improve config validation by @Reecepbcups in #163
Internal
- easy bump local-ic script by @Reecepbcups in #170
- dockerize spawn by @Reecepbcups in #170
- rename ibc-testnet -> testnet by @Reecepbcups in #147
- final cleanup for v0.50.3 by @Reecepbcups in #173
New Contributors
Full Changelog: v0.50.2...v0.50.3
v0.50.2
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
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
- Changes before Interchain Security overhaul
What's Changed
- feat: ORM Support by @Reecepbcups in #103
- ci: link & spell check by @Reecepbcups in #110
- fix: go mod module namespace by @Reecepbcups in #114
- fix(internal): simapp namespace by @Reecepbcups in #115
- fix: on new make install, use git tag by @Reecepbcups in #120
- chore: tag spawn message by @Reecepbcups in #121
- chore(docs): cleanup & UX! by @Reecepbcups in #122
- feat: ibc-rate-limit middleware by @Reecepbcups in #119
- fix: test_node improvements & POA SDK patch by @Reecepbcups in #126
- fix(ratelimit): setup and add test by @Reecepbcups in #131
Full Changelog: v0.50.1...v0.50.2-alpha.1