Results 232 comments of rakita

This is neat! And it can help with SLOAD where the account target is known. It is a bigger chance, but we can start it in stages. Let's first replace...

Hmm, you would need your own struct that implements `PrecompileProvider`, something similar to `EthPrecompiles` or `OpPrecompiles`.

Yeah, this is a bug with old account before state clear (There is diff with empty and none accounts). Do you know if we can we get this info from...

I understood you, it seems that eth jsonrpc does not support distinction between empty and non-existing empty accounts (Those two statuses are only possible before EIP-161 state clear) I don't...

It seems there is solution for this (Needs to be checked) Inspired by this: https://github.com/a16z/helios/pull/714 And discussion here: https://github.com/ethereum/go-ethereum/issues/28441 If code hash is 0x00..000 we can return `None` when fetching...

It is rude to tag that many people. This can get you banned @benli5510 . Would advice trying to propose a change by making a PR.

Closing this, as it is exposed in the revm crate, so it can be enabled if needed. If it is in default it can mess things up for dependencies

Not sure why we are seeing 5% perf degradation

Will read it in detail, but PR makes sense

Maybe it is fork related