File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## ` v0.15.0 `
4+
5+ ### Features:
6+
7+ - IBC module scaffolding
8+ - IBC packet scaffolding with acknowledgements
9+ - JavaScript and Vuex client code generation for Cosmos SDK and custom modules
10+ - Standalone relayer with ` configure ` and ` connect ` commands
11+ - Advanced relayer options for configuring ports and versions
12+ - Scaffold now follows ` MsgServer ` convention
13+ - Message scaffolding
14+ - Added ` starport type ... --indexed ` to scaffold indexed types
15+ - Custom config file support with ` starport serve -c custom.yml `
16+ - Detailed terminal output for created accounts: name, address, mnemonic
17+ - Added spinners to indicate progress for long-running commands
18+ - Updated to Cosmos SDK v0.42.1
19+
20+ ### Changes:
21+
22+ - Replaced ` packr ` with Go 1.16 ` embed `
23+ - Renamed ` servers ` top-level property to ` host `
24+
325## ` v0.14.0 `
426
527### Features:
You can’t perform that action at this time.
0 commit comments