Commit d00edcb
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
File tree
65 files changed
+1421
-916
lines changed- .github/workflows
- api
- baseapp
- client/v2
- core
- crypto
- keyring
- keys/secp256r1
- internal/conv
- orm
- server
- simapp
- tests
- testutil/sims
- tools
- cosmovisor
- rosetta
- tx
- x
- authz
- keeper
- module
- testutil
- feegrant
- keeper
- module
- testutil
- gov/keeper
- group
- keeper
- simulation
- simulation
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments