protolambda / eth2-testnet-genesis

Create a genesis state for an Eth2 testnet
MIT License
46 stars 26 forks source link

fix empty body root and fix merge sync-committee initialization #4

Closed protolambda closed 2 years ago

protolambda commented 2 years ago

Changed so we efficiently avoid initialization problem with flat structs and bitvectors. Thanks @lightclient for helping me find this bug! As well as the sync-committee initialization issue!