issues
search
ferranbt
/
fastssz
Fast Ethereum2.0 SSZ encoder/decoder
MIT License
74
stars
44
forks
source link
Pass BeaconState Marshal and HashTreeRoot tests
#63
Closed
ferranbt
closed
3 years ago
ferranbt
commented
3 years ago
This PR closes #61. There were two problems:
BeaconState was using the SyncCommittee with the wrong size.
[]uint8 were being merkleize with an incorrect bytes size.
This PR closes #61. There were two problems: