-
Notifications
You must be signed in to change notification settings - Fork 15
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: Implement CLI query endpoints and add AdvanceEpoch msg #115
Conversation
also rename some fields and methods
it's useful to have AdvanceEpoch when testing, but it should be removed for real-world application. so only using special build flags can enable this feature.
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
==========================================
+ Coverage 65.39% 65.50% +0.11%
==========================================
Files 24 24
Lines 2040 2128 +88
==========================================
+ Hits 1334 1394 +60
- Misses 575 597 +22
- Partials 131 137 +6
Continue to review full report at Codecov.
|
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.
LGTM, thanks for adding the flag for testing
The test task has not been completed yet, but it has become R4R for Demo and #116 first.
If you set the epic issue to closes:
in PR, all the tasks of the epic are not finished yet and may be closed. Therefore, could you remove the closes:
and create an issue for CLI Tests and replace the Tests checkbox on this PR description?
Description
This adds CLI query endpoints and AdvanceEpoch functionality.
Tasks
AdvanceEpoch
msg and handlerReferences
See local-testing branch for the detail about
AdvanceEpoch
.Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes