-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add Group module #154
Merged
Merged
Add Group module #154
Changes from all commits
Commits
Show all changes
136 commits
Select commit
Hold shift + click to select a range
94b6d0a
Add group module and updated proto
blushi 88219db
Delete unrelevant files
blushi 1ea581c
WIP on upgrade to stargate
blushi e0983d1
Add TODO
blushi 5d4b17d
Merge branch 'master' into marie/136-x-group
blushi 46302c8
Fix proto-gen
blushi ac06ce7
Fix group AppModule and AppModuleBasic
blushi b83faeb
More migration in x/group
blushi e63f712
Fix lint
blushi 4629fb1
More lint fix
blushi 61558c3
Rename GroupID
blushi e8578c4
Merge branch 'master' into marie/136-x-group
blushi 179d5a3
Fix TestGroupMetadataValidation and add UnpackInterfaces
blushi 1b1d694
Merge branch 'master' into marie/136-x-group
blushi 7c48dfb
Refacto to use Msg services
blushi 4acfd5a
Move module impl to x/group/module and remove amino
blushi 5f66c4f
Fix build
blushi 55b0df8
Fix lint
blushi 6338a52
Clean up testutil
blushi 63227df
Add Proposal and CreateProposal rpc, use Any for msgs in it
blushi 41612ce
Fix lint
blushi 4aba3fc
Fix initParamsKeeper
blushi 5aae182
Merge branch 'master' into marie/136-x-group
blushi 742d2b9
Comment group ref in app
blushi a9d5fcf
Add comments in proto
blushi 548340f
Merge branch 'master' into marie/136-x-group
blushi 3bba95a
gen proto
blushi f777129
wip on tests
blushi 1af002b
Setup test suite
blushi 4718f17
Rm keeper_test
blushi 1212b8d
Rm testsupport.go
blushi 97cf006
Move old hander tests to testsuite and use msgClient in tests
blushi 4887476
Use BinaryMarshaler in ORM to unpack Any's
blushi dc61a9b
Fix exec proposal tests
blushi a62bdb0
Fix group tests
blushi 95a81c8
Add proposal executor tests
blushi 070c047
Update ORM tests
blushi db313ee
Wire up group module to regen app
blushi 24fce14
Merge branch 'master' into marie/136-x-group
blushi 09216b7
Fix lint
blushi 83ad845
Fix proto lint
blushi 8321ff0
Renaming
blushi f834ea5
Update ORM
blushi ce52870
Merge branch 'master' into marie/136-x-group
blushi e80c00c
Remove errors pkg
blushi 67ede52
Merge branch 'marie/136-x-group' of github.com:regen-network/regen-le…
blushi 1e1e4d1
Improve proposal doc
blushi 2693e75
Fix events types
blushi f523044
Update comment
blushi 75194ac
Clean up
blushi 01fa2a1
Use GroupId
blushi 2058ef0
Use ProposalId
blushi 3c620a0
Update conditions.go
blushi a2a508f
Rename to GetGroupMembers
blushi 814f33d
Add assertCommentSize
blushi 1563e6d
Update x/group/server/keeper.go
blushi 171c485
Update x/group/server/keeper.go
blushi b11796a
Rename result enum value
blushi 33040fe
Add doc
blushi 307191c
Add doc
blushi 3fb86a6
Merge branch 'marie/136-x-group' of github.com:regen-network/regen-le…
blushi d7a94a6
Use apd.Decimal instead of sdk.Dec
blushi 47ee8ae
Rename to GroupInfo and GroupAcountInfo
blushi 47040d8
Move group/types to group
blushi ecbac2b
Remove tmp query.proto
blushi 29ab424
Move Keeper methods to serverImpl
blushi cb440a0
Add Query service proto def
blushi 9083119
Add first impl of query service
blushi ff624f7
Finish up query service and rm keeper
blushi f9eae0d
Lint
blushi 96824bc
Rename GroupID to ID
blushi fa85eec
Support Key page request with index.Get
blushi fd44c16
Merge branch 'master' into marie/136-x-group
blushi 0b04ac2
Lint
blushi 985b4c3
Format
blushi 184d271
Use bech32 addresses
blushi 113af10
Lint
blushi cb413b7
Update group events
blushi ea502f8
Merge branch 'master' into marie/136-x-group
blushi 30dd644
Refactor group module to work with new proto codegen
blushi b9fb3bc
Lint
blushi 75541a5
Update protocgen script
blushi 311840a
Update proto/regen/group/v1alpha1/genesis.proto
blushi 2671823
Update proto/regen/group/v1alpha1/query.proto
blushi e5d58a7
Update proto/regen/group/v1alpha1/events.proto
blushi 6addb18
Update x/group/README.md
blushi 2f6e6c6
Update testutil/testdata/tx.proto
blushi c30ff36
Address review comments
blushi 0716554
Update README.md
blushi 7077e80
Merge branch 'master' into marie/136-x-group
blushi 9a4b3fa
Reference issues in todos
blushi ad93c20
Rename member's weight variables
blushi f2c80a1
Update x/group/server/msg_server.go
blushi 0c82a0a
Update x/group/README.md
blushi 3dee6b5
Update AccAddresses ValidateBasic
blushi aba6b2e
Remove useless address var
blushi 438e128
Reference event issue
blushi 501b461
Add comment in Vote
blushi ab35cd4
Update x/group/README.md
blushi 1783ffd
Update x/group/README.md
blushi 72608bf
Add GetPaginated to orm Index
blushi c1a8cb9
Merge branch 'marie/136-x-group' of github.com:regen-network/regen-le…
blushi c14aea4
Rename var in orm/iterator
blushi 2740733
Replace comment with metadata
blushi 8884926
More renaming
blushi e89d701
Support only one voter per Vote request
blushi 29509d7
Use fixed MaxMetadataLength
blushi 1520eae
Merge branch 'marie/136-group-exp' into marie/136-x-group
blushi 14d5e5b
Migrate group module to use ADR 033 and update GroupMember type
blushi 51559ee
Link
blushi 81a124f
Reorder members in test to compare
blushi cb3d217
Rename perm to conditionFormat
blushi a5a41a0
Update x/group/conditions.go
blushi 5cfdc50
Add Paginate doc
blushi 311cbbd
Update orm/iterator.go
blushi 6404a42
Update doc
blushi 0d359dc
Add more docs
blushi 392966a
More docs
blushi 42ee1f0
Add more tests for GetPaginated
blushi fae37ab
Add err check in assertion
blushi 79ad498
Always handle errors in Paginate loop
blushi 1588152
Add more comments to Paginate
blushi 2a89d1f
Move destRef.Set to end of loop
blushi 293f3ae
Add more tests cases for Paginate
blushi f26deee
Merge branch 'master' into marie/136-x-group
anilcse ea63321
Update proto/regen/group/v1alpha1/tx.proto
blushi 04fdbcb
Update proto/regen/group/v1alpha1/types.proto
blushi c19d8b0
Refactor Fixture (#228)
aaronc 7b2cfdd
Address some of review comments
blushi 6f7f619
Merge branch 'marie/136-x-group' of github.com:regen-network/regen-le…
blushi 162c271
Address comments and add more docs
blushi ea9ba41
Update x/group/server/msg_server.go
blushi 4f92bcb
Update x/group/server/msg_server.go
blushi fb5b37e
Update comment
blushi c938549
Merge branch 'master' into marie/136-x-group
blushi cce7ae8
Update proto/regen/group/v1alpha1/query.proto
robert-zaremba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the linter ignoring all proto files in regen-ledger? Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it isn't just 3rd party