ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
261 stars 154 forks source link

fix: add database config to assertoor #783

Closed pk910 closed 1 month ago

pk910 commented 1 month ago

this adds the database section to the assertoor config. assertoor falls back to an in memory database if the database section is left out. however, the in memory database caused issues with dora earlier, so it's better to use a non persistent file.