Merge branch 'eip4844' into deneb-free-blobs

This commit is contained in:
Diva M
2023-03-15 12:26:30 -05:00
57 changed files with 1401 additions and 513 deletions

View File

@@ -266,7 +266,7 @@ where
}
/// Hashes the `self.serialize()` bytes.
#[allow(clippy::derive_hash_xor_eq)]
#[allow(clippy::derived_hash_with_manual_eq)]
impl<Pub, AggPub, Sig, AggSig> Hash for GenericAggregateSignature<Pub, AggPub, Sig, AggSig>
where
Sig: TSignature<Pub>,