ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't enforce pbss for geth

remoterami opened this issue · comments

Because of ethereum/go-ethereum#29101 (comment) (also here) I don't want to use pbss yet. It'd be fine as default of course, but when adding --gcmode archive to el_extra_params, geth can't start at all: Fatal: Failed to register the Ethereum service: incompatible state scheme, stored: path, provided: hash

Oh I just realized ethereum/go-ethereum#29108, so you might consider adding --state.scheme=hash to geth init until this is implemented @barnabasbusa. But thanks, will use 1.13.14 instead of latest for now