-
Notifications
You must be signed in to change notification settings - Fork 41
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: record informations in epoch service for status route #2100
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 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
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 7, 2024 16:14
6582e5d
to
93de39c
Compare
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
2 times, most recently
from
November 8, 2024 08:07
f05bcf1
to
129cbb4
Compare
…quirements of `MithrilEpochService`
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 09:04
129cbb4
to
13cd95a
Compare
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 09:19 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 09:19 — with
GitHub Actions
Inactive
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 10:04
13cd95a
to
5d48588
Compare
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 10:15 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 10:15 — with
GitHub Actions
Inactive
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 10:26
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.
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 10:37 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 10:37 — with
GitHub Actions
Inactive
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 10:38
1419034
to
57e4b22
Compare
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 10:46 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 10:46 — with
GitHub Actions
Inactive
jpraynaud
reviewed
Nov 8, 2024
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 13:44
46c63c7
to
95f3d41
Compare
…stake` and improve comments
dlachaume
force-pushed
the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
from
November 8, 2024 13:55
95f3d41
to
ca3706c
Compare
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 14:07 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 14:07 — with
GitHub Actions
Inactive
jpraynaud
approved these changes
Nov 8, 2024
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`
dlachaume
temporarily deployed
to
testing-preview
November 8, 2024 14:20 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 8, 2024 14:20 — with
GitHub Actions
Inactive
sfauvel
approved these changes
Nov 8, 2024
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
dlachaume
deleted the
dlachaume/2071/record-in-epoch-service-for-status-route
branch
November 12, 2024 08:06
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
EpochService
to support the future/status
route on the aggregator.The following data is now saved:
This PR will allow the
/status
route to expose these details when implemented.Pre-submit checklist
Issue(s)
Relates to #2071