Grzegorz Gawryał
Grzegorz Gawryał
Hi @hhamud, The code in AlephBFT repo is a standalone consensus implementation for general purposes, and here we have only its integration with substrate. This integration is done in https://github.com/Cardinal-Cryptography/aleph-node/tree/r-13.3/finality-aleph....
New sync protocol is there: https://github.com/Cardinal-Cryptography/aleph-node/tree/main/finality-aleph/src/sync. And you can see how it's initialized there: https://github.com/Cardinal-Cryptography/aleph-node/blob/e01ff0523b5a6b4eef50ffffdbf5e4d08245cd9a/finality-aleph/src/nodes.rs#L185