Marko
|
c2f6c19aaf
|
revert: bank change module to account change (#20427)
|
2024-05-21 08:02:11 +00:00 |
|
yihuang
|
1f06f5bec6
|
fix: nil pointer panic when store don't exists in historical version (#20425)
|
2024-05-20 09:13:42 +00:00 |
|
Matt Kocubinski
|
9fd3d13e2c
|
fix(store/v2): Remove should not error on miss (#20423)
|
2024-05-18 07:10:59 +00:00 |
|
Marko
|
d7cc6de7cc
|
chore: upstream more changes from v2 (#20387)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2024-05-17 10:58:52 +00:00 |
|
qkrybin
|
92dafe6dac
|
docs(x/auth/ante): fixed typo in TxWithTimeoutHeight interface name (#20418)
Signed-off-by: qkrybin <pybin97@gmail.com>
|
2024-05-17 10:08:24 +00:00 |
|
Marko
|
9e892fc59a
|
fix: avoid default sendenabled for module accounts (#20419)
|
2024-05-17 10:06:38 +00:00 |
|
Hwangjae Lee
|
24762d74c7
|
docs(x/auth): fixed typo in command example for multisign transaction (#20417)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2024-05-17 07:48:16 +00:00 |
|
dependabot[bot]
|
fe96338237
|
build(deps): Bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 (#20413)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-17 06:42:06 +00:00 |
|
dependabot[bot]
|
0d30fc46a9
|
build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 in /store (#20414)
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>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
|
2024-05-17 06:23:16 +00:00 |
|
Hwangjae Lee
|
06c9c543ab
|
feat(x/accounts): Add schema caching feature and corresponding test case (#20055)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
Signed-off-by: cuithon <dscs@outlook.com>
Signed-off-by: ipangpang <arronipangpang@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.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>
Co-authored-by: guangwu <guoguangwu@magic-shield.com>
Co-authored-by: Tien Nguyen <htiennv@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: Erlangshen219 <104747507+Erlangshen219@users.noreply.github.com>
Co-authored-by: cuithon <65674308+cuithon@users.noreply.github.com>
Co-authored-by: Andi <36215014+ChengenH@users.noreply.github.com>
Co-authored-by: ipangpang <167595720+ipangpang@users.noreply.github.com>
Co-authored-by: goofylfg <165781272+goofylfg@users.noreply.github.com>
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: Leon <156270887+leonz789@users.noreply.github.com>
Co-authored-by: qinglin89 <316032931@qq.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com>
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Kien Trinh <51135161+kien6034@users.noreply.github.com>
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <khanhoait.bka@gmail.com>
Co-authored-by: Emil Georgiev <emil.georgiev@mail.schwarz>
Co-authored-by: Khanh Hoa <49144992+hoanguyenkh@users.noreply.github.com>
Co-authored-by: Hoang Do <hoangdv2429@gmail.com>
Co-authored-by: Duong Minh Ngoc <153509244+minhngoc274@users.noreply.github.com>
Co-authored-by: Khanh Hoa <hoa@notional.ventures>
Co-authored-by: kienn6034 <kien@notional.ventures>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Qt <golang.chen@gmail.com>
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
|
2024-05-17 05:11:45 +00:00 |
|
Matt Kocubinski
|
e034766799
|
refactor(runtime/v2): remove dependency on sdk (#20389)
|
2024-05-16 11:40:11 +00:00 |
|
Aaron Craelius
|
53925ef5fd
|
refactor!: turn MsgsV2 into ReflectMessages to make it less confusing (#19839)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-05-16 09:55:08 +00:00 |
|
Lucas Francisco López
|
2c3fd19099
|
docs: Enhanced the ParsePagination method documentation (#20385)
|
2024-05-16 08:11:30 +00:00 |
|
Julien Robert
|
f02a124667
|
refactor(runtime,core): split router service (#20401)
|
2024-05-16 08:04:40 +00:00 |
|
Cosmos SDK
|
6b716eef9a
|
chore: fix spelling errors (#20400)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-05-16 05:48:38 +00:00 |
|
Lucas Francisco López
|
072a95e0e1
|
docs: Documented error handling in OfferSnapshot method (#20380)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
|
2024-05-15 21:38:21 +00:00 |
|
dependabot[bot]
|
16437119e0
|
build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#20390)
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-05-15 13:04:59 +00:00 |
|
dependabot[bot]
|
9a18e855c3
|
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.0-20240312114316-c0d3497e35d6.1 to 1.34.1-20240312114316-c0d3497e35d6.1 in /api (#20373)
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>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-05-15 10:43:54 +00:00 |
|
Facundo Medica
|
74f44b0231
|
fix(sims): skip operations that use denoms that can't be sent (#20399)
|
2024-05-15 10:19:10 +00:00 |
|
Marko
|
080229f300
|
chore: remove cockroach db errors (#20386)
|
2024-05-15 06:35:08 +00:00 |
|
Matt Kocubinski
|
493d486bc6
|
refactor: decouple from sdk/codec in amino codec usage (#20369)
|
2024-05-14 16:52:51 +00:00 |
|
cool-developer
|
fbc61d2f5d
|
refactor(store/v2): get rid of WorkingHash (#20379)
|
2024-05-14 13:49:31 +00:00 |
|
Shude Li
|
b2fe0ffec6
|
feat(client): overwrite client context instead of setting new one (#20356)
|
2024-05-14 13:27:59 +00:00 |
|
Matt Kocubinski
|
7ae23e287a
|
chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-14 12:43:28 +00:00 |
|
Alexander Peters
|
b4f8815426
|
Deactivate chain upgrade test (#20367)
|
2024-05-14 10:21:33 +00:00 |
|
Matt Kocubinski
|
9f42137462
|
refactor: move baseapp/AppVersionModifer -> core/app (#20361)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-05-13 14:53:11 +00:00 |
|
Marko
|
3a750719ba
|
refactor(x/bank): check send enabled on coins (#20343)
|
2024-05-13 12:58:22 +00:00 |
|
Facundo Medica
|
1a8425a343
|
test(accounts): add multisig e2e tests (#20310)
|
2024-05-13 12:53:15 +00:00 |
|
cool-developer
|
559f78403a
|
chore(store/v2): cleanup the migration API (#20298)
|
2024-05-13 12:37:55 +00:00 |
|
gopherorg
|
d90f552f62
|
chore: fix some function names (#20365)
Signed-off-by: gopherorg <gopherworld@icloud.com>
|
2024-05-13 12:15:04 +00:00 |
|
cool-developer
|
8d1946c9ec
|
chore: cleanup store/v2 interface (#20280)
|
2024-05-13 11:14:01 +00:00 |
|
mmsqe
|
11de280625
|
feat(client): add consensus address for debug cmd (#20328)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
|
2024-05-13 10:25:43 +00:00 |
|
Aleksey
|
ab1dbe1d0b
|
style: Fix gov query proposals examples syntax (#20353)
|
2024-05-12 08:44:32 +00:00 |
|
Hoa Nguyen
|
22aa95ccbd
|
chore: make fmt.Errorf use %w to wrap error instead of %v (#20350)
|
2024-05-12 08:11:25 +00:00 |
|
Hoa Nguyen
|
6853ba0468
|
chore: bump cosmos-sdk to v0.50.6 (#20351)
|
2024-05-12 06:43:04 +00:00 |
|
Kien Trinh
|
0c91044220
|
refactor: remove directive errors comparison (#20344)
|
2024-05-10 19:09:21 +00:00 |
|
Marko
|
946c62410f
|
chore: upstream app manager (#20315)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
|
2024-05-10 15:44:17 +00:00 |
|
Cosmos SDK
|
18047e67f3
|
chore: fix spelling errors (#20345)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-05-10 15:29:51 +00:00 |
|
Sergio Mena
|
eb7cc124a5
|
fix(x/consensus): apply ConsensusParam update rules according to CometBFT spec (forward-port of #20314) (#20347)
Co-authored-by: Marko <marko@baricevic.me>
|
2024-05-10 15:12:38 +00:00 |
|
dependabot[bot]
|
6a2618f15f
|
build(deps): Bump github.com/hashicorp/go-metrics from 0.5.1 to 0.5.3 in /store (#20335)
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-05-10 12:29:33 +00:00 |
|
dependabot[bot]
|
ec9155a923
|
build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334)
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-05-10 12:24:39 +00:00 |
|
dependabot[bot]
|
febf1025db
|
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 in /store (#20337)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-10 12:13:21 +00:00 |
|
dependabot[bot]
|
67ac6dad4d
|
build(deps): Bump cosmossdk.io/api from 0.7.4 to 0.7.5 in /depinject (#20332)
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-05-10 12:05:37 +00:00 |
|
Damian Nolan
|
8144a23835
|
fix: correctly assign execModeSimulate to context for simulateTx (#20342)
|
2024-05-10 12:03:37 +00:00 |
|
dependabot[bot]
|
db536f7937
|
build(deps): Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#20331)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2024-05-10 10:44:20 +00:00 |
|
dependabot[bot]
|
aea4bf465d
|
build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 in /store (#20333)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2024-05-10 10:26:56 +00:00 |
|
Marko
|
62b0b26d0c
|
chore: migrate sdk.Msg to transaction.type (#20273)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
|
2024-05-10 10:23:22 +00:00 |
|
dependabot[bot]
|
98471350e4
|
build(deps): Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.3 in /store (#20336)
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-05-10 09:19:54 +00:00 |
|
Marko
|
03dc8bde43
|
chore: use comet proto type instead of custom (#20255)
|
2024-05-10 06:44:04 +00:00 |
|
John Letey
|
431412bef2
|
fix(client/v2): correctly check subcommand short descriptions (#20330)
|
2024-05-10 06:39:03 +00:00 |
|