Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

### Features
- Add `pkg/cosmostxcollector` package with support to query and save TXs and events.
- Add `ignite network coordinator` command set
- Add `ignite network validator` command set
- Add `ignite network coordinator` command set.
- Add `ignite network validator` command set.
- Move cosmoscmd in chain's templates.
- Add generated TS client test support to integration tests.

### Changes

Expand All @@ -21,6 +23,8 @@
- Change CLI to use an events bus to print to stdout.
- Move generated proto files to `proto/{appname}/{module}`
- Update `pkg/cosmosanalysis` to detect when proto RPC services are using pagination.
- Change nightly tag format
- Add cosmos-sdk version in `version` command

### Fixes

Expand All @@ -33,16 +37,6 @@
- Change session print loop to block until all events are handled.
- Handle "No records were found in keyring" message when checking keys.

### Features

- Move cosmoscmd in chain's templates.
- Add generated TS client test support to integration tests.

### Changes

- Change nightly tag format
- Add cosmos-sdk version in `version` command

## [`v0.24.1`](https://github.com/ignite/cli/releases/tag/v0.24.1)

### Features
Expand Down