Commit Graph

14121 Commits

Author SHA1 Message Date
Julien Robert
d80eba9bf9
chore(core): sync changelog (#21025) 2024-07-23 14:00:33 +00:00
Julien Robert
544623f3b7
build(deps): add missing replaces and remove unnecessary ones (#21033) 2024-07-23 09:08:41 +00:00
dependabot[bot]
7501ccd700
build(deps): Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.0 (#21028)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 08:37:41 +00:00
sjtucoder
fa612ef9d7
chore: fix some comments for struct field (#21027)
Signed-off-by: sjtucoder <sjtucoder@icloud.com>
2024-07-23 08:36:49 +00:00
yukionfire
67b5a5d268
chore(x): replace fmt.Errorf without parameters with errors.New (#21032) 2024-07-23 08:10:09 +00:00
Halimao
c2df06c985
chore: fix errors reported by running make lint (#21015) 2024-07-22 18:01:07 +00:00
Cosmos SDK
ba7e6be7e9
ci: skip spelling check in go.mod/go.sum (#21021)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-22 12:34:31 +00:00
Facundo Medica
9ab162de6d
chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
Akhil Kumar P
71d14f9370
chore(server/v2/cometbft): ensure consistent dash-case in app.toml (#21018) 2024-07-22 10:40:17 +00:00
lfz941
8fe0b22145
docs(server): wrong function comments (#21017) 2024-07-22 10:16:07 +00:00
son trinh
2d6f97e984
refactor(storev2): update snapshot manager and migration manager tests (#20441) 2024-07-22 09:49:47 +00:00
Julien Robert
8484dc50e2
feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
Halimao
4b3a0b0afe
refactor: set help as default target of Makefile (#21011) 2024-07-22 09:28:20 +00:00
Halimao
ae4af887d0
fix(simapp): duplicated import (#21014) 2024-07-22 09:02:41 +00:00
winniehere
331eaf42f3
chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
Akhil Kumar P
f9f2ad7fa9
fix(simapp/v2): panic with testnet init-files command (#21012) 2024-07-22 07:08:08 +00:00
Halimao
d2dc3eed29
fix: make help won't work (#21005) 2024-07-21 17:54:22 +00:00
son trinh
6f1592d3da
fix: NewIntegrationApp does not write default genesis to state (#21006) 2024-07-21 12:24:56 +00:00
yukionfire
e22890b11f
chore(x/staking,x/upgrade): replace fmt.Errorf without parameters with errors.New (#21004) 2024-07-21 09:53:48 +00:00
Julien Robert
748352ef93
chore: prepare depinject 1.0.0 (#21001) 2024-07-19 20:16:42 +00:00
Jeeyong Um
b55138497b
docs: Fix typos in RFC Creation Process (#20998) 2024-07-19 16:25:06 +00:00
Tuan Tran
023ed3558d
chore(docs): fix comments that do not start with the name of the exported element (#20999) 2024-07-19 16:21:01 +00:00
Cosmos SDK
c2a1268f59
chore: fix spelling errors (#20997)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-19 14:29:21 +00:00
dependabot[bot]
b19d6e3a48
build(deps): Bump cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4 in /tools/cosmovisor (#20982)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-19 13:57:20 +00:00
Alexander Peters
b0652195d8
test(x/slashing): fix slashing sims (#20995) 2024-07-19 13:30:09 +00:00
yukionfire
095c003495
chore(x/auth,x/accounts): use errors.New to replace fmt.Errorf with no parameters (#20993) 2024-07-19 09:37:03 +00:00
Halimao
b08c8513d5
test: replace "cosmossdk.io/core/log" with "cosmossdk.io/core/testing" (#20994) 2024-07-19 09:28:34 +00:00
Julien Robert
25dce71f62
refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
Aaron Craelius
2e0e6d8776
refactor(depinject/appconfig): remove api module dependency (#20931)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-07-18 16:30:49 +00:00
Akhil Kumar P
64b3ebf83e
chore(confix): remove gas-adjustment in v0.52 client toml (#20988) 2024-07-18 13:43:03 +00:00
Akhil Kumar P
a877e3e804
chore(confix): replace version v0.51 to v0.52 (#20985) 2024-07-18 12:16:35 +00:00
testinginprod
82646fcd6a
refactor(stf/appmanager): remove the need of recurseStateChanges (#20911) 2024-07-18 11:22:25 +00:00
Qt
3304d0803d
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Aaron Craelius
9376db5508
feat(indexer): postgres schema creation + CI config (#20701)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-18 09:34:09 +00:00
Marko
9436bcb7f2
chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
zakir
2370a50d86
refactor(genutil/cli): remove txConfig from genesis command (#20976) 2024-07-18 09:12:53 +00:00
dependabot[bot]
f9f0ca442d
build(deps): Bump github.com/cosmos/crypto from 0.1.1 to 0.1.2 (#20979)
Signed-off-by: dependabot[bot] <support@github.com>
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>
2024-07-18 08:08:34 +00:00
dependabot[bot]
72a36aacf8
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.7 to 0.50.8 in /tools/hubl (#20980)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-18 08:07:59 +00:00
zakir
d8b9b6916a
test: failed to get sub viper (#20981) 2024-07-18 06:49:33 +00:00
Aaron Craelius
f7293da17f
feat(schema): decoding middleware (#20880) 2024-07-17 18:28:30 +00:00
yukionfire
7d2a6b99e4
fix(store/v2): using defer to ensure close db handle (#20871) 2024-07-17 15:11:37 +00:00
winniehere
49bc189df1
chore: fix functions' comments (#20974) 2024-07-17 11:52:06 +00:00
zakir
2d5983c829
fix(client/grpc): node.NewQueryServer method not setting cfg (#20969) 2024-07-17 10:00:10 +00:00
Elias Rad
56810eb210
Fix spelling issue (#20968)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-07-17 07:46:21 +00:00
Julien Robert
6708818470
fix(client/v2): use (PREFIX)_HOME instead of NODE_HOME (#20964) 2024-07-16 14:52:29 +00:00
testinginprod
86ea861c25
fix(serverv2/cometbft): properly decode and route gRPC transactions (#20808)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-07-16 10:14:02 +00:00
beer-1
511fb07914
feat: adds error handling for out-of-gas panics in grpc query handlers. (#20945) 2024-07-16 09:44:42 +00:00
Julián Toledano
77dd7329e8
fix(auth): UseGrantedFees error (#20963) 2024-07-16 09:17:34 +00:00
Julien Robert
a567229106
refactor(server/v2): remove unneeded generic type parameters (#20966) 2024-07-16 09:09:01 +00:00
dependabot[bot]
7a387cb175
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.7 to 0.50.8 in /tools/confix (#20959)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 07:17:50 +00:00