-
I'm working on equivocation support for Spartan as part of W3F grant and faced difficulties. We have started with Babe as foundation (it shares quite a few similarities due to slots usage), but as out protocol is based on proof of capacity, we don't have authorities. When time came to implement equivocation I took what Babe, pallets staking and offences and modified those to not have reporters or report authoring. Once things compiled and ran, I modified
From this there are actually 2 questions:
I'm sorry for a bunch of info, but hopefully it makes sense. Our fork of substrate's master branch if from April 11th, so a few things has changed in master already 😞 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
substrate/bin/node/runtime/src/lib.rs Line 1170 in efd5487 You missing |
Beta Was this translation helpful? Give feedback.
substrate/bin/node/runtime/src/lib.rs
Line 1170 in efd5487
You missing
ValidateUnsigned