-
Notifications
You must be signed in to change notification settings - Fork 44
refactor: move SignaturePublisher to a dedicated module #2437
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: move SignaturePublisher to a dedicated module #2437
Conversation
Test Results 3 files ±0 57 suites ±0 11m 34s ⏱️ +4s Results for commit b96b34e. ± Comparison against base commit f8f036c. This pull request removes 12 and adds 12 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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 🚀
623bf5c
to
079f847
Compare
0b65707
to
ce75827
Compare
ce75827
to
93e8797
Compare
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 🚀
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
93e8797
to
1ed6934
Compare
* mithril-aggregator from `0.7.41` to `0.7.42` * mithril-common from `0.5.25` to `0.5.26` * mithril-signer from `0.2.240` to `0.2.241`
1ed6934
to
b96b34e
Compare
Content
This PR refactor the
SignaturePublisher
Trait by moving it to a dedicated module, making it more visible and facilitating future addition of new implementations.Pre-submit checklist
Comments
The work asked in ticket #2427 (creation and implementation of
SignaturePublisher
Trait) was already done in PR #1979Issue(s)
Closes #2427