|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
|  | 3 | +## [`v0.24.0`](https://github.com/ignite/cli/releases/tag/v0.24.0) | 
|  | 4 | + | 
|  | 5 | +### Features | 
|  | 6 | + | 
|  | 7 | +- Upgraded Cosmos SDK to `v0.46.0` and IBC to `v5` in CLI and scaffolding templates | 
|  | 8 | +- Change chain init to check that no gentx are present in the initial genesis | 
|  | 9 | +- Add `network rewards release` command | 
|  | 10 | +- Add "make mocks" target to Makefile | 
|  | 11 | +- Add `--skip-proto` flag to `build`, `init` and `serve` commands to build the chain without building proto files | 
|  | 12 | +- Add `node query tx` command to query a transaction in any chain. | 
|  | 13 | +- Add `node query bank` command to query an account's bank balance in any chain. | 
|  | 14 | +- Add `node tx bank send` command to send funds from one account to another in any chain. | 
|  | 15 | +- Implement `network profile` command | 
|  | 16 | +- Add `generate ts-client` command to generate a stand-alone modular TypeScript client. | 
|  | 17 | + | 
|  | 18 | +### Changes | 
|  | 19 | + | 
|  | 20 | +- Add changelog merge strategy in .gitattributes to avoid conflicts. | 
|  | 21 | +- Refactor `templates/app` to remove `monitoringp` module from the default template | 
|  | 22 | +- Updated keyring dependency to match Cosmos SDK | 
|  | 23 | +- Speed up the integration tests | 
|  | 24 | +- Refactor ignite network and fix genesis generation bug | 
|  | 25 | +- Make Go dependency verification optional during build by adding the `--check-dependencies` flag | 
|  | 26 | +  so Ignite CLI can work in a Go workspace context. | 
|  | 27 | +- Temporary SPN address change for nightly | 
|  | 28 | +- Rename `simapp.go.plush` simulation file template to `helpers.go.plush` | 
|  | 29 | +- Remove campaign creation from the `network chain publish` command | 
|  | 30 | +- Optimized JavaScript generator to use a single typescript API generator binary | 
|  | 31 | +- Improve documentation and add support for protocol buffers and Go modules syntax | 
|  | 32 | +- Add inline documentation for CLI commands | 
|  | 33 | +- Change `cmd/account` to skip passphrase prompt when importing from mnemonic | 
|  | 34 | +- Add nodejs version in the output of ignite version | 
|  | 35 | +- Removed `handler.go` from scaffolded module template | 
|  | 36 | +- Migrated to `cosmossdk.io` packages for and `math` | 
|  | 37 | +- Vuex stores from the `generate vuex` command use the new TypeScript client | 
|  | 38 | +- Upgraded frontend Vue template to v0.3.10 | 
|  | 39 | + | 
|  | 40 | +### Fixes | 
|  | 41 | + | 
|  | 42 | +- Improved error handling for crypto wrapper functions | 
|  | 43 | +- Fix `pkg/cosmosclient` to call the faucet prior to creating the tx. | 
|  | 44 | +- Test and refactor `pkg/comosclient`. | 
|  | 45 | +- Change templates to add missing call to `RegisterMsgServer` in the default module's template to match what's specified in the docs | 
|  | 46 | +- Fix cosmoscmd appID parameter value to sign a transaction correctly | 
|  | 47 | +- Fix `scaffold query` command to use `GetClientQueryContext` instead of `GetClientTxContext` | 
|  | 48 | +- Fix flaky integration tests issue that failed with "text file busy" | 
|  | 49 | +- Fix default chain ID for publish | 
|  | 50 | +- Replace `os.Rename` with `xos.Rename` | 
|  | 51 | +- Fix CLI reference generation to add `ignite completion` documentation | 
|  | 52 | +- Remove usage of deprecated `io/ioutil` package | 
|  | 53 | + | 
|  | 54 | + | 
| 3 | 55 | ## [`v0.23.0`](https://github.com/ignite/cli/releases/tag/v0.23.0) | 
| 4 | 56 | 
 | 
| 5 | 57 | ### Features | 
|  | 
| 29 | 81 | 
 | 
| 30 | 82 | - Rename `ignite-hq` to `ignite` | 
| 31 | 83 | 
 | 
| 32 |  | - | 
| 33 | 84 | ## [`v0.22.1`](https://github.com/ignite/cli/releases/tag/v0.22.1) | 
| 34 | 85 | 
 | 
| 35 | 86 | ### Fixes  | 
|  | 
0 commit comments