Skip to content

Commit d00edcb

Browse files
yihuangatheeshpmergify[bot]mmsqejulienrbrt
authored
sync with upstream release/v0.47.x (#418)
* fix(server): consensus failure while restart node with wrong `chainId` in genesis (cosmos#18920) * test: add NodeURI for clientCtx (backport cosmos#18930) (cosmos#18988) Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]> * chore: clean-up buf workspace (backport cosmos#18993) (cosmos#18998) * build(deps): Bump cosmossdk.io/log from 1.2.1 to 1.3.0 (cosmos#19024) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (cosmos#19025) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * fix: allow empty public keys when setting signatures (backport cosmos#19106) (cosmos#19108) Co-authored-by: Callum Waters <[email protected]> Co-authored-by: Julien Robert <[email protected]> * chore: prepare v0.47.8 (cosmos#19162) * docs: fix typo in 06-grpc_rest.md (backport cosmos#19192) (cosmos#19194) Co-authored-by: Yoksirod <[email protected]> Co-authored-by: Julien Robert <[email protected]> * fix: skip same-sender non-sequential sequence and then add others txs new solution (backport cosmos#19177) (cosmos#19250) Co-authored-by: Brann Bronzebeard <[email protected]> Co-authored-by: Facundo <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> * test(baseapp): Refactor tx selector tests + better comments (backport cosmos#19284) (cosmos#19288) Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Facundo <[email protected]> * build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (cosmos#19359) * chore: prepare v0.47.9 (cosmos#19451) * build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 (cosmos#19472) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]> * Merge pull request from GHSA-4j93-fm92-rp4m * fix(x/auth/vesting): Add `BlockedAddr` check in `CreatePeriodicVestingAccount` * updates * build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (cosmos#19564) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]> * fix: use proper `db_backend` type when reading chain-id (cosmos#19573) * Merge pull request from GHSA-86h5-xcpx-cfqc * fix slashing logic * add test * changelog + release notes * word --------- Co-authored-by: Julien Robert <[email protected]> * build(deps): Bump deps (backport cosmos#19655) (cosmos#19712) Co-authored-by: Julien Robert <[email protected]> * fix(x/gov): grpc query tally for failed proposal (backport cosmos#19725) (cosmos#19728) Co-authored-by: David Tumcharoen <[email protected]> Co-authored-by: Julien Robert <[email protected]> * fix(crypto): error if incorrect ledger public key (backport cosmos#19691) (cosmos#19746) Co-authored-by: Rootul P <[email protected]> Co-authored-by: sontrinh16 <[email protected]> * build(deps): Bump github.com/cometbft/cometbft from 0.37.4 to 0.37.5 (cosmos#19752) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]> * fix: Implement gogoproto customtype to secp256r1 keys (backport cosmos#20027) (cosmos#20032) Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: marbar3778 <[email protected]> Co-authored-by: Marko <[email protected]> * fix: secp256r1 json missing quotes (backport cosmos#20060) (cosmos#20070) Co-authored-by: Facundo Medica <[email protected]> * build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-beta.5 (cosmos#20094) * chore: prepare v0.47.11 (cosmos#20088) * fix: use timestamp for sim log file name (backport cosmos#20108) (cosmos#20112) Co-authored-by: mmsqe <[email protected]> * fix(x/authz,x/feegrant): check blocked address (backport cosmos#20102) (cosmos#20114) Co-authored-by: Julien Robert <[email protected]> * fix(testsuite/sims): set all signatures (backport cosmos#20151) (cosmos#20186) Co-authored-by: Leon <[email protected]> * build(deps): Bump github.com/cometbft/cometbft from 0.37.5 to 0.37.6 (cosmos#20205) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * go mod tidy * chore: downgrade to go 1.19 (cosmos#20211) * chore: tidy with go 1.19 (cosmos#20220) * chore: revert comet 0.37.6 upgrade due to go version bump (cosmos#20247) * fix: remove txs from mempool when antehandler fails in recheck (backport cosmos#20144) (cosmos#20252) Co-authored-by: Marko <[email protected]> Co-authored-by: marbar3778 <[email protected]> * Revert "chore: downgrade to go 1.19 (cosmos#20211)" This reverts commit aba4e40. * Revert "chore: revert comet 0.37.6 upgrade due to go version bump (cosmos#20247)" This reverts commit 00e4273. * bump go in ci * update docker file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: atheeshp <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Callum Waters <[email protected]> Co-authored-by: Yoksirod <[email protected]> Co-authored-by: Brann Bronzebeard <[email protected]> Co-authored-by: Facundo <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Kevin Yang <[email protected]> Co-authored-by: khanh <[email protected]> Co-authored-by: David Tumcharoen <[email protected]> Co-authored-by: Rootul P <[email protected]> Co-authored-by: sontrinh16 <[email protected]> Co-authored-by: marbar3778 <[email protected]> Co-authored-by: Marko <[email protected]> Co-authored-by: mmsqe <[email protected]> Co-authored-by: Leon <[email protected]>
1 parent 9bd1e03 commit d00edcb

Some content is hidden

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

65 files changed

+1421
-916
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-go@v3
2525
with:
26-
go-version: "1.19"
26+
go-version: "1.21"
2727
check-latest: true
2828
- uses: technote-space/[email protected]
2929
id: git_diff

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626
- uses: actions/setup-go@v3
2727
with:
28-
go-version: "1.19"
28+
go-version: "1.21"
2929
check-latest: true
3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/dependabot-update-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.PRBOT_PAT }}
1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: "1.19"
20+
go-version: "1.21"
2121
check-latest: true
2222
- name: Extract updated dependency
2323
id: deps

