You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Since 1.0 we are shipping with a pluggable consensus mechanism. In order to make this possible, we had to move out the previously installed rhododendron-PBFT, which has not been reactivated since. However, in order to proof that our consensus truly is pluggable we want to provide more than one algorithm to choose from. Let's reactivate the substrate-consensus-rhd crate and make rhd a possible choice for node. In order for that to be possible, one must:
take a close look at the substrate-consensus-rhd crate and remove old, unnecessary cruft, adapt to latest API changes and make it compile and the tests pass again
Since 1.0 we are shipping with a pluggable consensus mechanism. In order to make this possible, we had to move out the previously installed
rhododendron
-PBFT, which has not been reactivated since. However, in order to proof that our consensus truly is pluggable we want to provide more than one algorithm to choose from. Let's reactivate thesubstrate-consensus-rhd
crate and make rhd a possible choice fornode
. In order for that to be possible, one must:substrate-consensus-rhd
crate and remove old, unnecessary cruft, adapt to latest API changes and make it compile and the tests pass againThe text was updated successfully, but these errors were encountered: