Skip to content
Closed
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
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Unreleased

### Fixes

- Make `go mod verify` optional, so Ignite CLI can work in a Go workspace context [#2685](https://github.com/ignite/cli/pull/2685)
- The `monitoringp` module has been removed from the default template (removed dependency on `tenderming/spn`) [#2648](https://github.com/ignite/cli/pull/2648)
- Added a call to `RegisterMsgServer` in the default module's template (to match what's specified in the docs) [#2636](https://github.com/ignite/cli/pull/2636)
- Fix query scaffolding by using the correct query context in the chain's CLI package [#2668](https://github.com/ignite/cli/pull/2668/)
- Updated keyring dependency to match what Cosmos SDK is using [#2655](https://github.com/ignite/cli/pull/2655)

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

### Features
Expand Down