Marko
c7375f7cd3
chore: migrate core to gogoproto.Message ( #20781 )
2024-06-28 09:34:23 +00:00
Assaf Morami
5d54274775
refactor(x/auth): add a slightly more helpful error message on signature verification failure ( #20802 )
...
Co-authored-by: @sampocs <sam@stridelabs.co>
2024-06-28 08:51:24 +00:00
dependabot[bot]
ce461a509e
build(deps): Bump github.com/bgentry/speakeasy from 0.1.1-0.20220910012023-760eaf8b6816 to 0.2.0 ( #20804 )
...
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-06-28 08:29:25 +00:00
Julien Robert
afddef3906
refactor(server/v2): simplify servers ( #20796 )
2024-06-27 19:27:37 +00:00
dependabot[bot]
5f2bcfc416
build(deps): Bump github.com/cosmos/crypto from 0.0.0-20240309083813-82ed2537802e to 0.1.0 ( #20793 )
...
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-06-27 11:28:31 +00:00
samricotta
fe9157b1a3
docs: Update module page with epochs ( #20783 )
2024-06-27 09:20:50 +00:00
dependabot[bot]
bf756f0e39
build(deps): Bump github.com/prometheus/common from 0.54.0 to 0.55.0 ( #20792 )
...
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-06-27 09:20:48 +00:00
Facundo Medica
9c909a7238
fix(x/protocolpool): Stop allocating funds to expired funds ( #20768 )
2024-06-26 10:29:04 +00:00
Facundo Medica
4bda5d6a4e
refactor(x/mint)!: avoid writing same minter and use millisecond precision for minting ( #20747 )
2024-06-26 10:19:24 +00:00
Julien Robert
5aaff21096
feat: parse home flag earlier ( #20771 )
2024-06-25 18:53:57 +00:00
Alexander Peters
5864cf82f5
fix: benchmark start command ( #20772 )
2024-06-25 15:24:55 +00:00
dependabot[bot]
340f85f512
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.1-20240312114316-c0d3497e35d6.1 to 1.34.2-20240312114316-c0d3497e35d6.2 in /api ( #20765 )
...
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-06-25 09:02:38 +00:00
son trinh
7f329c6506
feat(x/authz): Disable authz grant message grant ( #20687 )
2024-06-25 08:59:18 +00:00
lfz941
e6dd027510
docs: fix broken links ( #20766 )
2024-06-25 08:49:35 +00:00
Facundo Medica
720c1086cb
fix(x/slashing): Avoid overslashing on redelegation + unbonding in specific situations ( #20688 )
2024-06-24 10:33:46 +00:00
dependabot[bot]
1a7f859a72
build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in /x/upgrade ( #20754 )
...
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-06-24 09:13:06 +00:00
caseylove
ef0c600d66
chore(x/accounts): fix comment ( #20755 )
2024-06-24 07:52:16 +00:00
Robert Zaremba
dec2d5583e
docs(x/group): orm codespace comment ( #20749 )
2024-06-23 11:00:59 +00:00
Julien Robert
6839914531
refactor(x/genutil): abstract module manager requirements ( #20740 )
2024-06-23 10:59:20 +00:00
Lucas Francisco López
467cc6d427
feat: Add consensus address to validator query response ( #20434 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-21 10:15:03 +00:00
Facundo Medica
207b30262f
fix(x/staking): Verify the pubkey type when rotating ( #20714 )
2024-06-21 08:41:58 +00:00
Facundo Medica
cbef415646
chore(x/tx): fix typo ( #20738 )
2024-06-20 12:34:37 +00:00
Marko
ac77fc1745
refactor(x/staking)!: remove comet deps ( #20728 )
2024-06-20 10:05:55 +00:00
Marko
ae5fc15c31
docs: change name of epochs readme ( #20737 )
2024-06-20 10:03:45 +00:00
Hieu Vu
8ab643dc10
feat(server/v2): add config & start helper ( #20505 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-19 17:19:57 +00:00
Facundo Medica
3c13bc03cd
fix(x/staking): Check existing pubkeys when creating a Validator + refactors ( #20713 )
...
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
2024-06-19 15:52:47 +00:00
Matt Kocubinski
2d014b26c2
feat: simapp/v2 ( #20412 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-19 15:18:32 +00:00
Matt Kocubinski
4bd73b667f
refactor(x/auth): rm double decode of messages ( #20698 )
2024-06-18 19:16:12 +00:00
cool-developer
7edd86813f
feat(store/v1): async pruning iavl ( #20321 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-06-18 15:21:04 +00:00
Matt Kocubinski
0b42bf97f4
refactor(x/staking): introduce and use TryUnwrapSDKContext ( #20699 )
2024-06-18 12:57:08 +00:00
Matt Kocubinski
65ac3f42ec
fix(x/genutil): fix logic error in simapp start ( #20693 )
2024-06-17 15:01:10 +00:00
Alexander Peters
6335631348
perf: Replace runsim with Go stdlib testing ( #20490 )
2024-06-17 14:42:04 +00:00
Facundo Medica
4133dc23cb
refactor(x/staking)!: rename NewToOldConsKeyMap to ConsKeyToValidatorIdentifierMap ( #20696 )
2024-06-17 14:27:40 +00:00
testinginprod
6d2f6ff068
feat(tx): port simappv2 changes ( #20648 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-17 09:54:52 +00:00
dependabot[bot]
4b9dca03b4
build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ( #20682 )
...
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: Julien Robert <julien@rbrt.fr>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-17 09:16:45 +00:00
winniehere
1ed018afa8
chore(proto): fix comments ( #20679 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-17 08:32:06 +00:00
Halimao
6ee21af1af
fix(x/staking,x/auth): regenerate mock to fix test ( #20684 )
2024-06-17 05:14:33 +00:00
Facundo Medica
b9ca318121
fix: nested multisig signatures using CLI ( #20438 )
2024-06-14 16:57:00 +00:00
fudancoder
433e3fd6d9
chore: make function comment match function names ( #20666 )
...
Signed-off-by: fudancoder <fudancoder@icloud.com>
2024-06-13 21:45:49 +00:00
Marko
f4136797a1
chore(consensus): add cometInfo to consensus ( #20615 )
2024-06-13 14:52:56 +00:00
Facundo Medica
ec96e79553
fix(sims): check before sending RotateConsPubKey ( #20659 )
2024-06-13 14:09:00 +00:00
Facundo Medica
43991b99e4
fix(x/staking): stop validators from rotating to the same key on the same block ( #20649 )
2024-06-13 11:27:44 +00:00
dependabot[bot]
2e774b973d
build(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 ( #20632 )
...
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: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-06-13 08:57:14 +00:00
Marko
a6844f5ed4
fix: remove recipient amount from map ( #20625 )
2024-06-13 08:09:02 +00:00
Matt Kocubinski
c36edbddbd
fix(x/consensus): fix .proto file placement ( #20646 )
2024-06-12 18:07:10 +00:00
son trinh
abeb7eee3b
fix (x/accounts): Fix genesis condition check ( #20645 )
2024-06-12 16:25:02 +00:00
testinginprod
40492cdf10
feat(accounts): add genesis account initialization ( #20642 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-12 14:19:13 +00:00
Marko
d3d6448eca
fix(x/gov): limit execution in gov ( #20348 )
...
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-06-12 13:50:58 +00:00
son trinh
021ab6dcc2
refactor(x/auth): Fix system test ( #20531 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-12 07:02:12 +00:00
Marko
05ff7a7cb7
feat(crypto): add blst ( #20296 )
...
Co-authored-by: itsdevbear <itsdevbear@berachain.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-06-11 17:16:07 +00:00
Facundo Medica
150ca963f2
feat(x/mint)!: Replace InflationCalculationFn with MintFn + simple epoch minting ( #20363 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-06-11 12:27:20 +00:00
caseylove
fbd3b75c5a
docs: remove duplicate words ( #20622 )
2024-06-11 10:44:33 +00:00
Marko
76a28ad4d0
chore: reduce default inflation ( #20606 )
2024-06-11 09:33:15 +00:00
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias ( #20614 )
2024-06-11 08:46:04 +00:00
Mark Rushakoff
9e1d28e2a6
chore: write gentx info to cmd.ErrOrStderr ( #20616 )
2024-06-11 08:31:06 +00:00
Julien Robert
7fb26685cd
chore(proto): change future extracted modules version from v1.0.0 to v0.2.0 ( #20600 )
2024-06-10 10:15:57 +00:00
TinyFoxy
d7105af506
fix: remove some duplicate words ( #20605 )
2024-06-10 09:07:31 +00:00
Julien Robert
7d68ba2cb8
chore: bring patch changelogs to main ( #20599 )
2024-06-10 07:29:28 +00:00
Marko
efea5db29b
refactor(distribution)!: add cometinfo ( #20588 )
2024-06-09 20:13:25 +00:00
Marko
439f2f9d5b
feat: upstream changes from server modular ( #20584 )
2024-06-06 13:01:41 +00:00
dependabot[bot]
dc558b1ce6
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 ( #20563 )
...
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-06-06 08:26:02 +00:00
dependabot[bot]
3ef628d5cb
build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc.1 ( #20552 )
...
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-06-06 08:06:43 +00:00
testinginprod
fe22e9a5da
feat(core): add coretest package ( #20487 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-05 22:11:33 +00:00
lido333
b66de382e4
chore: remove duplicate word ( #20544 )
2024-06-05 09:33:21 +00:00
dependabot[bot]
0ba790645b
build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 ( #20542 )
...
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-06-05 07:42:20 +00:00
bytesingsong
6d2189ad7f
chore: fix some wrong comments ( #20543 )
...
Signed-off-by: bytesingsong <bytesing@icloud.com>
2024-06-05 07:14:29 +00:00
dependabot[bot]
6ea50ef980
build(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 ( #20534 )
...
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: Julien Robert <julien@rbrt.fr>
2024-06-04 08:55:12 +00:00
Julien Robert
2a5ff384fa
refactor(x/**): rewrite ante handlers as tx validators ( #20488 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-06-03 16:47:58 +00:00
Hieu Vu
d1aab15790
refactor(x/feegrant): set environment in context ( #20529 )
2024-06-03 14:33:48 +00:00
son trinh
74d89bf506
refactor(x/accounts)!: accounts and auth module use the same account number tracking ( #20405 )
2024-06-03 13:40:03 +00:00
Marko
b245252c66
docs: add docs on permissions ( #20526 )
2024-06-03 10:38:41 +00:00
Julien Robert
7a87f2bb15
refactor(x/gov): set environment in context for legacy proposals ( #20521 )
2024-06-03 09:33:40 +00:00
Julien Robert
0f81966de8
refactor(x/authz): set environment in context ( #20502 )
2024-06-03 07:48:33 +00:00
dependabot[bot]
ba4bc19175
build(deps): Bump github.com/spf13/viper from 1.18.2 to 1.19.0 ( #20519 )
...
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-06-03 07:24:47 +00:00
wr1159
f258c5d849
feat(x/bank): Placing SendRestriction before Deduction of Coins in SendCoins ( #20517 )
2024-06-03 01:32:36 +00:00
Alexander Peters
a6857962c5
chore: Address linter issues ( #20486 )
2024-05-31 08:51:41 +00:00
veth
b13e5cb2ed
chore: fix comment ( #20498 )
...
Signed-off-by: VitalikButerinEth <csyingyu@126.com>
2024-05-31 08:21:18 +00:00
SuiYuan
fa371f5e23
chore: fix the note box syntax error ( #20499 )
2024-05-31 08:18:30 +00:00
Matt Kocubinski
7dbbc0799e
refactor(x/upgrade): migrate to appmodule.VersionMap ( #20485 )
2024-05-30 19:16:57 +00:00
Alexander Peters
7f756523ff
fix: Bump CometBFT versions ( #20481 )
2024-05-30 10:43:54 +00:00
Marko
c7dc9156c3
chore: force reload sonar cloud ( #20480 )
2024-05-29 11:12:09 +00:00
Zoro
d8496bc698
refactor(x/accounts): reuse calculated sum in func safeAdd ( #20458 )
2024-05-29 09:44:15 +00:00
Tuan Tran
2b34f69e87
refactor: remove defer in loop ( #20223 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-29 09:10:24 +00:00
Tuan Tran
6a07568e30
perf: reduce the number of ValidateDenom calls in bank.SendCoins ( #20354 )
2024-05-28 20:20:54 +00:00
Marko
18a203b783
ci: fix sonar exclusion files ( #20467 )
2024-05-28 13:10:38 +00:00
Marko
e6e1a853de
refactor(core,server): make commands not rely on server context ( #20422 )
...
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-28 13:07:36 +00:00
Marko
1b47dc91a3
chore: move logger to core ( #20388 )
2024-05-28 12:30:09 +00:00
Hwangjae Lee
ad59942fc8
docs(x/auth/tx): fixed typo in error log in query.go ( #20447 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-05-24 15:45:38 +00:00
yumeiyin
76ae2a14bb
chore: fix function name ( #20442 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-05-24 09:59:30 +00:00
dependabot[bot]
98ba5b42a3
build(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 ( #20446 )
...
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-24 09:37:33 +00:00
Facundo Medica
a2dd2a0923
fix(x/accounts): check for overflows in multisig weights and votes ( #20384 )
2024-05-21 09:40:01 +00:00
Hwangjae Lee
a2aaed66e8
docs(x/account/auth): Improve error handling and comments in fee.go ( #20426 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-05-21 09:00:13 +00:00
Marko
c2f6c19aaf
revert: bank change module to account change ( #20427 )
2024-05-21 08:02:11 +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]
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
Julien Robert
f02a124667
refactor(runtime,core): split router service ( #20401 )
2024-05-16 08:04:40 +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
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
gopherorg
d90f552f62
chore: fix some function names ( #20365 )
...
Signed-off-by: gopherorg <gopherworld@icloud.com>
2024-05-13 12:15:04 +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
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]
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
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
Facundo Medica
e33884f79a
fix: allow tx decoding to fail in GetBlockWithTxs ( #20323 )
2024-05-09 11:27:39 +00:00
Likhita Polavarapu
03d70aac05
refactor(x/protocolpool): Improve claiming funds logic ( #20154 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-05-08 12:46:27 +00:00
dependabot[bot]
adc753414a
build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.33.0-20240312114316-c0d3497e35d6.1 to 1.34.0-20240312114316-c0d3497e35d6.1 in /api ( #20305 )
...
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-07 12:05:00 +00:00
Marko
fc84ff6f40
refactor!(staking): remove comet crypto as a dep ( #20295 )
2024-05-07 10:27:47 +00:00
dependabot[bot]
48d5ab41b9
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 in /tools/confix ( #20306 )
...
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-07 09:28:42 +00:00
dependabot[bot]
b672106aa4
build(deps): Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 ( #20303 )
...
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-07 09:27:36 +00:00
dependabot[bot]
021a5615f6
build(deps): Bump golang.org/x/crypto from 0.22.0 to 0.23.0 ( #20302 )
...
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-07 09:27:10 +00:00
Matt Kocubinski
82fc532da8
chore(proto): fix buf.work.yaml and make proto-gen ( #20299 )
2024-05-06 19:19:12 +00:00
Marko
271a46c89a
chore: move counter to testutils ( #20281 )
2024-05-06 16:07:53 +00:00
Marko
0dfb54e36a
refactor! : bump comet to v1 ( #19726 )
...
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Marko
ca15c9d0e7
refactor: remove comet dep in modules (1/n) ( #20270 )
2024-05-06 13:13:12 +00:00
Master Pi
e9015840a6
chore: Fix all broken links ( #20204 )
2024-05-06 11:48:35 +00:00
Facundo Medica
f8b18f1d52
feat(x/accounts): On-chain multisig ( #19988 )
2024-05-06 11:26:49 +00:00
Marko
fc310b6198
chore: remove consensus as a direct dependency ( #20274 )
2024-05-06 09:42:47 +00:00
Marko
43764cff30
chore: consensus spinout ( #20010 )
2024-05-03 14:08:17 +00:00
Likhita Polavarapu
52dbcc171c
feat(x/mint): Add max supply param ( #19896 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-05-03 10:26:18 +00:00
dependabot[bot]
74966c9c94
build(deps): Bump github.com/cometbft/cometbft from 0.38.6 to 0.38.7 ( #20257 )
...
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-03 08:37:10 +00:00
Matt Kocubinski
a6bc921c9a
refactor: fetch CometInfo from service ( #20238 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-05-03 01:14:22 +00:00
dependabot[bot]
2e39dcb5dd
build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /x/evidence ( #20244 )
...
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-02 09:30:25 +00:00
Devon Bear
abb2994a8f
feat(genutil): allow manually setting the consensus key type in genesis. ( #19971 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-04-30 12:45:36 +00:00
Tuan Tran
8a36d9d3d0
refactor: replace error-handling code for potential wrapped errors ( #20214 )
2024-04-30 11:14:02 +00:00
Hoa Nguyen
19e4884d5a
chore(x/gov): reduce allocations ( #20207 )
2024-04-30 00:59:27 +00:00
Marko
71adab7099
chore: fix mocks ( #20209 )
...
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-04-29 18:58:59 +00:00
son trinh
cb50b4caa2
refactor(x/accounts/defaults/lockup): Clean up some logic ( #20037 )
2024-04-29 08:31:51 +00:00
Hoa Nguyen
84712ede65
docs(x/circuit): fix broken link ( #20201 )
2024-04-28 08:53:32 +00:00
son trinh
a6871c74c3
refactor(x/accounts): add sender assertions to SendModuleMessageUntyped ( #20197 )
2024-04-26 17:46:06 +00:00
Marko
84bae0737c
docs(lockup): add documentation ( #19898 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-26 15:38:36 +00:00
Duong Minh Ngoc
7ee3bde8f3
refactor(proto): add denote version annotation ( #20098 )
...
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <hoa@notional.ventures>
Co-authored-by: kienn6034 <kien@notional.ventures>
2024-04-26 10:14:09 +00:00
Hoang Do
99dbdd5aa7
chore: fix all typos ( #20196 )
2024-04-26 10:01:14 +00:00
dependabot[bot]
bf6ecbc28c
build(deps): Bump cosmossdk.io/store from 1.0.2 to 1.1.0 ( #20191 )
...
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: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-26 09:07:01 +00:00
Khanh Hoa
c644c4d07c
docs(x/authz): fix broken link ( #20194 )
2024-04-26 08:15:44 +00:00
Hwangjae Lee
09233bbbbf
docs(x/auth/tx): fix typo in decodeMultisignatures function comment ( #20190 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-04-26 07:31:51 +00:00
Kien Trinh
2d0d1906b5
feat(x/authz): Add MsgRevokeAll ( #20161 )
...
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <khanhoait.bka@gmail.com>
2024-04-26 07:22:30 +00:00
Cosmos SDK
fbb94f437f
chore: fix spelling errors ( #20187 )
...
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>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-25 17:32:55 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params ( #19600 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
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>
2024-04-25 15:26:43 +00:00
goofylfg
00ec23cdbe
chore: remove repetitive words ( #20180 )
2024-04-25 07:29:09 +00:00
ipangpang
ae80bba805
chore: fix malformed struct tag ( #20142 )
...
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-24 09:47:24 +00:00
Andi
127a9d21db
chore: fix some quoting ( #20166 )
2024-04-24 09:28:29 +00:00
Erlangshen219
ed7cad34cb
docs(x/authz): Update Staking Module Broken Link ( #20157 )
2024-04-24 09:21:24 +00:00
son trinh
11d4e74970
refactor(lockup account): Add tests for lockup account ( #19772 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-04-24 06:54:38 +00:00
dependabot[bot]
309e806784
build(deps): Bump cosmossdk.io/x/tx from 0.13.2 to 0.13.3 ( #20149 )
...
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-04-23 20:34:25 +00:00
dependabot[bot]
ca94eccb4c
build(deps): Bump github.com/prometheus/common from 0.52.2 to 0.53.0 ( #20115 )
...
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-04-23 14:42:36 +00:00
Reece Williams
7ea0d40ef2
docs: add authz reference info in the circuit antehandler ( #20146 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-23 09:48:16 +00:00
Marko
8e60f3b7eb
chore: remove grpc-web ( #20140 )
2024-04-23 06:47:17 +00:00
toni
a19a98b913
chore: typo fix ( #20130 )
...
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2024-04-22 15:53:53 +00:00
Julien Robert
0aff4f237b
chore: sync main changelogs with v0.47.11, v0.50.6, modules and x/tx ( #20125 )
2024-04-22 10:30:56 +00:00
dependabot[bot]
06a2ae38be
build(deps): Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /x/upgrade ( #20117 )
...
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-04-22 10:18:36 +00:00
Marcello Ardizzone
2645e1cda9
feat(x/gov): add MaxVoteOptionsLen ( #20087 )
2024-04-22 09:46:53 +00:00
seayyyy
63f386ee08
chore: fix some comments ( #20119 )
2024-04-22 06:43:19 +00:00
mmsqe
bd1701f4f2
fix: use timestamp for sim log file name ( #20108 )
2024-04-21 19:09:00 +00:00
ipangpang
1bd4351241
style: remove redundant import alias ( #20109 )
...
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Julien Robert
d41aa7af8c
refactor(x/evidence): cleanup api ( #20103 )
2024-04-19 19:57:31 +00:00
Julien Robert
b2312dd06f
build: set go 1.21.0 everywhere ( #20101 )
2024-04-19 19:42:56 +00:00
dependabot[bot]
fb29045fe0
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-beta.5 ( #20092 )
...
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: Julien Robert <julien@rbrt.fr>
2024-04-19 12:43:57 +00:00
pinosu
aa64827126
feat(x/tx): Sort JSON attributes for "inline_json" encoder ( #20049 )
2024-04-18 14:51:31 +00:00
Julián Toledano
90a0114992
refactor(x/group)!: remove MustAccAddressFromBech32 ( #20082 )
2024-04-18 11:01:21 +00:00
Hwangjae Lee
c6b8d7d146
docs(x/accounts): remove unnecessary TODO comments ( #20081 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-04-18 09:21:00 +00:00
Julien Robert
5e7aae0db1
refactor(core,x/**): simplify core service api and embed environment in keepers ( #20071 )
2024-04-17 18:18:16 +00:00
hidewrong
a4ff821981
chore: fix some comments ( #20064 )
...
Signed-off-by: hidewrong <hidewrong@outlook.com>
2024-04-17 15:13:37 +00:00
dependabot[bot]
0110632ed7
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 in /tools/confix ( #20052 )
...
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-04-17 08:37:01 +00:00
dependabot[bot]
b6fc04538a
build(deps): Bump cosmossdk.io/api from 0.7.3 to 0.7.4 ( #20063 )
...
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-04-17 08:36:22 +00:00
son trinh
eeefcf9600
fix(x/accounts): remove double execute ( #20065 )
2024-04-17 08:00:22 +00:00
Hwangjae Lee
2301e5e73a
refactor(x/accounts): Skip Importing Unregistered Genesis Account Types ( #20053 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-04-16 20:48:21 +00:00
Julián Toledano
9d6c6ef0ba
refactor(x/simulation)!: remove accounts string ( #20056 )
2024-04-16 11:50:36 +00:00
Julien Robert
369847cfd3
feat(x/accounts): use router service from env ( #20003 )
2024-04-15 15:41:11 +00:00
Julián Toledano
f499bbf213
refactor(x): remove Address.String() ( #20048 )
2024-04-15 13:57:32 +00:00
dependabot[bot]
d385402511
build(deps): Bump cosmossdk.io/x/tx from 0.13.1 to 0.13.2 ( #20038 )
...
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-04-15 11:10:10 +00:00
Julián Toledano
63b4dbaffd
refactor(x/crisis)!: remove Address.String() ( #20043 )
2024-04-15 10:43:46 +00:00
yihuang
84c64b204d
fix(server): bootstrap-state command can't parse latest genesis format ( #20020 )
2024-04-15 09:49:42 +00:00
Likhita Polavarapu
07c0aa73e0
feat: Add non atomic multimsg ( #19350 )
2024-04-15 09:32:29 +00:00
mmsqe
ce373b65c5
fix(x/epochs): avoid invalid epoch duration in simulation ( #20030 )
2024-04-12 15:51:22 +00:00
mmsqe
363a1e870b
fix(x/bank): align query with multi denoms for send-enabled ( #20028 )
2024-04-12 14:54:01 +00:00
Julián Toledano
ff8f7229ce
refactor(x/slashing)!: remove Accounts String ( #20026 )
2024-04-12 14:14:47 +00:00
Julián Toledano
62d2da5d5c
refactor(x/evidence)!: remove Address.String() ( #20016 )
2024-04-12 11:34:00 +00:00
Julien Robert
d40677a931
chore: make telemetry consistent ( #20025 )
2024-04-12 11:09:53 +00:00
Julien Robert
4ad0821e8d
chore: prepare x/tx changelog ( #20015 )
2024-04-12 11:09:42 +00:00
dependabot[bot]
f1eba98108
build(deps): Bump actions/add-to-project from 1.0.0 to 1.0.1 ( #20018 )
...
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-04-12 09:29:08 +00:00
John Letey
ab919fed8d
feat(x/bank): support depinject for send restrictions ( #20014 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-12 08:33:59 +00:00
Lucas Francisco López
2496cfdf51
feat: Conditionally emit metrics based on enablement ( #19903 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-04-11 20:32:52 +00:00
cor
07eb7b450f
docs(x/feegrant): fix allowance typo ( #20000 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-04-11 15:39:25 +00:00
son trinh
a0d727eebc
refactor(x/auth): auth module can recognize x/accounts account ( #20002 )
2024-04-11 09:56:37 +00:00
Simon Warta
4be248eef6
feat(x/tx): Rename custom Amino JSON encoder to "inline_json" ( #19919 )
...
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-04-10 20:55:32 +00:00
Julien Robert
17bb4c74fb
refactor(x/auth): use transaction service ( #19967 )
2024-04-10 18:47:12 +00:00
dependabot[bot]
24d44b6506
build(deps): Bump golang.org/x/sync from 0.6.0 to 0.7.0 ( #19961 )
...
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-04-10 04:34:33 +00:00
dependabot[bot]
f8fee968e0
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 ( #19982 )
...
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-04-09 07:09:40 +00:00
Marko
b2835eb78b
chore: linting fixes ( #19978 )
2024-04-08 18:12:10 +00:00
dependabot[bot]
5d04debc84
build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.2.0 to 4.3.0 ( #19913 )
...
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-04-05 15:06:09 +00:00
dependabot[bot]
cd24915730
build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 ( #19929 )
...
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-04-05 14:36:23 +00:00
Julián Toledano
c7534584dd
refactor(x/bank)!: remove Address.String() ( #19954 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-04-05 13:09:45 +00:00
dependabot[bot]
d8815543c6
build(deps): Bump github.com/prometheus/common from 0.51.1 to 0.52.2 ( #19930 )
...
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: Julien Robert <julien@rbrt.fr>
2024-04-05 12:35:31 +00:00
Hieu Vu
a6039bcdc7
fix(x/epochs): Fix init genesis ( #19958 )
2024-04-05 11:58:54 +00:00
Emil Georgiev
ab45a85307
fix(x/authz): non utf-8 characters in logs ( #19923 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-05 10:31:23 +00:00
dependabot[bot]
37131cf26d
build(deps): Bump golang.org/x/crypto from 0.21.0 to 0.22.0 ( #19960 )
...
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-04-05 09:37:30 +00:00
Cosmos SDK
558c950a98
chore: fix spelling errors ( #19957 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-04 16:15:33 +00:00
Antonio Pitasi
15ad85d4e4
fix(x/tx): don't shadow Amino marshalling error messages ( #19955 )
2024-04-04 15:15:24 +00:00
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface ( #19951 )
2024-04-04 14:21:02 +00:00
dependabot[bot]
6c6626712e
build(deps): Bump cosmossdk.io/store from 1.0.2 to 1.1.0 in /x/epochs ( #19947 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 10:46:50 +00:00
Hieu Vu
1028e27f79
feat(x/epochs): upstream osmosis epoch module ( #19697 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-04 08:10:25 +00:00
Julián Toledano
fad30cd111
refactor(x/genutil)!: remove Address.String() ( #19926 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-03 20:24:55 +00:00
Likhita Polavarapu
1574814c6a
docs(x/mint): Fix inconsistency in mint docs ( #19915 )
2024-04-03 09:16:36 +00:00
Julián Toledano
f4af84f89f
refactor(x/group)!: remove Address.String() ( #19916 )
2024-04-02 13:59:30 +00:00
Julien Robert
cb5d34e136
fix(x/accounts/defaults/lockup): rename lockup go.mod properly ( #19899 )
2024-03-28 22:31:12 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto ( #19869 )
2024-03-28 19:53:21 +00:00
Julien Robert
d54e940d50
refactor(x/staking): use sdk validator updates ( #19788 )
2024-03-28 13:48:52 +00:00
dependabot[bot]
4ef12091c1
build(deps): Bump github.com/prometheus/common from 0.50.0 to 0.51.1 ( #19846 )
...
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: Julien Robert <julien@rbrt.fr>
2024-03-28 13:47:02 +00:00
cui
705fad65d8
refactor(store,x/params): using maps.Copy ( #19889 )
...
Co-authored-by: weixie.c <weixie.c@kaitaitech.cn>
2024-03-28 10:44:33 +00:00
Julián Toledano
6972e006be
refactor(x/feegrant): remove Address.String() ( #19886 )
...
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-27 21:12:52 +00:00
pinosu
39808e0ea0
feat(x/tx): add custom type encoder ( #19786 )
2024-03-27 14:34:24 +00:00
Julián Toledano
65925410c8
refactor(x/distribution)!: remove Accounts.String() ( #19868 )
...
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-27 00:55:13 +00:00
Julián Toledano
160c41842e
refactor(x/gov)!: remove Accounts.String() ( #19850 )
...
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-03-26 10:29:47 +00:00
Facundo Medica
a82615bdf8
fix: Do not call Remove during Walk - part 2 ( #19851 )
2024-03-25 20:42:50 +00:00
Marko
138db2bb2a
chore: linting fixes ( #19855 )
...
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-25 16:57:34 +00:00
Kien
d1c3547d8e
feat(x/gov): emit depositor in proposal_deposit event ( #19853 )
2024-03-25 15:55:39 +00:00
Cosmos SDK
00b2b9d3b0
chore: fix spelling errors ( #19852 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-25 12:52:50 +00:00
Aaron Craelius
adc3432ba2
fix(x/tx): default to using gogoproto.HybridResolver wherever possible ( #19845 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-03-25 09:45:15 +00:00
Facundo Medica
ea7bdd1724
fix: Do not call Remove during Walk ( #19833 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-03-24 18:56:24 +00:00
Aryan Tikarya
45994391ae
feat(x/gov): emit proposer address in submit proposal event ( #19842 )
2024-03-24 09:53:51 +00:00
dependabot[bot]
ac61b69ae1
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 in /store ( #19829 )
...
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: yihuang <yi.codeplayer@gmail.com>
Co-authored-by: yihuang <huang@crypto.com>
2024-03-22 15:26:21 +00:00
dependabot[bot]
32d63e02c5
build(deps): Bump github.com/cosmos/gogoproto from 1.4.11 to 1.4.12 ( #19804 )
...
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-03-22 12:27:09 +00:00
Julián Toledano
9933a444c4
refactor(x/protocol): remove Accounts.String() ( #19815 )
2024-03-21 11:21:19 +00:00
dependabot[bot]
13db28a39b
build(deps): Bump cosmossdk.io/store from 1.0.2 to 1.1.0 in /x/evidence ( #19808 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 10:17:35 +00:00
dependabot[bot]
d67d145883
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 in /tools/hubl ( #19806 )
...
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-03-21 08:59:43 +00:00
Julián Toledano
fa19df111d
refactor(x/authz)!: remove Accounts.String() ( #19783 )
2024-03-20 10:32:56 +00:00
Julián Toledano
0c2decd7cd
refactor!: MsgSimulatorFn clean up ( #19792 )
2024-03-20 10:21:00 +00:00
Chi Xiao Wen
bfa734ce8f
refactor(x/staking,genutil)!: use validatorUpdates ( #19754 )
...
Co-authored-by: chixiaoxiao <chixiaoxiao@gmail.com>
2024-03-19 19:48:56 +00:00
ocnc
a1bfe5d285
feat(x/staking): allow zero unbonding time ( #19779 )
2024-03-19 18:21:02 +00:00
Julián Toledano
65ab2530cc
refactor(x/staking)!: removes the use of Accounts String() method ( #19742 )
2024-03-19 09:20:42 +00:00
Richard Gibson
5a733e81dc
fix(x/upgrade): Stop treating inline JSON as a URL ( #19706 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-16 00:34:49 +00:00
dependabot[bot]
b239590cb4
build(deps): Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6 ( #19748 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-15 10:45:07 +00:00
Marko
0cdf3cf97c
refactor(core): remove consensus events ( #19757 )
2024-03-15 09:40:23 +00:00
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar ( #19758 )
2024-03-14 17:53:31 +00:00
Cosmos SDK
1b545a571f
chore: fix spelling errors ( #19756 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-14 14:27:11 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core ( #19747 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
son trinh
3ce9224f00
feat(x/accounts): Add new lockup account type ( #19048 )
...
Co-authored-by: testinginprod <frojdi@faulttolerance.net>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-03-14 09:06:02 +00:00
Julien Robert
9c47292d8d
feat(x/gov): add expedited proposal quorum param ( #19741 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-03-13 18:34:55 +00:00
Chi Xiao Wen
db82004074
refactor(x/**)!: genesis return errors ( #19740 )
...
Co-authored-by: chixiaoxiao <chixiaoxiao@gmail.com>
2024-03-13 11:44:43 +00:00
Julien Robert
cdc329189b
refactor(types): align genesis api ( #19735 )
2024-03-13 05:43:24 +00:00
David Tumcharoen
d961aef76b
fix(x/gov): grpc query tally for failed proposal ( #19725 )
2024-03-12 09:28:20 +00:00
Julien Robert
d808ef82e5
refactor(x/gov): swap vote alias ( #19718 )
2024-03-12 08:44:20 +00:00
Julien Robert
fea88d13c5
refactor(core)!: clean-up core and simplify preblock ( #19672 )
2024-03-11 14:39:37 +00:00
Cosmos SDK
defab1a1a1
chore: fix spelling errors ( #19716 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-11 12:36:10 +00:00
Julien Robert
0091851ef7
feat(x/distribution): add rewards-by-validator autocli config ( #19707 )
2024-03-11 10:51:12 +00:00
Marko
d2e40963ed
refactor(modules): adopt appmodulev2.Hasgenesis ( #19627 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +00:00
dependabot[bot]
d4e52069f7
build(deps): Bump protobuf to 1.33.0, x/tx to 0.13.1, grpc to 1.62.1 and prometheus 0.50.0 ( #19655 )
...
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: Julien Robert <julien@rbrt.fr>
2024-03-09 07:33:16 +00:00
Julien Robert
0f5314c031
ci: upstream dep-assert and nomenclature from server/v2 ( #19703 )
2024-03-08 17:00:09 +00:00
Qt
2bfc037a07
docs: update docs ( #19676 )
...
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
Matt Kocubinski
4edf6b2a85
refactor: remove dependency x/module -> sdk through InterfaceRegistry ( #19652 )
2024-03-06 21:12:24 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client ( #19447 )
2024-03-06 13:14:16 +00:00
mmsqe
06a398931e
refactor(x/auth): allow empty public keys for GetSignBytesAdapter ( #19651 )
2024-03-06 12:45:26 +00:00
Julien Robert
41f9272339
feat(x/tx): add enum as string encoder option ( #19618 )
2024-03-05 20:57:30 +00:00
dependabot[bot]
e8c9cd28b4
build(deps): Bump golang.org/x/crypto from 0.20.0 to 0.21.0 ( #19647 )
...
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: likhita-809 <likhita@vitwit.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-03-05 13:36:39 +00:00
Qt
b2e8feb61f
refactor(crypto): unify the error handling methods in the crypto package that are different from the project style ( #19650 )
2024-03-05 13:36:10 +00:00
Cosmos SDK
d37871af50
chore: fix spelling errors ( #19649 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-05 12:58:02 +00:00
Marko
0d3f4a82d4
feat(x/accounts): add event emission to accounts module ( #19636 )
...
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-05 11:23:15 +00:00
samricotta
afcb62bd9f
refactor(x/gov)!: migrate to use env var ( #19481 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-05 06:01:37 +00:00
Julien Robert
3e63309220
refactor(x/group)!: use router service ( #19638 )
2024-03-04 15:37:35 +00:00
Julien Robert
3cbdf5ac13
fix
2024-03-04 16:20:52 +01:00
Julien Robert
8c1299176c
refactor(x/authz)!: use router service ( #19637 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-03-04 14:26:18 +00:00
dependabot[bot]
7f84815716
build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ( #19628 )
...
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: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-04 10:28:51 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service ( #19571 )
2024-03-04 10:25:43 +00:00
mergify[bot]
84a1ee2232
fix(staking): fix impossible conditions (backport #19621 ) ( #19624 )
...
Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-04 11:00:46 +01:00
Julien Robert
69f03cd17f
feat(x/gov): add custom fuction to calculate vote results and vp ( #19592 )
2024-03-01 17:24:16 +00:00
dependabot[bot]
3d59013709
build(deps): Bump github.com/prometheus/common from 0.48.0 to 0.49.0 ( #19609 )
...
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: Julien Robert <julien@rbrt.fr>
2024-03-01 12:54:17 +00:00
Julien Robert
1c9361ca4e
refactor: use slices std ( #19598 )
2024-02-29 09:57:42 +00:00
Julien Robert
975ddc1d31
refactor(x/auth/ante): don't use simulate bool in ante handler ( #19586 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-29 08:39:03 +00:00
dependabot[bot]
0a801e1c03
build(deps): Bump github.com/prometheus/common from 0.47.0 to 0.48.0 ( #19533 )
...
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: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-28 21:09:19 +00:00
Julien Robert
e4d97090d8
test: move slash redelegation test to integration ( #19581 )
2024-02-28 10:09:38 +00:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module ( #19445 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
khanh
8585d538f1
Merge pull request from GHSA-86h5-xcpx-cfqc
...
* check undelegation after redelegation
* add comment
* using app v1
* set up test
* update test
* Update x/staking/keeper/slash.go
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* use switch inside slashing logic
* update slash redelegation test
---------
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-27 17:28:05 +01:00
dependabot[bot]
f44d9784e7
build(deps): Bump golang.org/x/crypto from 0.19.0 to 0.20.0 ( #19574 )
...
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: Julien Robert <julien@rbrt.fr>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-02-27 14:38:19 +00:00
Julien Robert
b894603d15
build: fix make proto-gen ( #19536 )
2024-02-27 13:57:48 +00:00
Julien Robert
27595925be
refactor(x/bank): remove duplicate logger ( #19572 )
2024-02-27 07:34:54 +00:00
Qt
acdb356540
refactor: use errors.New to replace fmt.Errorf with no parameters ( #19568 )
2024-02-26 15:17:43 +00:00
dependabot[bot]
62ef5cac9c
build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0 to 1.0.2 ( #19567 )
...
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: Julien Robert <julien@rbrt.fr>
2024-02-26 10:34:41 +00:00
dependabot[bot]
03958b9666
build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 ( #19555 )
...
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-02-26 10:32:04 +00:00
Qt
0686af719d
refactor(x/auth): simplify unnecessary code ( #19552 )
2024-02-25 21:54:05 +00:00
Devon Bear
7c05f4188b
fix(depinject): Authtx was not accepting custom signers ( #19549 )
2024-02-25 14:38:22 +01:00
Julien Robert
8432570e52
chore: api cleanups ( #19541 )
2024-02-25 09:27:32 +00:00
Julien Robert
98acef8d80
chore: add v0.47.9 and v0.50.4 release notes to main ( #19531 )
2024-02-25 08:06:02 +00:00
Qt
aa9ff3d8a7
refactor: use errors.New to replace fmt.Errorf with no parameters ( #19548 )
2024-02-24 21:14:13 +00:00
Cosmos SDK
ccd8d5e875
chore: fix spelling errors ( #19545 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-02-24 15:30:31 +00:00
Julien Robert
619e0da8da
refactor(vesting): fix build ( #19539 )
2024-02-24 14:41:22 +01:00
Julien Robert
4b73e31b00
feat(x/staking): update validators min commission rate after MsgUpdateParams ( #19537 )
2024-02-23 17:17:01 +00:00
Marko
72e4134710
refactor(vesting): remove vesting account creation ( #19535 )
2024-02-23 16:59:01 +00:00
Marko
6c9a7858e0
feat(consensus): add consensus message ( #19483 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-02-23 14:09:58 +00:00
dependabot[bot]
913f9f1523
build(deps): Bump cosmossdk.io/api from 0.7.2 to 0.7.3 in /depinject ( #19532 )
...
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-02-23 09:36:51 +00:00
Likhita Polavarapu
871b91c3e7
feat(x/authz): Add env bundler to x/authz ( #19490 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-22 20:42:49 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager ( #19512 )
2024-02-22 14:44:49 +00:00
dependabot[bot]
d1d3bf0620
build(deps): Bump google.golang.org/grpc from 1.61.1 to 1.62.0 ( #19518 )
...
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-02-22 14:32:10 +00:00
Julien Robert
4d5b140ad2
fix: check bugs from #19224 ( #19524 )
2024-02-22 13:58:23 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx ( #19224 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Julien Robert
0cf0c285ea
refactor(proto): host module proto files within modules ( #18758 )
2024-02-20 23:17:13 +00:00
Dev Ojha
8cb798d7bf
perf!: Make slashing not write sign info every block ( #19458 )
...
Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
2024-02-20 16:51:02 +00:00
Joowon Yun
adc0f75f62
fix(x/staking): dust share ( #18841 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-20 16:40:17 +00:00
Marko
52106a66cb
refactor(feegrant): migrate to use env var ( #19450 )
2024-02-20 15:03:22 +00:00
Likhita Polavarapu
b050ec2f3f
feat(x/group): Add env bundler to group module ( #19489 )
2024-02-20 10:24:32 +00:00
Likhita Polavarapu
b0db3ea299
feat(x/consensus): Add env bundler to x/consensus module ( #19488 )
2024-02-20 10:08:56 +00:00
Marko
8acade49db
refactor(evidence): migrate to env var ( #19482 )
2024-02-20 09:48:32 +00:00
Marko
f5a3bfb058
refactor(bank): migrate to use env var ( #19477 )
2024-02-20 09:21:18 +00:00
Julien Robert
c05850241e
fix(x/auth/vesting): Add BlockedAddr check in CreatePeriodicVestingAccount ( #19480 )
2024-02-19 21:31:10 +00:00
Marko
c8836248d1
refactor(auth): migrate to use env ( #19476 )
2024-02-19 21:09:11 +00:00
dependabot[bot]
b098abfcac
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 ( #19470 )
...
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-02-19 09:04:28 +00:00
Julien Robert
43df8d8245
refactor(proto): use buf registry for cometbft protos ( #19366 )
2024-02-16 16:17:11 +00:00
dependabot[bot]
74dfab2684
build(deps): Bump github.com/prometheus/common from 0.46.0 to 0.47.0 ( #19449 )
...
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-02-16 08:38:09 +00:00
Marko
509eec6c70
refactor(x/upgrade): migrate upgrade to env var ( #19443 )
2024-02-15 16:29:23 +00:00
Likhita Polavarapu
c25ef03e8a
feat(x/accounts): add env bundler to accounts module ( #19418 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-15 16:25:23 +00:00
Marko
3ecae08cfa
chore(auth): add changelog for baseaccount creation ( #19441 )
2024-02-15 12:34:40 +00:00
testinginprod
4a88a58e1b
refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts ( #19395 )
2024-02-15 12:24:33 +00:00
Marko
e46d526b46
refactor(x/slashing): migrate slashing to use env var ( #19440 )
2024-02-15 09:42:51 +00:00
samricotta
3a23f2b99c
feat(x/protocolpool): add env bundler to protocolpool module ( #19420 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-14 23:33:20 +00:00
Marko
2dafb8780c
refactor(x/staking): migrate to use env ( #19414 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-02-14 23:11:06 +00:00
Julien Robert
f6d970d52f
refactor(x/group): use core migrations api ( #19423 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-14 18:26:52 +00:00
dependabot[bot]
01bad3ebb6
build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 ( #19425 )
...
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-02-14 10:15:51 +00:00
samricotta
33868606a8
feat(mint): add env bundler to mint module ( #19398 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-13 23:17:13 +00:00
zoereco
3461c64afb
test(x/gov): add case test for MsgVoteWeighted ( #19403 )
2024-02-13 15:07:36 +00:00
Facundo Medica
c57dde2f34
feat!: migrate x/group to store service ( #19410 )
2024-02-13 13:51:26 +00:00
Marko
869c96c403
refactor(bank, feegrant, authz): avoid creating baseaccount ( #19188 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 12:52:06 +00:00
Likhita Polavarapu
26d30f2111
docs: Update documentation specifying the behaviour of CancelUnbondingDelegation on jailed validators ( #19415 )
2024-02-13 12:43:36 +00:00
Julien Robert
313a989545
fix(x/gov): disable spam vote in optimisic proposal ( #19407 )
2024-02-12 12:02:40 +00:00
dependabot[bot]
cfc3739033
build(deps): Bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 in /store ( #19387 )
...
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: Facundo <facundomedica@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-12 02:35:11 +00:00
Julien Robert
e4fabebfc5
refactor(gov): simplify state management ( #19349 )
2024-02-09 11:22:29 +00:00
Julien Robert
e15a0de251
feat(core): add migrations registering ( #19370 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
Julien Robert
f6efab91b4
refactor(x/gov): add vote options to tally result ( #19352 )
2024-02-08 16:54:56 +00:00
testinginprod
5be33f5442
feat(accounts): Allow funds to be sent to accounts on init and execute ( #19360 )
2024-02-08 15:20:57 +00:00
samricotta
8de39661fc
feat(nft): add env bundler to nft module ( #19367 )
2024-02-08 12:19:31 +00:00
dependabot[bot]
3e3b1ae5a1
build(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 ( #19379 )
...
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-02-08 07:50:44 +00:00
Cosmos SDK
94c98691a6
chore: fix spelling errors ( #19369 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-07 18:32:15 +00:00
Naveen
4b8f32657b
fix(x/distribution): vulnerable incrementReferenceCount in distribution ( #19301 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-02-07 09:25:33 +00:00
testinginprod
e604e54b5c
refactor(auth): Remove IterateAccounts method from x/auth keeper ( #19363 )
2024-02-06 23:31:57 +00:00
Julien Robert
41b188d64e
fix(x/feegrant): fix sims ( #19362 )
2024-02-06 23:30:52 +00:00
testinginprod
d26fe653c7
feat(accounts): Add methods to check if an account accepts certain messages or queries (interface assertion) ( #19361 )
2024-02-06 16:53:45 +00:00
dependabot[bot]
8f77368f2a
build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 ( #19356 )
...
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-02-06 06:34:07 +00:00
Gustavo Grieco
139f851337
fix(x/bank): disallow duplicated addresses when sanitizing the genesis bank balances ( #18542 )
...
Co-authored-by: GrosQuildu <e2.8a.95@gmail.com>
2024-02-05 10:37:28 +00:00
dependabot[bot]
b418daed4d
build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 ( #19346 )
...
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: Julien Robert <julien@rbrt.fr>
2024-02-05 09:49:10 +00:00
dependabot[bot]
c9902b2677
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.11 to 1.8.12 in /store ( #19333 )
...
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: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-02 16:54:41 +00:00
samricotta
26c64364ac
docs: fixes broken links ( #19295 )
2024-02-02 15:53:10 +00:00
Likhita Polavarapu
c3a2357d3e
refactor(x/staking): return errors on Hooks calls ( #19277 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-02 09:38:10 +00:00
Carlos Santiago Yanzon
ffda4af1ec
refactor(types)!: removed global config for verifier ( #18607 )
...
Co-authored-by: Julian Toledano <jtoledanodiaz@gmail.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
2024-02-02 09:36:54 +00:00
Julien Robert
0830071053
feat(x/gov): execute any msg as sudo ( #19304 )
2024-02-02 08:41:50 +00:00
Julián Toledano
d70eadb3aa
fix(x/auth): simulation multisig signature verification ( #19148 )
2024-02-01 13:27:30 +00:00
Cosmos SDK
c1a6c42dab
chore: fix spelling errors ( #19308 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-31 12:15:28 +00:00
Julien Robert
13780bd6d5
feat(x/gov): add yes_quorum parameter ( #19167 )
...
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-30 22:04:24 +00:00
Marko
ca04e1144c
refactor!(core): add in environment bundler of service ( #19041 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-30 12:22:35 +00:00
Julien Robert
7e4d12209b
feat(x/gov): message based proposal params ( #19101 )
2024-01-30 09:21:37 +00:00
Facundo Medica
7d66bb3a50
fix(textual): error if a formatted coin contains a comma ( #19265 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-29 17:22:38 +00:00
Julián Toledano
e65f392b93
fix(x/auth): set from flag in multi-sign command ( #19239 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-26 08:50:17 +00:00
dependabot[bot]
789ade1409
build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 ( #19232 )
...
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-01-25 08:44:19 +00:00
Aleksandr Bezobchuk
a69836b3b6
fix(x/staking): Refactor GetLastValidators ( #19226 )
2024-01-25 00:37:19 +00:00
Julián Toledano
38d56db428
fix(x/auth): check if simulation in verifyIsOnCurve ( #19099 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 13:13:25 +00:00
Marko
9945d31cc0
refactor(x/auth/ante): migrate antehandlers to use execmode ( #19161 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 08:58:54 +00:00
dependabot[bot]
b981f9d359
build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 ( #19203 )
...
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-01-24 08:36:58 +00:00
Julien Robert
e27373b6fd
chore: add v0.47.x and v0.50.3 to main changelog ( #19166 )
2024-01-23 23:12:02 +00:00
Likhita Polavarapu
365528f872
fix(x/protocolpool): Add stream module account functionality to avoid emptying the pool mAcc ( #19028 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-23 19:23:40 +00:00
Marko
7f0f405723
chore(sims): move sims with depinject to tests ( #19121 )
2024-01-23 13:21:59 +00:00
dependabot[bot]
9853db0dde
build(deps): Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 ( #19187 )
...
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-01-23 13:04:29 +00:00
dependabot[bot]
aff6d0a2db
build(deps): Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.4 ( #19168 )
...
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-01-23 12:48:32 +00:00
testinginprod
582bba39ad
refactor(auth): incorporate set pub key decorator into sig verification decorator ( #19093 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-22 14:45:57 +00:00
dependabot[bot]
2587e756c1
build(deps): Bump github.com/hdevalence/ed25519consensus from 0.1.0 to 0.2.0 ( #19113 )
...
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-01-19 09:56:49 +00:00
Callum Waters
e621eb6b1b
fix: allow empty public keys when setting signatures ( #19106 )
2024-01-18 20:23:44 +00:00
Julien Robert
0698a9fb3f
fix(x/gov): check right params ( #19102 )
2024-01-18 18:11:16 +00:00
atheeshp
2a95a4abdd
docs: add consensus pubkey docs ( #19081 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2024-01-18 09:23:21 +00:00
Hemanth Sai
4e8d05b516
fix(x/gov): fix typos in x/gov ( #19088 )
2024-01-17 16:05:37 +00:00
testinginprod
498cd6a533
feat(accounts): Add codec.BinaryCodec and Gas to dependencies. ( #19068 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-17 10:58:06 +00:00
dependabot[bot]
b40e0083fd
build(deps): Bump cosmossdk.io/store from 1.0.1 to 1.0.2 ( #19080 )
...
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-01-17 10:55:14 +00:00
dependabot[bot]
26085ab77f
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.10 to 1.8.11 in /store ( #19034 )
...
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: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Cool Developer <cool199966@outlook.com>
2024-01-16 15:59:37 +00:00
dependabot[bot]
b570eb3577
build(deps): Bump github.com/prometheus/common from 0.45.0 to 0.46.0 ( #19051 )
...
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-01-16 12:06:48 +00:00
limengjun
b44317ebce
refactor(x/feegrant): Change the periodReset assignment time ( #18815 )
...
Co-authored-by: Tim <mengjun.l@kaitaitech.cn>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-15 18:17:24 +00:00
Marko
27b8f026f4
fix(protocolpool): Export/Import sims ( #19046 )
2024-01-14 15:29:05 +00:00
Julien Robert
7d9dc3966e
refactor(appconfig)!: simplify app config ( #19040 )
2024-01-13 20:42:45 +00:00
atheeshp
efa7636756
feat(client/v2): add support for pubkey ( #19039 )
2024-01-12 18:37:13 +00:00
atheeshp
eaf92c225c
fix(x/slashing): consensus failure after cons key rotation ( #19038 )
2024-01-12 14:42:26 +00:00
Cosmos SDK
40c5e452e3
chore: fix spelling errors ( #19030 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-01-12 09:19:39 +00:00
dependabot[bot]
7fdb1344ff
build(deps): Bump cosmossdk.io/log from 1.2.1 to 1.3.0 ( #19035 )
...
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-01-12 09:17:27 +00:00
dependabot[bot]
625401daf0
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 ( #19016 )
...
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: Julien Robert <julien@rbrt.fr>
2024-01-11 13:00:14 +00:00
Marko
f80f231dcc
chore(mocks): regenerate mocks ( #19027 )
2024-01-11 10:02:43 +00:00
Julien Robert
5e6b9885ef
chore: prepare log, errors and depinject minors ( #19010 )
2024-01-10 17:19:51 +00:00
testinginprod
1e7611faab
feat(accounts): Add header.Service support ( #19004 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-10 16:55:57 +00:00
Marko
7412e78f62
chore(changelog): move changelog items to respective location ( #19001 )
2024-01-10 16:48:38 +00:00
gsai967
dee9eda5e4
feat(x/bank): adding DenomOwnersByQuery for denom owners for token ( #18956 )
...
Co-authored-by: Sai Kumar <gskumar967@gmail.com>
2024-01-10 14:31:18 +00:00
Halimao
8d71191a48
fix(x/protocolpool): fix potential panic and missing error handling ( #18995 )
2024-01-10 08:53:49 +00:00
testinginprod
e1f478da41
feat(accounts): implement Account Number query ( #18989 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-09 18:23:41 +00:00
Likhita Polavarapu
6ffc209043
feat(x/protocolpool): Add Implementation for CreateContinuousFund and CancelContinuousFund features ( #18471 )
2024-01-09 16:17:59 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph ( #18866 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
testinginprod
f431a5039c
feat(accounts): Add Query to simulate a UserOperation ( #18979 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-09 14:02:43 +00:00
dependabot[bot]
23bea3ea77
build(deps): Bump golang.org/x/crypto from 0.17.0 to 0.18.0 ( #18982 )
...
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-01-09 09:31:44 +00:00
atheeshp
b16aa35d14
test: add tests for cons pubkey rotation ( #18965 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-09 04:56:14 +00:00
Julien Robert
6a2329fc93
refactor(x/gov): log error when deposit refund error ( #18976 )
2024-01-08 21:13:46 +00:00
Julien Robert
41c84d6190
feat(x/gov): multiple choice proposals ( #18762 )
2024-01-08 11:55:37 +00:00
testinginprod
6848448dc2
feat(accounts): Add TxCompat field – implement Tx integration (part 1) ( #18969 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-08 10:15:31 +00:00
dependabot[bot]
48516bbf36
build(deps): Bump golang.org/x/sync from 0.5.0 to 0.6.0 ( #18949 )
...
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-01-06 12:22:54 +00:00
Marko
20de67780b
chore(x/slashing): follow up ( #18962 )
2024-01-06 12:16:01 +00:00
Dev Ojha
0b01347b8a
perf: Don't deserialize params for every validator in slashing ( #18959 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-01-06 07:49:46 +00:00
Harvey
847ce3944c
chore(gov): fix typo ( #18953 )
2024-01-05 15:01:42 +00:00
Aleksandr Bezobchuk
6ec53aaf54
feat: [ADR-070] Unordered Transactions (1/2) ( #18641 )
...
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-04 16:58:52 +00:00
dependabot[bot]
29ec912226
build(deps): Bump github.com/cockroachdb/pebble from 0.0.0-20231102162011-844f0582c2eb to 1.0.0 in /store ( #18867 )
...
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: Cool Developer <cool199966@outlook.com>
2024-01-03 16:56:37 +00:00
lilas
14037aef00
refactor(x/gov): reduce "if block" indentation ( #18918 )
2023-12-30 11:28:11 +00:00
dependabot[bot]
4f1d7f92ac
build(deps): Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 ( #18908 )
...
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>
2023-12-30 11:25:55 +00:00
Julien Robert
e1e8c46c21
feat(x/gov): add max cancel voting period param ( #18856 )
2023-12-28 10:37:27 +00:00
dependabot[bot]
936f488f79
build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 ( #18884 )
...
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>
2023-12-26 15:22:02 +00:00
Taeguk Kwon
44be02175e
chore(nft): fix incorrect prefix of comment ( #18871 )
2023-12-22 16:59:14 +00:00
atheeshp
19e66a9dc8
feat: include rotate keys logic in abci ( #18236 )
2023-12-22 10:14:15 +00:00
Markus Waas
51b72d297a
chore: remove accidental println ( #18864 )
2023-12-21 20:37:34 +00:00
Marko
055487ed29
refactor(core)!: move ParseCoins to client/v2/internal ( #18861 )
2023-12-21 18:28:50 +00:00
Facundo Medica
f4e9a1ecd5
chore: move FormatCoins to x/tx ( #18857 )
2023-12-21 17:37:25 +00:00
Cosmos SDK
f9f92117b6
chore: fix spelling errors ( #18855 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-21 12:45:02 +00:00
dependabot[bot]
220c94e58d
build(deps): Bump cosmossdk.io/x/tx from 0.12.0 to 0.13.0 ( #18830 )
...
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: Julien Robert <julien@rbrt.fr>
2023-12-20 21:50:24 +00:00
Julien Robert
eb3ea8db8a
feat(x/gov): optimistic proposals ( #18620 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-12-20 21:49:03 +00:00
testinginprod
4753d16ef4
refactor(auth): group sig verification ante handlers (SigGasConsume, SigVerify, IncreaseSequence) ( #18817 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-20 18:58:09 +00:00
dependabot[bot]
935f4f5118
build(deps): Bump google.golang.org/grpc from 1.60.0 to 1.60.1 ( #18808 )
...
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>
2023-12-20 16:39:30 +00:00
dependabot[bot]
7e18c45f06
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.6 to 1.8.10 in /store ( #18753 )
...
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: Cool Developer <cool199966@outlook.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2023-12-20 16:36:17 +00:00
dependabot[bot]
62cf0aa8f6
build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.2 ( #18809 )
...
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>
2023-12-20 14:48:50 +00:00
dependabot[bot]
47770f332c
build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 ( #18789 )
...
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>
2023-12-19 13:28:31 +00:00
testinginprod
7639f9ad59
refactor(auth): Move sig verification out of the for loop, into the authenticate method. ( #18780 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-12-19 09:46:25 +00:00
Matt Kocubinski
0c0589813b
fix(x/tx): recursively traverse nested messages in GetSigners ( #18740 )
2023-12-18 17:43:54 +00:00
yihuang
e0b1675f2c
fix(x/auth): remove misleading gas wanted value from tx simulation failure response ( #18772 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-18 09:40:48 +00:00
Luke
5367c93e1c
imp(feegrant): ensure we only execute revokeAllowance if there is no error is the grant is to be removed ( #18767 )
2023-12-17 13:26:47 +00:00
Elias Naur
821d080a59
ci: silence bogus resleak error ( #18770 )
2023-12-17 08:19:53 +00:00
Julien Robert
0ba62db727
feat(x/authz): add limits to grant pruning and enable message to aid manually ( #18737 )
2023-12-15 17:56:27 +00:00
lilas
e84bb238c8
style(x/auth): improve code readability and update exported function comment ( #18749 )
2023-12-15 08:44:28 +00:00
Halimao
f1e67295fd
fix(x/auth): duplicate vesting subcommands of <appd> tx --help ( #18746 )
...
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-12-14 13:41:52 +00:00
Cosmos SDK
7ddc46bb2b
chore: fix spelling errors ( #18747 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-14 12:59:29 +00:00
Hieu Vu
bea3f9b7a3
feat(x/auth): batch transactions file format & broadcast multi transactions ( #18692 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-12-14 10:04:34 +00:00
Cosmos SDK
14e261eb73
chore: fix spelling errors ( #18734 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-13 14:05:58 +00:00
Julien Robert
49825ea40c
docs: add ante precision ( #18709 )
2023-12-13 06:52:27 +00:00
dependabot[bot]
a85288ae6a
build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.0 ( #18698 )
...
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>
2023-12-13 06:52:15 +00:00
Julien Robert
570ab64762
feat(x/gov): better gov genesis validation ( #18707 )
2023-12-12 21:00:13 +00:00
dependabot[bot]
f84a123151
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 in /tools/confix ( #18702 )
...
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>
2023-12-12 10:58:47 +00:00
Likhita Polavarapu
38f40c42f2
refactor: remove panic usage in keeper methods ( #18636 )
2023-12-12 09:51:23 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot ( #18689 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
testinginprod
39865d852f
feat(accounts): use account number as state prefix for account state ( #18664 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-12-11 11:44:01 +00:00
Julien Robert
8b894f73b1
feat(gov): add proposal types and spam votes ( #18532 )
2023-12-11 11:41:06 +00:00
Marko
7f540e26f9
refactor(bank): remove .String() calls ( #18175 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-12-11 10:51:18 +00:00
Julien Robert
f47644523e
chore: add v0.50.2 changelog to main ( #18682 )
2023-12-11 09:19:34 +00:00
Cosmos SDK
e84b19142a
chore: typos fix by misspell-fixer ( #18683 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-11 09:10:43 +00:00
Julien Robert
8cfdabb2ed
ci: add misspell action ( #18671 )
2023-12-11 06:11:03 +00:00
Halimao
978fffc5a6
feat(client/keys): support display discreetly for keys add ( #18663 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-11 00:55:02 +00:00
Devon Bear
3ba1c5bf26
feat(telemetry): enable statsd and dogstatsd telemetry sinks ( #18646 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2023-12-09 22:00:31 +00:00
testinginprod
112f6cbdae
feat(accounts): use gogoproto API instead of protov2. ( #18653 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-08 13:17:48 +00:00
Luke Ma
833547f2aa
refactor(x/staking): check duplicate addresses in StakeAuthorization's params ( #18655 )
2023-12-08 10:30:56 +00:00
dependabot[bot]
14bb52ad92
build(deps): Bump actions/setup-go from 4 to 5 ( #18647 )
...
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>
2023-12-07 09:48:43 +00:00
Julien Robert
0b907e8c54
docs(x/circuit): add note on ante handler ( #18637 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-06 17:28:48 +00:00
Carlos Santiago Yanzon
b6f9c705f7
feat: secp256k1 public key constant time ( #18026 )
...
Signed-off-by: bizk <santiago.yanzon1999@gmail.com>
2023-12-04 19:04:02 +00:00
testinginprod
d3b30e946d
feat(accounts): implement account abstraction execution ( #18499 )
...
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-04 11:41:59 +00:00
Emmanuel T Odeke
e049998eb5
build(deps): update grpc, net dependencies per vulnerability advisories ( #18617 )
2023-12-03 16:50:34 +00:00
Emmanuel T Odeke
f23d5c4d22
refactor(x/tx/decode): bulletproof against protowire.ConsumeTag potential varint overflows ( #18611 )
2023-12-02 14:11:33 +00:00
dependabot[bot]
753b5f008f
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.5 to 1.8.6 in /store ( #18604 )
...
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>
2023-12-01 22:02:53 +00:00
Marko
a7ececc34d
refactor(staking): move delegation and validator interfaces to ./types ( #18198 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
Ezequiel Raynaudo
3c8ddabcaa
refactor(x/auth): Revert signature of TxSignBatchExec ( #18602 )
2023-11-30 17:23:15 +00:00
Julien Robert
7aa5635baa
fix(x/distribution): fully deprecate distribution community pool ( #18539 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-11-30 11:18:12 +00:00
Ezequiel Raynaudo
7bdbc4629f
fix(x/auth): Add fees on batch sign ( #18564 )
2023-11-29 14:38:08 +00:00
dependabot[bot]
cc85702956
build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 ( #18582 )
...
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: Julien Robert <julien@rbrt.fr>
2023-11-29 08:20:39 +00:00
dependabot[bot]
fac0f6f6ee
build(deps): Bump github.com/hashicorp/go-metrics from 0.5.2 to 0.5.3 ( #18574 )
...
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: Julien Robert <julien@rbrt.fr>
2023-11-28 10:33:50 +00:00
dependabot[bot]
600419ec2f
build(deps): Bump github.com/cometbft/cometbft from 0.38.1 to 0.38.2 ( #18570 )
...
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>
2023-11-28 09:42:29 +00:00
dependabot[bot]
f379fe0b39
build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 ( #18569 )
...
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>
2023-11-28 09:42:17 +00:00
Taeguk Kwon
02b1b0089e
refactor(gov): consistent logger usage in EndBlocker() ( #18560 )
2023-11-27 11:00:22 +00:00
Chenqun Lu
d3e662da1f
imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic ( #18506 )
2023-11-27 09:41:17 +00:00
emidev98
0917d347e3
feat(x/group): extend group config and make it configurable ( #18448 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-27 08:50:30 +00:00
alexfmpe
34b1634134
chore: fix typo ( #18545 )
2023-11-24 23:53:00 +00:00
dependabot[bot]
8644e6b158
build(deps): Bump github.com/cometbft/cometbft from 0.38.0 to 0.38.1 ( #18511 )
...
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>
2023-11-20 11:16:44 +00:00
Hieu Vu
d322b23dd2
feat(x/nft): add new queries for nft modules that support query string ( #18355 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-17 12:42:57 +00:00
Julien Robert
3853e7ff70
ci: optimize linter script ( #18480 )
2023-11-16 12:57:32 +00:00
testinginprod
5f36ad088f
feat(runtime): Implement branch service ( #18475 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-15 18:27:21 +00:00
Julien Robert
e64f3bc6d2
refactor(x/upgrade): configure go-getter ( #18470 )
2023-11-15 11:17:16 +00:00
Julien Robert
9c3386ffd2
feat(client/v2): support gov proposals ( #18461 )
2023-11-15 11:16:25 +00:00
dependabot[bot]
8365119c2c
build(deps): Bump github.com/hashicorp/go-metrics from 0.5.1 to 0.5.2 ( #18468 )
...
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>
2023-11-15 07:49:07 +00:00
atheeshp
0f8c6c2c12
feat(x/staking): implement RotateConsPubKey method ( #18188 )
2023-11-15 06:59:50 +00:00
Likhita Polavarapu
e269c6d5db
feat(proto): Add proto messages for x/protocolpool Funds Handling ( #18427 )
2023-11-14 14:52:08 +00:00
Zijing Zhang
f0753b41e0
refactor: tx_multisign/tx_sign refactor to improved readability and maintainability ( #18451 )
2023-11-13 09:38:37 +00:00
Halimao
e6577528a6
style: package "slashing/types" is being imported more than once ( #18452 )
2023-11-13 08:09:14 +00:00
lilas
eb9e844c3d
ci: fix x/authz golangci-lint run failed ( #18453 )
2023-11-13 07:47:02 +00:00
emidev98
caf76300c0
chore(x/gov): clean validation code ( #18449 )
2023-11-12 15:28:08 +00:00
emidev98
89296ccdd3
feat(x/gov): extend governance config ( #18428 )
2023-11-10 15:17:56 +00:00
dependabot[bot]
04d5fc30cf
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.4 to 1.8.5 in /store ( #18426 )
...
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>
2023-11-10 10:41:27 +00:00
Julien Robert
720890523f
refactor: remove gov dependency from modules and sdk ( #18424 )
2023-11-09 22:08:59 +00:00
Taeguk Kwon
9330027155
chore(staking): fix tiny typo in comment ( #18425 )
2023-11-09 20:22:29 +00:00
Julien Robert
097f99d0f1
chore: deprecate v0.46 and v0.50 changelog ( #18119 )
2023-11-09 18:19:49 +00:00
testinginprod
9577a722a0
feat(accounts): add interfaces and mock impls for account abstraction ( #18404 )
...
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-09 13:24:49 +00:00
dependabot[bot]
19e57dd016
build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.15.0 ( #18418 )
...
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>
2023-11-09 07:42:59 +00:00
Marko
03c3f8e71f
refactor(tests): testutil.Network as an interface ( #18389 )
...
Co-authored-by: Anmol <anmol1696@gmail.com>
2023-11-08 18:38:57 +00:00
Julien Robert
e2b71b7480
fix: deterministic protov2 marshal ( #18403 )
2023-11-07 16:22:57 +00:00