Commit Graph

359 Commits

Author SHA1 Message Date
Marko
43dd23137e
refactor: remove comet info from consensus as it will be stored in context for v2 (#21120) 2024-07-31 20:21:23 +00:00
Marko
df72853b3c
chore: rename snapshots to v2 in store/v2 (#21100) 2024-07-31 13:29:47 +00:00
son trinh
585335690b
feat(tx)!: make timeout_height time based (#20870)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-29 11:53:27 +00:00
Facundo Medica
0fda53f265
feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (#20790) 2024-07-24 15:07:50 +00:00
Hieu Vu
4ea7f9fc82
docs(x/epochs): Fix proto comment (#21047) 2024-07-24 07:12:52 +00:00
sjtucoder
fa612ef9d7
chore: fix some comments for struct field (#21027)
Signed-off-by: sjtucoder <sjtucoder@icloud.com>
2024-07-23 08:36:49 +00:00
winniehere
331eaf42f3
chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
winniehere
49bc189df1
chore: fix functions' comments (#20974) 2024-07-17 11:52:06 +00:00
Facundo Medica
f61141f15e
fix(x/staking): Add missing data from import/export (#20953) 2024-07-15 13:01:08 +00:00
Marko
b68eb39412
refactor(staking)!: remove historical info (#20845)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-07-05 09:28:49 +00:00
Facundo Medica
01312dfd5d
refactor(x/distribution)!: remove PreviousProposer and return early if there are no fees to distribute (#20735) 2024-07-04 12:50:15 +00:00
Marko
106872bd0e
chore: fix QueryAccountAddressByIDRequest (#20872) 2024-07-04 07:37:49 +00:00
Marko
7b23e52b0b
chore: remove crisis modules (#20809) 2024-07-02 14:20:07 +00:00
caseylove
ef0c600d66
chore(x/accounts): fix comment (#20755) 2024-06-24 07:52:16 +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
winniehere
1ed018afa8
chore(proto): fix comments (#20679)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-17 08:32:06 +00:00
Marko
f4136797a1
chore(consensus): add cometInfo to consensus (#20615) 2024-06-13 14:52:56 +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
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
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
Marko
031b0c94ed
chore: generate protos (#20582) 2024-06-06 12:40:16 +00:00
Julien Robert
190b20c398
feat(runtime,runtime/v2): skip store for specified modules (#20409) 2024-05-27 11:33:25 +00:00
Matt Kocubinski
7ae23e287a
chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-14 12:43:28 +00:00
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
Marko
03dc8bde43
chore: use comet proto type instead of custom (#20255) 2024-05-10 06:44:04 +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
Matt Kocubinski
82fc532da8
chore(proto): fix buf.work.yaml and make proto-gen (#20299) 2024-05-06 19:19:12 +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
Facundo Medica
f8b18f1d52
feat(x/accounts): On-chain multisig (#19988) 2024-05-06 11:26:49 +00:00
John Letey
7a505ade66
feat(client/v2): override short description in generated command (#20266)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-03 14:03:08 +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
son trinh
cb50b4caa2
refactor(x/accounts/defaults/lockup): Clean up some logic (#20037) 2024-04-29 08:31:51 +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
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
Marcello Ardizzone
2645e1cda9
feat(x/gov): add MaxVoteOptionsLen (#20087) 2024-04-22 09:46:53 +00:00
hidewrong
a4ff821981
chore: fix some comments (#20064)
Signed-off-by: hidewrong <hidewrong@outlook.com>
2024-04-17 15:13:37 +00:00
Likhita Polavarapu
07c0aa73e0
feat: Add non atomic multimsg (#19350) 2024-04-15 09:32:29 +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
cor
07eb7b450f
docs(x/feegrant): fix allowance typo (#20000)
Co-authored-by: Marko <marko@baricevic.me>
2024-04-11 15:39:25 +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
Julien Robert
d54e940d50
refactor(x/staking): use sdk validator updates (#19788) 2024-03-28 13:48:52 +00:00
Julien Robert
c46688729f
chore(api): clean-up protos (#19858) 2024-03-25 17:07:08 +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
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
Marko
7193d88814
chore(proto): add module safe query warning (#19743) 2024-03-13 11:45:04 +00:00
Julien Robert
d808ef82e5
refactor(x/gov): swap vote alias (#19718) 2024-03-12 08:44:20 +00:00