Cardinal-Cryptography / AlephBFT

Rust implementation of Aleph consensus protocol
https://cardinal-cryptography.github.io/AlephBFT/index.html
Apache License 2.0
56 stars 28 forks source link

A0-2883: Make keychain synchronous #313

Closed woocash2 closed 1 year ago

woocash2 commented 1 year ago

The general change was to make sign(...) in crypto/signature::Keychain synchronous. Removal of 1 async keyword caused all the other changes... The other changes included:

github-actions[bot] commented 1 year ago

Please make sure the following happened