Noah Citron

Results 64 comments of Noah Citron

Yeah this is seems like the right direction to me. One concern I have though is that we cannot pre-fetch all the required state proofs by predicting them with `eth_createAccessList`...

Although if we assume the state overrides don't effect the state accesses of the call it will be fine. Unfortunately this is not the case in a major usecase of...

Even limiting it to just that won't prevent the accessed state from radically diverging. Changing any state can cause calls to take unexpected branches which may cause it to call...

Oh this is interesting. I was under the impression that after the sequencer drift you are supposed to start injecting empty blocks so this caching length would be acceptable. We'll...