-
Notifications
You must be signed in to change notification settings - Fork 52
Feat: record informations in epoch service for status route #2100
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
Merged
dlachaume
merged 7 commits into
main
from
dlachaume/2071/record-in-epoch-service-for-status-route
Nov 12, 2024
Merged
Feat: record informations in epoch service for status route #2100
dlachaume
merged 7 commits into
main
from
dlachaume/2071/record-in-epoch-service-for-status-route
Nov 12, 2024
Conversation
This file contains hidden or 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
6582e5d to
93de39c
Compare
f05bcf1 to
129cbb4
Compare
…quirements of `MithrilEpochService`
129cbb4 to
13cd95a
Compare
13cd95a to
5d48588
Compare
5d48588 to
1419034
Compare
Run `update_stake_distribution` before `inform_epoch`, as it's now needed to record the total number of SPOs and total stake in the Epoch service.
1419034 to
57e4b22
Compare
jpraynaud
reviewed
Nov 8, 2024
46c63c7 to
95f3d41
Compare
…stake` and improve comments
95f3d41 to
ca3706c
Compare
jpraynaud
approved these changes
Nov 8, 2024
Member
jpraynaud
left a comment
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 👍
* mithril-aggregator from `0.5.106` to `0.5.107` * mithril-common from `0.4.83` to `0.4.84`
sfauvel
approved these changes
Nov 8, 2024
Collaborator
sfauvel
left a comment
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Content
This PR includes storing all the necessary information in the
EpochServiceto support the future/statusroute on the aggregator.The following data is now saved:
This PR will allow the
/statusroute to expose these details when implemented.Pre-submit checklist
Issue(s)
Relates to #2071