-
Notifications
You must be signed in to change notification settings - Fork 48
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 tables, emitter, flusher for group module #322
Conversation
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.
Have 1 fix and several questions
6e1547c
to
189ccff
Compare
189ccff
to
560578a
Compare
app.OracleKeeper, | ||
app.ICAHostKeeper, | ||
app.IBCKeeper.ClientKeeper, | ||
app.IBCKeeper.ConnectionKeeper, | ||
app.IBCKeeper.ChannelKeeper, | ||
keys[group.StoreKey], |
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.
Why need to add just use storekey of group module directly?
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.
the function that query proposal by voting period end
is private so I have to use the storekey to query
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)