lightclient

Results 174 comments of lightclient

> One question I had is whether eth_getCode and eth_getProof should resolve the delegation or not, I presume they should not (as it is right now) but I would like...

- need to remove `ResolveCode` from statedb and do it in the state db - also use parse delegation for EOA check - remove 7702 type from txpool filter

> So, @rjl493456442 raised some very good points (well spotted!), re a sentence in the eip: > > all code executing operations to follow the address pointer to get the...

Okay I can update for devnet-5

The changes for devnet-5 have been made! Was able to fill the tests, but since no other clients have filled the tests there is nothing to verify against at the...

Thanks @drortirosh, you are correct. I've updated the prestate tracer and added a test - it should be working now. Let me know if you notice any other issues.

@drortirosh you can actually initialize the datadir with a custom genesis where `pragueTime` is set to `0`. ```console $ geth init --datadir data genesis.json $ geth --datadir data --dev ```

Ah right, we won't enable 7702 in this PR because we don't want to allow the txs into the pool before the txpool changes are completed.

This doesn't feel right to me. If we were to support such a function, it should be a CLI flag rather than part of the `env`. However, I don't think...