mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-12 22:23:11 +00:00
Implements the TODO at key_tree/mod.rs:62. Creates a KeyTree from a list of (ChainIndex, N) pairs with consistency checks: - List must not be empty - Root node must be present - Every non-root node must have its parent present 3 new tests: - from_nodes_empty_fails - from_nodes_missing_root_fails - from_nodes_roundtrip Refs #209