cosmos-sdk/x/gov/keeper
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
..
abci_internal_test.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
abci.go chore: fix mocks (#20209) 2024-04-29 18:58:59 +00:00
common_test.go refactor: migrate to query Consensus Params (#19600) 2024-04-25 15:26:43 +00:00
config.go feat(x/gov): add MaxVoteOptionsLen (#20087) 2024-04-22 09:46:53 +00:00
deposit_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
deposit.go chore(x/gov): reduce allocations (#20207) 2024-04-30 00:59:27 +00:00
export_test.go feat(x/gov): add custom fuction to calculate vote results and vp (#19592) 2024-03-01 17:24:16 +00:00
grpc_query_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
grpc_query.go fix(x/gov): grpc query tally for failed proposal (#19725) 2024-03-12 09:28:20 +00:00
hooks_test.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
internal_test.go refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
invariants.go refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
keeper_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
keeper.go feat(x/gov): add MaxVoteOptionsLen (#20087) 2024-04-22 09:46:53 +00:00
migrations.go refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
msg_server_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
msg_server.go chore: migrate sdk.Msg to transaction.type (#20273) 2024-05-10 10:23:22 +00:00
proposal_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
proposal.go chore(x/gov): reduce allocations (#20207) 2024-04-30 00:59:27 +00:00
tally_test.go refactor(x/gov)!: remove Accounts.String() (#19850) 2024-03-26 10:29:47 +00:00
tally.go fix: Do not call Remove during Walk (#19833) 2024-03-24 18:56:24 +00:00
vote_test.go feat(x/gov): add MaxVoteOptionsLen (#20087) 2024-04-22 09:46:53 +00:00
vote.go feat(x/gov): add MaxVoteOptionsLen (#20087) 2024-04-22 09:46:53 +00:00