Commit Graph

12528 Commits

Author SHA1 Message Date
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
Aleksandr Bezobchuk
a86c2a9980
feat(store/v2): support rocksdb and pebbledb as RawDB (#19607)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-19 14:34:14 +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
dependabot[bot]
a7f9d92fca
build(deps): Bump github.com/creachadair/tomledit from 0.0.25 to 0.0.26 in /tools/confix (#19781)
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-19 07:26:11 +00:00
Julien Robert
ed6b3ab7b4
fix(client/v2): fix comment parsing (#19377) 2024-03-18 17:26:05 +00:00
cool-developer
25af567521
chore: fix the flaky test in store/snapshots (#19774)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-03-18 16:23:22 +00:00
Marko
6f1658e5db
feat(core): match store interfaces (#19762) 2024-03-18 12:46:55 +00:00
mmsqe
26c1db6481
fix: align signer extraction adapter for mempool remove (#19759) 2024-03-18 10:48:48 +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
Qt
6b1e9fc148
refactor(store/db): remove unnecessary code and correct error handling (#19763) 2024-03-15 16:46:00 +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
Likhita Polavarapu
36981e640f
test(client/v2): Fix TestMsg flakiness (#19753) 2024-03-14 10:36:53 +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
Rootul P
5424b55c57
fix(crypto): error if incorrect ledger public key (#19691)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-13 19:07:34 +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
dependabot[bot]
10c1d7c59c
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.4 to 0.50.5 in /tools/confix (#19732)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 18:28:49 +00:00
dependabot[bot]
abfd79a9f1
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.4 to 0.50.5 in /tools/hubl (#19733)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 18:28:34 +00:00
dependabot[bot]
069d6cf7df
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.4 to 0.50.5 in /tools/cosmovisor (#19734)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 18:28:19 +00:00
Marko
7193d88814
chore(proto): add module safe query warning (#19743) 2024-03-13 11:45:04 +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
Julien Robert
a569ba6d29
chore: add v0.47.10 and v0.50.5 changelogs (#19717) 2024-03-12 19:57:10 +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
Marko
8a2035f1e6
fix: use loop instead of ragel (#19710) 2024-03-08 22:22:13 +00:00
Aleksandr Bezobchuk
fbff6ffe42
refactor(store/v2): remove SDK error registration (#19708) 2024-03-08 18:52:38 +00:00
Julien Robert
f69dabe241
refactor(storev2): change error namespace (#19698) 2024-03-08 17:25:21 +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, Park
2bf7e9f846
fix: fix ragel denom validation introduced in #19511 (#19701) 2024-03-08 15:42:30 +00:00
Marko
28801fc666
chore(store/v2): bump iavl (#19699) 2024-03-08 11:18:59 +00:00
dependabot[bot]
0a98bfb0ab
build(deps): Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#19693)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 09:01:55 +00:00
Matt, Park
a1e3a85ae1
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511) 2024-03-07 09:34:49 +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