-
Notifications
You must be signed in to change notification settings - Fork 28
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
A0-2883: Make keychain synchronous #313
Conversation
Please make sure the following happened
|
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.
Good job, left minor comments.
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.
pls also change the keychain signature in the docs/src/aleph_bft_api.md
The general change was to make
sign(...)
incrypto/signature::Keychain
synchronous.Removal of 1
async
keyword caused all the other changes... The other changes included:async
from other functionsawait
in function calls which were no longerasync
#[tokio::test]
to#[test]
if a test was no longerasync
#[async_trait]