ethereum / go-verkle

A go implementation of Verkle trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

store chunked code into DB

gballet opened this issue · comments

The code chunks are calculated each time code is executed. This is wasteful, since it need happen only once. Store it inside the database instead.