From fbd214a28d4a46ba79350ed77fad347d7c8a1cbe Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Wed, 11 Sep 2024 19:19:24 +0200 Subject: [PATCH] feat!: bump ics (#3325) * remove componenets from unclog config * bump ICS * bump ICS --- .changelog/config.toml | 17 +---------------- go.mod | 2 +- go.sum | 4 ++++ 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.changelog/config.toml b/.changelog/config.toml index 15a3828156a..34ff6f7212b 100644 --- a/.changelog/config.toml +++ b/.changelog/config.toml @@ -1,19 +1,4 @@ project_url = "https://github.com/cosmos/gaia" -# Settings related to components/sub-modules. Only relevant if you make use of -# components/sub-modules. -[components] - -# The title to use for the section of entries not relating to a specific -# component. -general_entries_title = "General" - # The number of spaces to inject before each component-related entry. -entry_indent = 2 - - # The components themselves. Each component has a name (used when rendered - # to Markdown) and a path relative to the project folder (i.e. relative to - # the parent of the `.changelog` folder). - [components.all] - tests = { name = "Tests", path = "tests" } - docs = { name = "Documentation", path = "docs" } \ No newline at end of file +entry_indent = 2 \ No newline at end of file diff --git a/go.mod b/go.mod index 4e789faa75b..50b744ab1e5 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0 github.com/cosmos/ibc-go/modules/capability v1.0.1 github.com/cosmos/ibc-go/v8 v8.5.0 - github.com/cosmos/interchain-security/v6 v6.0.0-20240906165300-5b6252c77268 + github.com/cosmos/interchain-security/v6 v6.0.0-20240911170053-c05141e163b2 github.com/google/gofuzz v1.2.0 github.com/gorilla/mux v1.8.1 github.com/ory/dockertest/v3 v3.11.0 diff --git a/go.sum b/go.sum index 46ff604c1a2..e4ad852caf5 100644 --- a/go.sum +++ b/go.sum @@ -445,6 +445,10 @@ github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5Rtn github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0= github.com/cosmos/interchain-security/v6 v6.0.0-20240906165300-5b6252c77268 h1:UJEywL1Fi/HYAFao8fUQxvQXudrt2Vv+D3BL9JK/osM= github.com/cosmos/interchain-security/v6 v6.0.0-20240906165300-5b6252c77268/go.mod h1:+5zIZEzkL4yNHB/UWXCu75t6GeEgEmWHbz5OnBWiL0o= +github.com/cosmos/interchain-security/v6 v6.0.0-20240911164533-804b53b1bdc8 h1:5Y5h7ANC36DEOrrDhDFl9ecKUXAl/ZmSwXDQMHR2Gl4= +github.com/cosmos/interchain-security/v6 v6.0.0-20240911164533-804b53b1bdc8/go.mod h1:+5zIZEzkL4yNHB/UWXCu75t6GeEgEmWHbz5OnBWiL0o= +github.com/cosmos/interchain-security/v6 v6.0.0-20240911170053-c05141e163b2 h1:wGfWTO+frkqPbRsa0otX1tWappl6ovWgrlA/n7J9XcA= +github.com/cosmos/interchain-security/v6 v6.0.0-20240911170053-c05141e163b2/go.mod h1:+5zIZEzkL4yNHB/UWXCu75t6GeEgEmWHbz5OnBWiL0o= github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo= github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA= github.com/cosmos/ledger-cosmos-go v0.13.3 h1:7ehuBGuyIytsXbd4MP43mLeoN2LTOEnk5nvue4rK+yM=