mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
5f73a456c5
* GRANDPA justifications: equivocation detection primitives - made the justification verification logic more customizable - added support for parsing multiple justifications and extracting equivocations - split the logic into multiple files - split the errors into multiple enums
8 lines
97 B
Rust
8 lines
97 B
Rust
mod justification {
|
|
mod equivocation;
|
|
mod optimizer;
|
|
mod strict;
|
|
}
|
|
|
|
mod implementation_match;
|