Cardinal-Cryptography / AlephBFT

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

A0-3185: split rmc #347

Closed woocash2 closed 11 months ago

woocash2 commented 1 year ago

Splits the rmc logic into Service of 1 async method and synchronous Handler. The split assures that rmc can be safely initialized from backup state and provides consistency with the design of our other components.

Not tested yet:

github-actions[bot] commented 1 year ago

Please make sure the following happened