paritytech / substrate-contracts-node

Minimal Substrate node configured for smart contracts via pallet-contracts.
The Unlicense
123 stars 141 forks source link

Building failed when trying to change consensus mechanism from manual-seal to aura #191

Open maancham opened 1 year ago

maancham commented 1 year ago

Hi,

We have a fresh build of substrate node forked from this repository. We are currently trying to implement aura consensus mechanism. We found these two commits: Changed consensus to manual-seal #42 and reverted applied changes to have aura. Unfortunately, we are getting all sorts of errors like:

not found in "sys" type Event = Event ^^^^^^ not a member of trait "pallet_gradpa::Config"

We tried using cargo clean and cargo update to address any dependency issues. But no luck so far. Since we did not find any other useful links on aura (and BABE) implementation details, do you have any advice?