mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Add individual processing for ef tests (#745)
* Add Individual signature verification for ef tests * Add clone state to avoid errors in ef tests * Add state verification for VerifyIndividual in ef tests * Add Clone derive for errors * Update comments
This commit is contained in:
@@ -10,7 +10,7 @@ pub use crate::multi_cache::MultiTreeHashCache;
|
||||
use ethereum_types::H256 as Hash256;
|
||||
use tree_hash::TreeHash;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub enum Error {
|
||||
/// Attempting to provide more than 2^depth leaves to a Merkle tree is disallowed.
|
||||
TooManyLeaves,
|
||||
|
||||
Reference in New Issue
Block a user