-
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
Refactor: rename protocol parameters for consistency in signer and aggregator #2058
Merged
dlachaume
merged 15 commits into
main
from
dlachaume/1966/refactor-protocol-parameters-naming
Oct 30, 2024
Merged
Refactor: rename protocol parameters for consistency in signer and aggregator #2058
dlachaume
merged 15 commits into
main
from
dlachaume/1966/refactor-protocol-parameters-naming
Oct 30, 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
…r_registration_protocol_parameters` in Epoch service
…istration_epoch_settings` in Epoch service
…ngs` in Epoch service
…ration_protocol_parameters` in Epoch service
…ration_protocol_parameters` in `SignerEpochSettings`
- remove public visibility for `EpochSettingsMessageUntilV0_1_32` - remove unnecessary comments - update deprecated version reference of mithril-common
dlachaume
force-pushed
the
dlachaume/1966/refactor-protocol-parameters-naming
branch
from
October 29, 2024 11:18
8f42843
to
42d4c6b
Compare
dlachaume
temporarily deployed
to
testing-preview
October 29, 2024 13:51 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 29, 2024 13:51 — with
GitHub Actions
Inactive
jpraynaud
approved these changes
Oct 29, 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 👍
sfauvel
approved these changes
Oct 29, 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
…rotocol_parameters`
dlachaume
force-pushed
the
dlachaume/1966/refactor-protocol-parameters-naming
branch
from
October 29, 2024 16:29
d5aee59
to
b05e935
Compare
dlachaume
temporarily deployed
to
testing-preview
October 29, 2024 16:37 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 29, 2024 16:37 — with
GitHub Actions
Inactive
Alenar
approved these changes
Oct 29, 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.93` to `0.5.94` * mithril-common from `0.4.76` to `0.4.77` * mithril-signer from `0.2.205` to `0.2.206` * mithril-aggregator-fake from `0.3.11` to `0.3.12` * openapi.yaml from `0.1.33` to `0.1.34`
dlachaume
force-pushed
the
dlachaume/1966/refactor-protocol-parameters-naming
branch
from
October 29, 2024 17:05
b05e935
to
199d236
Compare
dlachaume
temporarily deployed
to
testing-preview
October 29, 2024 17:14 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 29, 2024 17:14 — with
GitHub Actions
Inactive
dlachaume
deleted the
dlachaume/1966/refactor-protocol-parameters-naming
branch
October 30, 2024 08:57
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 a renaming of protocol parameters within the signer and aggregator to improve naming consistency and maintainability.
Pre-submit checklist
Issue(s)
Relates to #1966