cosmos-sdk/x/gov/keeper
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
..
abci_internal_test.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
abci.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
common_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
config.go feat(x/gov): add custom fuction to calculate vote results and vp (#19592) 2024-03-01 17:24:16 +00:00
deposit_test.go chore(sims): move sims with depinject to tests (#19121) 2024-01-23 13:21:59 +00:00
deposit.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +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 fix(x/gov): grpc query tally for failed proposal (#19725) 2024-03-12 09:28:20 +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 feat(x/gov): multiple choice proposals (#18762) 2024-01-08 11:55:37 +00:00
keeper.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
migrations.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
msg_server_test.go feat(x/gov): add expedited proposal quorum param (#19741) 2024-03-13 18:34:55 +00:00
msg_server.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00
proposal_test.go refactor(gov): simplify state management (#19349) 2024-02-09 11:22:29 +00:00
proposal.go chore: fix spelling errors (#19649) 2024-03-05 12:58:02 +00:00
tally_test.go feat(x/gov): add expedited proposal quorum param (#19741) 2024-03-13 18:34:55 +00:00
tally.go feat(x/gov): add expedited proposal quorum param (#19741) 2024-03-13 18:34:55 +00:00
vote_test.go fix(x/gov): disable spam vote in optimisic proposal (#19407) 2024-02-12 12:02:40 +00:00
vote.go refactor(x/gov)!: migrate to use env var (#19481) 2024-03-05 06:01:37 +00:00