py-evm
py-evm copied to clipboard
Ditch database backend system
What is wrong?
The database backend system from eth.db doesn't actually get used.
How can it be fixed
Remove it and re-namespace everything under eth.db.backends.whatever to just be under eth.db.whatever.
It's probable that there's some sub-organization to be done like co-locating journal things and atomic things.