titanoboa
titanoboa copied to clipboard
perf: replacements for py-evm classes
we can probably replace AccountDB with something that doesn't deal with RLP or the trie at all. i am guessing this is a big performance bottleneck.
The AccountDatabaseAPI is huge, it contains a lot of methods. Is it really boa's responsibility? Or can we implement #104 instead?