Commit Graph
5060 Commits
Author SHA1 Message Date
pinosu 39808e0ea0 feat(x/tx): add custom type encoder (#19786) 2024-03-27 14:34:24 +00:00
Julián Toledanoandson trinh 65925410c8 refactor(x/distribution)!: remove Accounts.String() (#19868)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-03-27 00:55:13 +00:00
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
Markoandson trinh 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 SDKandgithub-merge-queue 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 Craeliusandmarbar3778 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 MedicaandAleksandr Bezobchuk 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
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]andgithub-actions 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]andgithub-actions 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 Wenandchixiaoxiao 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 GibsonandJulien Robert 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]andJulien Robert 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
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 KocubinskiandMarko c807aaede8 refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
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 RobertandLikhita Polavarapu 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 Wenandchixiaoxiao 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 SDKandgithub-merge-queue 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
MarkoandJulien Robert d2e40963ed refactor(modules): adopt appmodulev2.Hasgenesis (#19627)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +00:00
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
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
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 SDKandgithub-merge-queue 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
Markoandsontrinh16 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
samricottaandJulien Robert 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