eigerco / polka-storage

The Polka Storage Parachain Project
https://eigerco.github.io/polka-storage-book
Apache License 2.0
1 stars 0 forks source link

Substrate: Switch to BABE consensus algorithm #457

Open cernicc opened 1 month ago

cernicc commented 1 month ago

Switch from Aura consensus algorithm to BABE. We need BABE as a prerequisite for secure randomness on chain.

https://docs.substrate.io/learn/consensus

cernicc commented 8 hours ago

Hmm. While researching this. The Babe consensus algorithm was developed before the Aura. We are using Cumulus as an substrate extension, it helps us to easier make a Polkadot compatible parachain.

Cumulus decided not to support Babe. https://github.com/paritytech/cumulus/issues/116 . I am not sure what changes would be needed to use babe without the cumulus part.

The decision if this should be done will depend on the decision on this.