Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADR-042: Group module #9089

Merged
merged 33 commits into from
May 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
02633ab
Add ADR-042
blushi Apr 9, 2021
8582590
Merge branch 'master' into marie/adr-042-group
blushi Apr 9, 2021
2ccc701
Fix link
blushi Apr 9, 2021
f9a16b3
Merge branch 'marie/adr-042-group' of github.com:cosmos/cosmos-sdk in…
blushi Apr 9, 2021
217ca16
Small improvements
blushi Apr 9, 2021
64f87bc
Update link
blushi Apr 9, 2021
992a86b
Merge branch 'master' into marie/adr-042-group
Apr 11, 2021
432b93f
Update docs/architecture/adr-042-group-module.md
blushi Apr 14, 2021
abe6245
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
08dcd47
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
16578be
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
180eb50
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
ce4510b
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
8031db1
Update docs/architecture/adr-042-group-module.md
blushi Apr 15, 2021
90dd35d
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
9969a6f
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
bc20dcc
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
d2be7ff
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
f13b343
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
146ea46
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
ee0567f
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
9897020
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
d6a0654
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
b74b534
Move orm to specific section
blushi Apr 16, 2021
783d51d
Update docs/architecture/adr-042-group-module.md
blushi Apr 16, 2021
9afc938
Update naming
blushi Apr 16, 2021
ce103bf
Add concrete use cases
blushi Apr 22, 2021
1afa664
Rework ### Proposal
blushi Apr 22, 2021
5d609c6
Rework Vote, Exec and implementation sections
blushi Apr 22, 2021
adf1525
Merge branch 'master' into marie/adr-042-group
blushi May 5, 2021
e9c39b1
Update to account for removal of ServiceMsg
blushi May 5, 2021
c3bf028
Merge branch 'master' into marie/adr-042-group
blushi May 10, 2021
08d9be5
Merge branch 'master' into marie/adr-042-group
mergify[bot] May 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/architecture/adr-042-group-module.md
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
  • Loading branch information
blushi and robert-zaremba authored Apr 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 146ea4631792a759d906291cee6d651996f17d99
2 changes: 1 addition & 1 deletion docs/architecture/adr-042-group-module.md
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ message GroupAccountInfo {
bytes metadata = 4;

// version is used to track changes to a group's GroupAccountInfo structure that
// would create a different result on a running proposal.
// invalidates active proposal from old versions.
uint64 version = 5;

// decision_policy specifies the group account's decision policy.