ethereum / go-verkle

A go implementation of Verkle trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genesis allocation seems to be lost after init

gballet opened this issue · comments

After the rebase, the genesis allocation seems to be missing from the state. This is probably due to the fact that the correct snapshot isn't found.

It goes deeper than that, the entire post-state is lost - except for the block reward. scratch that, sending transactions and contracts work, but the initial allocation is lost.

Snapshot capping was missing. Fixed in 1c74393d5e02f24362fcb51954eb6d6370680757.