Skip to content

Commit c7367aa

Browse files
authored
Merge branch 'main' into fix/state-pollution
2 parents 3cd1159 + ebdaf82 commit c7367aa

File tree

155 files changed

+2216
-708
lines changed

Some content is hidden

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

155 files changed

+2216
-708
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ updates:
191191
# Dependencies should be up to date on release branch
192192
- package-ecosystem: gomod
193193
directory: "/"
194-
target-branch: "release/v0.47.x"
194+
target-branch: "release/v0.53.x"
195195
schedule:
196196
interval: daily
197197
time: "03:00"
@@ -210,7 +210,7 @@ updates:
210210
dependency-type: "all"
211211
ignore:
212212
- dependency-name: "github.com/cometbft/cometbft"
213-
# cometbft 0.37 is not semver, but we want to only update "patch" versions for 0.37.x
213+
# cometbft 0.37 is not semver, but we want to only update "patch" versions for 0.38.x
214214
update-types:
215215
["version-update:semver-major", "version-update:semver-minor"]
216216

.github/workflows/sims-047.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
check-latest: true
3838
- name: Install runsim
3939
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: ~/go/bin
4343
key: ${{ runner.os }}-go-runsim-binary
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: "1.25.5"
5656
check-latest: true
57-
- uses: actions/cache@v4
57+
- uses: actions/cache@v5
5858
with:
5959
path: ~/go/bin
6060
key: ${{ runner.os }}-go-runsim-binary
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
go-version: "1.25.5"
7575
check-latest: true
76-
- uses: actions/cache@v4
76+
- uses: actions/cache@v5
7777
with:
7878
path: ~/go/bin
7979
key: ${{ runner.os }}-go-runsim-binary
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
go-version: "1.25.5"
9494
check-latest: true
95-
- uses: actions/cache@v4
95+
- uses: actions/cache@v5
9696
with:
9797
path: ~/go/bin
9898
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/sims-050.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
check-latest: true
3939
- name: Install runsim
4040
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: ~/go/bin
4444
key: ${{ runner.os }}-go-runsim-binary
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
go-version: "1.25.5"
5757
check-latest: true
58-
- uses: actions/cache@v4
58+
- uses: actions/cache@v5
5959
with:
6060
path: ~/go/bin
6161
key: ${{ runner.os }}-go-runsim-binary
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
go-version: "1.25.5"
7676
check-latest: true
77-
- uses: actions/cache@v4
77+
- uses: actions/cache@v5
7878
with:
7979
path: ~/go/bin
8080
key: ${{ runner.os }}-go-runsim-binary
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
go-version: "1.25.5"
9595
check-latest: true
96-
- uses: actions/cache@v4
96+
- uses: actions/cache@v5
9797
with:
9898
path: ~/go/bin
9999
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/sims-053.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
check-latest: true
3939
- name: Install runsim
4040
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: ~/go/bin
4444
key: ${{ runner.os }}-go-runsim-binary
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
go-version: "1.25.5"
5757
check-latest: true
58-
- uses: actions/cache@v4
58+
- uses: actions/cache@v5
5959
with:
6060
path: ~/go/bin
6161
key: ${{ runner.os }}-go-runsim-binary
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
go-version: "1.25.5"
7676
check-latest: true
77-
- uses: actions/cache@v4
77+
- uses: actions/cache@v5
7878
with:
7979
path: ~/go/bin
8080
key: ${{ runner.os }}-go-runsim-binary
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
go-version: "1.25.5"
9595
check-latest: true
96-
- uses: actions/cache@v4
96+
- uses: actions/cache@v5
9797
with:
9898
path: ~/go/bin
9999
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/systemtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Upload system test logs if failed
6565
if: failure()
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: system-test-logs
6969
path: ./tests/systemtests/testnet/*.out
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload legacy system test logs if failed
8484
if: failure()
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: legacy-system-test-logs
8888
path: ./tests/systemtests/testnet/*.out

0 commit comments

Comments
 (0)