nimbus-eth2/beacon_chain/ssz
Jacek Sieka 0d54073ec9 properly work around nim type bug in ssz
the cast worked around the bug at compile time by means of casting, but
introduced a runtime error, because the pre-cast type was still being
used during deserialization
2020-05-26 14:12:42 +03:00
..
bytes_reader.nim properly work around nim type bug in ssz 2020-05-26 14:12:42 +03:00
dynamic_navigator.nim Adapt SSZ to the latest FastStreams API 2020-05-13 12:18:42 +03:00
navigator.nim Progress towards #991; Enable the distinct ssz.List type 2020-05-19 15:53:03 +03:00
types.nim More complete integration of the List type; Detect more invalid inputs; Enable more tests 2020-05-24 19:00:34 +03:00