Commit Graph

1014 Commits

Author SHA1 Message Date
Gin
13d51f025a
fix(gov): correct nil pointer format in parameter validation errors (#25223)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-02 14:32:11 -04:00
Alex | Interchain Labs
727faf0484
refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
Alex | Interchain Labs
151614d6f1
chore: move modules (#25090) 2025-08-19 16:50:40 -04:00
dependabot[bot]
4953d5bf2d
build(deps): Bump go.uber.org/mock from 0.5.2 to 0.6.0 in /simapp (#25201)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-08-19 18:36:55 +00:00
Marco
8a9467ccdd
fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-14 19:35:04 +00:00
sashass1315
7032eadf9b
docs: fix broken links across various documentation files (#25057)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-11 20:21:03 +00:00
dmytroheknt
bb1dcdc0ea
chore: polishing docs and comments (#25109)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-08 16:37:16 +00:00
Jammy Arkens
8e370f8053
docs: multiple typos of different importance (#25098) 2025-08-05 16:15:19 +00:00
anim001k
c87394ef10
fix: correct various typos across codebase (#25058)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-31 18:40:51 +00:00
strmfos
4ace257a4d
docs: fix typos in comments / code (#25047)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-30 16:03:29 +00:00
Tomass
4700ea2136
fix: typos across the codebase (#25045)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-30 15:28:59 +00:00
strmfos
b12485beb5
fix: typos across the codebase (#25041) 2025-07-29 19:17:30 +00:00
crStiv
4c6bdd257a
docs: fix multiple typos (#25019)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-28 14:00:51 +00:00
minxinyi
f8daf8b371
chore: fix typos (#25013)
Signed-off-by: minxinyi <minxinyi6@outlook.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-25 19:08:25 +00:00
dependabot[bot]
ef889cdcdf
build(deps): Bump google.golang.org/grpc from 1.74.0 to 1.74.2 in /core (#24980)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-07-25 18:27:29 +00:00
Tomass
59470924c7
docs: fix duplicate words throughout documentation files (#24981) 2025-07-24 14:46:03 +00:00
bigbear
feec26d705
fix: correct spelling inconsistencies throughout the codebase (#24963) 2025-07-22 14:14:55 -04:00
leopardracer
aca33890f5
docs: fix typos and clarify wording (#24925)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-16 15:21:51 +00:00
Alex | Interchain Labs
78bb60a377
docs: lint (#24854) 2025-06-11 10:20:44 -04:00
Zachary Becker
fd170b5140
feat: Update Cosmos SDK to CometBFT v2 (#24837)
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-06-04 17:34:20 +00:00
Alex | Interchain Labs
a2d6d1f6ac
chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
Fabiana Cecin
b71d0894f0
feat: Upgrade to CometBFT v1.x series (#24114)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Zachary Becker <zachary@interchainlabs.io>
2025-05-13 12:57:22 +00:00
Đông Liều
0846f9a3c7
fix(x/gov): Do not call Remove during Walk (#24460)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-04-15 16:54:51 +00:00
Alex | Interchain Labs
b55b9e14fb
chore: move simsx to testutil (#24481) 2025-04-14 17:30:59 +00:00
Tyler
b8723adca1
docs: add docs about x/gov new option (#24493)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-14 14:07:57 +00:00
julienrbrt
73bedad9ad
fix(client/v2): add fallbacks when incorrect protos (#24449) 2025-04-09 16:45:14 -04:00
Alex | Interchain Labs
ed70bf336f
feat: custom gov tally fn (#24355)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-04-07 12:51:09 +00:00
julienrbrt
28c50a4ab1
fix(proto): set added_in annotations (#24358)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-03 14:34:31 -04:00
julienrbrt
a2cf15cd38
feat(client/v2): support gov proposals (cherry-pick #18461) (#24359)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-03 14:52:56 +00:00
Alex | Interchain Labs
3c6deab626
chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
Aaron Craelius
167f3f12e2
refactor: migrate codec/types to type aliases, remove depinject dep on sdk (#24336)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-04-02 23:37:19 +00:00
Alexander Peters
ea908cef68
feat(sims): Add simsx support to modules (#24145)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-02 13:23:36 +00:00
Đông Liều
49be51a951
refactor(proto): Use cosmos_proto added_in annotation instead comments (#24105)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:57:47 +00:00
quantix9
5254d57c5b
chore(all): modernized code with slices (#24125)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:31:32 +00:00
Alex | Interchain Labs
b7a20b81f6
chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
Đông Liều
9b2e91fbf9
fix: Do not call Remove during Walk (#24044)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-24 15:18:59 +00:00
Alex | Interchain Labs
7fd79df4e1
chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
Alexander Peters
bc57ce3ba7
perf: Replace runsim with Go stdlib testing (#24045)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-21 15:48:00 +00:00
Alex | Interchain Labs
98f0f76e73
chore: lint fixes (#24084) 2025-03-20 16:20:39 -04:00
Alex | Interchain Labs
1fda5b615c
chore: set proto/cosmos/autocli to main (#23725) 2025-02-21 13:39:12 -05:00
Alex | Interchain Labs
2a338e032c
chore: update proto builder (#23721) 2025-02-19 12:58:14 -05:00
Alex | Interchain Labs
f5e8e517ab
chore: set up release/v0.53.x branch (#23660)
Co-authored-by: Zygimantas <5236121+Zygimantass@users.noreply.github.com>
Co-authored-by: Zygimantas <zygis@skip.build>
2025-02-12 15:48:20 -05:00
Julien Robert
d3ee514b1e
chore: Revert "docs: update gov docs (backport #22048)" (#22064) 2024-10-03 11:53:17 +02:00
mergify[bot]
35f8d0565b
docs: update gov docs (backport #22048) (#22050) 2024-10-02 16:59:11 +00:00
mergify[bot]
5b6045c6b9
style: Fix gov query proposals examples syntax (backport #20353) (#20357) 2024-05-12 11:26:26 +02:00
mergify[bot]
974a24c58c
feat: Conditionally emit metrics based on enablement (backport #19903) (#20017)
Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-12 12:13:28 +02:00
mergify[bot]
9c53142c92
feat(x/gov): emit depositor in proposal_deposit event (backport #19853) (#19859)
Co-authored-by: Kien <kien@notional.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-25 16:42:08 +00:00
mergify[bot]
a0faab3cb9
feat(x/gov): emit proposer address in submit proposal event (backport #19842) (#19844)
Co-authored-by: Aryan Tikarya <akaladarshi@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-24 21:23:00 +00:00
mergify[bot]
a877c47d47
fix(x/gov): grpc query tally for failed proposal (backport #19725) (#19727)
Co-authored-by: David Tumcharoen <david@alleslabs.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-12 12:04:27 +00:00
mergify[bot]
60c6d9ba88
fix(x/gov): check right params (backport #19102) (#19104) 2024-01-18 19:24:34 +00:00