From f2fc195ecdf84892cbfa0d2164402e0fd6db3880 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 7 May 2024 21:27:54 +0200 Subject: [PATCH] updates --- changelog.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/changelog.md b/changelog.md index eebf770e42..3b0671acdf 100644 --- a/changelog.md +++ b/changelog.md @@ -5,19 +5,7 @@ ### Features - [#4108](https://github.com/ignite/cli/pull/4108) Add `xast` package (cherry-picked from [#3770](https://github.com/ignite/cli/pull/3770)) -- [#3707](https://github.com/ignite/cli/pull/3707) Add collections support. -- [#3977](https://github.com/ignite/cli/pull/3977) Add `chain lint` command to lint the chain's codebase using `golangci-lint` -- [#3770](https://github.com/ignite/cli/pull/3770) Add `scaffold configs` and `scaffold params` commands -- [#4001](https://github.com/ignite/cli/pull/4001) Improve `xgenny` dry run -- [#3967](https://github.com/ignite/cli/issues/3967) Add HD wallet parameters `address index` and `account number` to the chain account config -- [#4004](https://github.com/ignite/cli/pull/4004) Remove all import placeholders using the `xast` pkg -- [#4076](https://github.com/ignite/cli/pull/4076) Remove the ignite `relayer` and `tools` commands with all ts-relayer logic -- [#4071](https://github.com/ignite/cli/pull/4071) Support custom proto path -- [#3718](https://github.com/ignite/cli/pull/3718) Add `gen-mig-diffs` tool app to compare scaffold output of two versions of ignite -- [#4077](https://github.com/ignite/cli/pull/4077) Merge the swagger files manually instead use nodetime `swagger-combine` -- [#4100](https://github.com/ignite/cli/pull/4100) Set the `proto-dir` flag only for the `scaffold chain` command and use the proto path from the config - [#4110](https://github.com/ignite/cli/pull/4110) Scaffold a consumer chain with `interchain-security` v5.0.0-rc0. -- [#4111](https://github.com/ignite/cli/pull/4111) Remove vuex generation ### Changes