mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
EIP-7916: ProgressiveList and tests
This commit is contained in:
@@ -293,6 +293,6 @@ pub use bls::{
|
||||
};
|
||||
pub use context_deserialize::{ContextDeserialize, context_deserialize};
|
||||
pub use kzg::{KzgCommitment, KzgProof, VERSIONED_HASH_VERSION_KZG};
|
||||
pub use milhouse::{self, List, Vector};
|
||||
pub use milhouse::{self, List, ProgressiveList, Vector};
|
||||
pub use ssz_types::{BitList, BitVector, FixedVector, VariableList, typenum, typenum::Unsigned};
|
||||
pub use superstruct::superstruct;
|
||||
|
||||
Reference in New Issue
Block a user