mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Test runners for basic progressive containers and bitlists
This commit is contained in:
@@ -1141,9 +1141,13 @@ pub struct Bitlist;
|
||||
type_name!(Bitlist, "bitlist");
|
||||
pub struct Bitvector;
|
||||
type_name!(Bitvector, "bitvector");
|
||||
pub struct ProgressiveBitlist;
|
||||
type_name!(ProgressiveBitlist, "progressive_bitlist");
|
||||
pub struct Boolean;
|
||||
type_name!(Boolean, "boolean");
|
||||
pub struct Uints;
|
||||
type_name!(Uints, "uints");
|
||||
pub struct Containers;
|
||||
type_name!(Containers, "containers");
|
||||
pub struct ProgressiveContainers;
|
||||
type_name!(ProgressiveContainers, "progressive_containers");
|
||||
|
||||
Reference in New Issue
Block a user