-
Notifications
You must be signed in to change notification settings - Fork 42
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
Macro to implement the source trait #2377
Conversation
68cda04
to
121efca
Compare
Test Results 3 files ±0 57 suites +1 11m 42s ⏱️ +6s Results for commit e8bf4be. ± Comparison against base commit 6408d5c. This pull request removes 1 and adds 8 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
431b1ea
to
f19bcea
Compare
…ter config parameter within it
84ad4b2
to
a34c7a6
Compare
a34c7a6
to
40ced91
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
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 👍
Can you also add an entry in the Makefile
for the new crate and also in the tests for MacOS/Windows in the CI?
* mithril-doc from `0.1.17` to `0.1.18` * mithril-aggregator from `0.7.17` to `0.7.18` * mithril-client-cli from `0.11.9` to `0.11.10` * mithril-signer from `0.2.234` to `0.2.235` * mithril-stm from `0.3.39` to `0.3.40`
Content
Simplify the implementation of Source trait using macros.
This PR:
mithril-cli-helper
that contains tools only used by client.Pre-submit checklist
Comments
Issue(s)
Closes #2365