.github/workflows/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ permissions:
88
jobs:
99
labeler:
1010
permissions:
11-
contents: read # for actions/labeler to determine modified files
12-
pull-requests: write # for actions/labeler to add labels to PRs
11+
contents: read # for actions/labeler to determine modified files
12+
pull-requests: write # for actions/labeler to add labels to PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/labeler@main
15+
- uses: actions/labeler@v4 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump.
1616
with:
17-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
17+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: "1.19"
19+
go-version: "1.21"
2020
check-latest: true
2121
- uses: actions/checkout@v3
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v6
2424
with:
2525
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
26-
version: v1.50.1
26+
version: v1.58

.github/workflows/release-cosmovisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: "1.19"
19+
go-version: "1.21"
2020
check-latest: true
2121
# get 'v*.*.*' part from 'cosmovisor/v*.*.*' and save to $GITHUB_ENV
2222
- name: Set env

.github/workflows/release-rosetta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: "1.19"
19+
go-version: "1.21"
2020
check-latest: true
2121
# get 'v*.*.*' part from 'rosetta/v*.*.*' and save to $GITHUB_ENV
2222
- name: Set env

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: "1.19"
23+
go-version: "1.21"
2424
check-latest: true
2525
- name: Unshallow
2626
run: git fetch --prune --unshallow

.github/workflows/sims-045.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: "release/v0.45.x"
2222
- uses: actions/setup-go@v3
2323
with:
24-
go-version: "1.19"
24+
go-version: "1.21"
2525
check-latest: true
2626
- run: make build
2727

@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/setup-go@v3
3535
with:
36-
go-version: "1.19"
36+
go-version: "1.21"
3737
check-latest: true
3838
- name: Install runsim
3939
run: go install github.com/cosmos/tools/cmd/[email protected]
@@ -51,7 +51,7 @@ jobs:
5151
ref: "release/v0.45.x"
5252
- uses: actions/setup-go@v3
5353
with:
54-
go-version: "1.19"
54+
go-version: "1.21"
5555
check-latest: true
5656
- uses: actions/cache@v3
5757
with:
@@ -70,7 +70,7 @@ jobs:
7070
ref: "release/v0.45.x"
7171
- uses: actions/setup-go@v3
7272
with:
73-
go-version: "1.19"
73+
go-version: "1.21"
7474
check-latest: true
7575
- uses: actions/cache@v3
7676
with:
@@ -90,7 +90,7 @@ jobs:
9090
ref: "release/v0.45.x"
9191
- uses: actions/setup-go@v3
9292
with:
93-
go-version: "1.19"
93+
go-version: "1.21"
9494
check-latest: true
9595
- uses: actions/cache@v3
9696
with:

.github/workflows/sims-046.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: "release/v0.46.x"
2222
- uses: actions/setup-go@v3
2323
with:
24-
go-version: "1.19"
24+
go-version: "1.21"
2525
check-latest: true
2626
- run: make build
2727

@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/setup-go@v3
3535
with:
36-
go-version: "1.19"
36+
go-version: "1.21"
3737
check-latest: true
3838
- name: Install runsim
3939
run: go install github.com/cosmos/tools/cmd/[email protected]
@@ -52,7 +52,7 @@ jobs:
5252
ref: "release/v0.46.x"
5353
- uses: actions/setup-go@v3
5454
with:
55-
go-version: "1.19"
55+
go-version: "1.21"
5656
check-latest: true
5757
- uses: actions/cache@v3
5858
with:
@@ -71,7 +71,7 @@ jobs:
7171
ref: "release/v0.46.x"
7272
- uses: actions/setup-go@v3
7373
with:
74-
go-version: "1.19"
74+
go-version: "1.21"
7575
check-latest: true
7676
- uses: actions/cache@v3
7777
with:
@@ -90,7 +90,7 @@ jobs:
9090
ref: "release/v0.46.x"
9191
- uses: actions/setup-go@v3
9292
with:
93-
go-version: "1.19"
93+
go-version: "1.21"
9494
check-latest: true
9595
- uses: actions/cache@v3
9696
with:

0 commit comments

Comments
 (0)