Commit Graph

13082 Commits

Author SHA1 Message Date
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
Christina
f772a0a2fc
Fix spelling issues (#20957) 2024-07-15 18:10:09 +00:00
Julien Robert
b68736306e
chore: bring in patch release changelogs (#20952) 2024-07-15 14:29:05 +00:00
Facundo Medica
f61141f15e
fix(x/staking): Add missing data from import/export (#20953) 2024-07-15 13:01:08 +00:00
beer-1
3395906d1c
fix: include pagination.key at reverse mode (#20939) 2024-07-15 11:39:20 +00:00
Julián Toledano
df4214a153
docs(x/tx): add README (#20913) 2024-07-15 11:11:14 +00:00
Marko
2cf378174d
fix: use contents of the tx as identifier in cache (#20533)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-15 09:40:41 +00:00
Cosmos SDK
e3ea68aa1a
chore: fix spelling errors (#20946)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-14 17:09:21 +00:00
Facundo Medica
a923e13ce9
ci: set up x/acounts/multisig (#20934)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-13 10:38:55 +00:00
testinginprod
16732e11e2
refactor(serverv2): remove unused AppI interface (#20941) 2024-07-13 09:35:47 +00:00
cloudclaim
a22592a648
chore: fix some comments for struct field (#20942)
Signed-off-by: cloudclaim <824973921@qq.com>
2024-07-13 05:02:21 +00:00
Alexander Peters
dc5c16b0be
fix (sims): state written in sims loop (#20936) 2024-07-12 15:17:23 +00:00
krane
10465a6aab
docs: add missing the (#20930) 2024-07-11 18:05:09 +00:00
Facundo Medica
ab6400fbfd
refactor(accounts): move multisig into its own go.mod (#20928) 2024-07-10 09:57:51 +00:00
dependabot[bot]
5d66cf9450
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#20920)
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-10 08:09:24 +00:00
krane
ee11965032
docs: remove typo/incorrect grammar (#20915) 2024-07-10 06:25:27 +00:00
Tuan Tran
b5319483ed
chore(docs): fix comments that do not start with the name of the exported element. (#20906) 2024-07-10 06:00:36 +00:00
Budalebah
61c36798d0
fix: fixing pathway (#20918) 2024-07-09 21:14:33 +00:00
son trinh
13b80960d2
docs: fix recommended folder structure (#20907) 2024-07-09 12:14:31 +00:00
Aaron Craelius
9d80739d04
chore: remove schema go.mod replaces (#20914) 2024-07-09 12:13:32 +00:00
Aaron Craelius
4857ea1f61
feat(schema): indexing API (#20647) 2024-07-09 11:20:31 +00:00
Hwangjae Lee
ff5df35f39
docs: Fix typos and improve clarity in ADR documents docs/architecture (#20908)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-07-09 09:41:45 +00:00
son trinh
c349885084
refactor(x/accounts/defaults/lockup): Add lockup unit tests (#20721) 2024-07-09 09:38:40 +00:00
Tuan Tran
25e99c54ba
chore(docs): comments should begin with the name of the thing being described (#20903) 2024-07-08 14:21:07 +00:00
testinginprod
acfd1ac30a
refactor(auth): decouple auth from x/accounts account abstraction types (#20875) 2024-07-08 14:15:17 +00:00
GnaD
3ec041e535
fix(server/v2): Fix setup for testing TestServer (#20904) 2024-07-08 12:04:04 +00:00
krane
356c67a6bc
docs: change deducted to deduced (#20898) 2024-07-08 09:50:33 +00:00
dependabot[bot]
b64fa900d5
build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#20902)
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-08 07:48:08 +00:00
dependabot[bot]
159584ad41
build(deps): Bump github.com/rs/cors from 1.10.0 to 1.11.0 in /tools/hubl (#20901)
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-06 10:42:50 +00:00
Julien Robert
cc1267b1a3
ci: enable ci for schema (#20888) 2024-07-05 10:52:49 +00:00
Marko
b68eb39412
refactor(staking)!: remove historical info (#20845)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-07-05 09:28:49 +00:00
krane
25d2043909
docs: remove inaccurate statement about PoW chains (#20877)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-05 09:13:51 +00:00
dependabot[bot]
5733d36e17
build(deps): Bump github.com/cometbft/cometbft from 1.0.0-alpha.2.0.20240429102542-490e9bc3de65 to 1.0.0-rc1 in /store (#20883)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-05 08:37:09 +00:00
samricotta
5da524fdba
docs: remove unnecessary codeblocks (#20857) 2024-07-05 08:29:55 +00:00
krane
906ed4f56d
docs: remove double BFT in why-app-specific (#20882) 2024-07-05 08:29:31 +00:00
Hieu Vu
476edaa90b
feat(simapp/v2): Testnet init command (#20866) 2024-07-05 08:25:54 +00:00
testinginprod
d79cd5898f
refactor(genutil): remove genesis bank balance iteration dependency (#20878) 2024-07-05 08:24:42 +00:00
Hwangjae Lee
434b12383b
docs: Fix typos and improve consistency in context in docs/learn/advanced (#20886)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-07-05 08:22:23 +00:00
Hwangjae Lee
e8b0e39f05
docs: Fix typos and grammar in `docs/learn/beginner (#20885)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-07-05 08:20:29 +00:00
Aaron Craelius
20f96db224
feat(schema)!: updates based on postgres testing (#20858) 2024-07-04 19:46:42 +00:00