EIP-7916: ProgressiveList and tests

This commit is contained in:
Michael Sproul
2025-12-01 12:23:39 +11:00
parent 7cee5d6090
commit 86f8c2e642
8 changed files with 25 additions and 6 deletions

View File

@@ -1135,6 +1135,8 @@ impl<H: TypeName> Handler for SszGenericHandler<H> {
// Supported SSZ generic handlers
pub struct BasicVector;
type_name!(BasicVector, "basic_vector");
pub struct BasicProgressiveList;
type_name!(BasicProgressiveList, "basic_progressive_list");
pub struct Bitlist;
type_name!(Bitlist, "bitlist");
pub struct Bitvector;