-
Notifications
You must be signed in to change notification settings - Fork 119
Deduplicate issuer usage #331
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
base: main
Are you sure you want to change the base?
Conversation
} | ||
} | ||
|
||
trait ToDer { |
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.
as I've said previously, I'd prefer a better name for that trait: SignDer
or something like it.
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.
Yup. Do you think the introduction of the trait carries its weight here? I'm not totally convinced...
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.
not really tbh. I think having consistent inherent functions is better (traits need to be imported to be used/called, and even if you add inherent functions on top, they still add complexity, which needs to be justified, and in this case i think it's not).
Did you want me to hold off reviewing this for now? |
Yup! |
Based on: