cosmos-sdk/x/group
Anil Kumar Kammari 1a9654f8f5
refactor: rename `GenTx` to `GenSignedMockTx` to avoid confusion with genutil/GenTx (#11696)
2022-04-20 11:27:19 -04:00
..
client chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
errors feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
internal chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
keeper fix(group): Allow group total weight to be 0 (#11682) 2022-04-19 10:33:22 +00:00
module chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
simulation refactor: rename `GenTx` to `GenSignedMockTx` to avoid confusion with genutil/GenTx (#11696) 2022-04-20 11:27:19 -04:00
spec chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
codec.go revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00:00
config.go refactor(group): Distinguish Voting period and Execution period for group policies (#11198) 2022-03-02 12:00:59 +00:00
events.pb.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
expected_keepers.go feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
genesis.go refactor(group): API naming audit (#11515) 2022-04-06 11:16:23 +00:00
genesis.pb.go chore: Bump gov and group to `v1` (#11334) 2022-03-11 15:58:01 +00:00
genesis_test.go refactor(group): API naming audit (#11515) 2022-04-06 11:16:23 +00:00
keys.go feat: Add server implementation of Group module (#10570) 2021-12-10 11:02:11 +00:00
msgs.go revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00:00
msgs_test.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
proposal.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
proposal_test.go feat(group): Prune expired proposals and votes (#11315) 2022-03-28 04:44:01 +00:00
query.pb.go refactor(group): API naming audit (#11515) 2022-04-06 11:16:23 +00:00
query.pb.gw.go fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
tx.pb.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
types.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
types.pb.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00
types_test.go fix(group): Update TresholdDecisionPolicy to handle `threshold>totalWeight` (#11325) 2022-03-08 16:32:54 +00:00
typesupport.go chore(group): State machine audit (#11559) 2022-04-15 10:35:45 +00:00