ssz.zig icon indicating copy to clipboard operation
ssz.zig copied to clipboard

Add test vector in ssz library

Open GrapeBaBa opened this issue 2 months ago • 0 comments

@gballet any idea why this would happen? hashes_of_zero might not be sufficiently generated?

the gut feeling says this because Kai choose a genesis so far back that is slot 13436859 currently and this would have filled some slices in the state quite a lot (so basically around 13436859 items in a slice)

@GrapeBaBa can you add a test vector in ssz library for i) slice ii) array iii) List of such a size for lets say u8 type (bytes) and see ifs serialization/deserialization/merkelization passes

Originally posted by @g11tech in #178

GrapeBaBa avatar Sep 18 '25 02:09 GrapeBaBa