Marius van der Wijden
Marius van der Wijden
We fixed an issue with something similar in v1.10.11. Can you retry with the newest version and report if the issue still exists?
Hmm looks like a fried database, do you have unclean shutdown markers?
No a sethead can not fix a broken database, you need to remove the state database: `geth removedb` `y` `n`. This will remove the state but not the history. Then...
So this issue is resolved then?
Hmm that is not latest master afaict. Could you link the commit you're using?
I fixed some races here: https://github.com/ethereum/go-ethereum/pull/23434 Don't think it's the one you found though
They "need" it for their bellatrix fork. I totally agree that this is very weird
Please don't ask if you can work on this, just pick a topic that you want to write about and send a pr if you think you have appropriately captured...
`Rollback()` also ignores `Fork()`, but I think that is okay because it allows me to rollback the fork command if I need to
Hey @aschlosberg, thank you for the PR and sorry for taking so long to look at it. Generally the idea of having a way to modify the `vm.Config` within the...