-
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
feat: ADR-016: Reactions module #898
Conversation
Signed-off-by: Riccardo Montagnin <[email protected]>
…reactions-implementation
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
…reactions-implementation
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
…adr-016-reactions-module
Signed-off-by: Riccardo Montagnin <[email protected]>
…adr-016-reactions-module
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #898 +/- ##
==========================================
+ Coverage 83.41% 83.87% +0.45%
==========================================
Files 133 150 +17
Lines 11710 13121 +1411
==========================================
+ Hits 9768 11005 +1237
- Misses 1581 1728 +147
- Partials 361 388 +27
Continue to review full report at Codecov.
|
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
…adr-016-reactions-module
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Paul <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
Co-authored-by: Leonardo Bragagnolo <[email protected]>
…adr-016-reactions-module
Signed-off-by: Riccardo Montagnin <[email protected]>
} | ||
|
||
// SubspaceDataEntry contains the data related to a single subspace | ||
message SubspaceDataEntry { |
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.
@RiccardoM yes course
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
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.
Overall is good to me, just last thing that the cmd should be registered to module.
x/reactions/module.go
Outdated
|
||
// GetTxCmd returns the root tx command for the reactions module. | ||
func (AppModuleBasic) GetTxCmd() *cobra.Command { | ||
return nil |
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.
Lost to add it.
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.
Thanks, added it!
x/reactions/module.go
Outdated
|
||
// GetQueryCmd returns the root query command for the reactions module. | ||
func (AppModuleBasic) GetQueryCmd() *cobra.Command { | ||
return nil |
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.
as above
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.
Thanks, added it!
Signed-off-by: Riccardo Montagnin <[email protected]>
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.
Ready to go!
Description
This PR implements ADR-016 adding the new
x/reactions
module.Closes: #890
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change