nimbus-eth2/tests
Jacek Sieka 949b24702c
hash_ssz: updates (#13)
* rename from tree_ssz
* add special cases for some types based on beacon chain code
* add smoke test
* avoids some trivial allocations, but the big one remains - the
temporary
chunk buffer is still heap allocated
* update to handle zero-length buffer case same as latest spec
2018-11-16 11:04:21 -06:00
..
all_tests.nim Comment out block processing 2018-11-12 09:34:03 +01:00
test_block_processing.nim first part of spec updating; some constants, structure changes, data type changes from int to uint (#9) 2018-11-09 10:34:30 +01:00
test_hash_ssz.nim hash_ssz: updates (#13) 2018-11-16 11:04:21 -06:00
test_ssz.nim ssz: fix buffer overflows, explicit error reporting (#7) 2018-10-08 12:56:34 +02:00