Skip to content

Commit 703e462

Browse files
committed
Fix merge conflicts
2 parents 684a2e5 + b73884f commit 703e462

File tree

151 files changed

+9264
-2455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+9264
-2455
lines changed

.changelog/config.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
project_url = "https://github.com/cosmos/interchain-security"
2+
3+
# Settings related to components/sub-modules. Only relevant if you make use of
4+
# components/sub-modules.
5+
[components]
6+
7+
# The title to use for the section of entries not relating to a specific
8+
# component.
9+
general_entries_title = "General"
10+
11+
# The number of spaces to inject before each component-related entry.
12+
entry_indent = 2
13+
14+
# The components themselves. Each component has a name (used when rendered
15+
# to Markdown) and a path relative to the project folder (i.e. relative to
16+
# the parent of the `.changelog` folder).
17+
[components.all]
18+
provider = { name = "Provider", path = "x/ccv/provider" }
19+
consumer = { name = "Consumer", path = "x/ccv/consumer" }
20+
tests = { name = "Tests", path = "tests" }
21+
docs = { name = "Documentation", path = "docs/docs" }

.changelog/epilogue.md

Lines changed: 197 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 16 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 4 additions & 0 deletions

.github/PULL_REQUEST_TEMPLATE/production.md

Lines changed: 1 addition & 1 deletion

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ updates:
7272
directory: "/"
7373
schedule:
7474
interval: daily
75-
target-branch: "release/v3.2.x-consumer"
75+
target-branch: "release/v3.2.x"
7676
# Only allow automated security-related dependency updates on release branches.
7777
open-pull-requests-limit: 0
7878
labels:

.github/workflows/automated-tests.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: "."
3030

3131
- name: Setup Node.js 🔧
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: "16.x"
3535

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- feat/*
1111
jobs:
12-
tests:
12+
Gosec:
1313
runs-on: ubuntu-latest
1414
env:
1515
GO111MODULE: on

.github/workflows/proto-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: bufbuild/buf-setup-action@v1.27.0
16+
- uses: bufbuild/buf-setup-action@v1.28.1
1717
- uses: bufbuild/buf-push-action@v1
1818
with:
1919
input: "proto"

.github/workflows/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: bufbuild/buf-setup-action@v1.27.0
17+
- uses: bufbuild/buf-setup-action@v1.28.1
1818
- uses: bufbuild/buf-breaking-action@v1
1919
with:
2020
input: "proto"

0 commit comments

Comments
 (0)