mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
Implement tree states & hierarchical state DB
This commit is contained in:
@@ -341,6 +341,11 @@ macro_rules! test_suite {
|
||||
.assert_single_message_verify(true)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn deserialize_infinity_public_key() {
|
||||
PublicKey::deserialize(&bls::INFINITY_PUBLIC_KEY).unwrap_err();
|
||||
}
|
||||
|
||||
/// A helper struct to make it easer to deal with `SignatureSet` lifetimes.
|
||||
struct OwnedSignatureSet {
|
||||
signature: AggregateSignature,
|
||||
|
||||
Reference in New Issue
Block a user