Related to #46 and #14
Based on the ChainSpec and genesis.json file, we should have all the info available to create a genesis block.
See:
https://github.com/ethereum/execution-specs/blob/725d7f336c93bcae4e02a395215b862f6887b11f/src/ethereum/genesis.py#L104-L203
This should include the creation of the initial state based on the alloc field, and store it in the DB.
Related to #46 and #14
Based on the ChainSpec and genesis.json file, we should have all the info available to create a genesis block.
See:
https://github.com/ethereum/execution-specs/blob/725d7f336c93bcae4e02a395215b862f6887b11f/src/ethereum/genesis.py#L104-L203
This should include the creation of the initial state based on the
allocfield, and store it in the DB.