This week I focused on going through geth's implementation of eip-4762 in detail:
tx.from
and tx.to
charging are done here: https://github.com/gballet/go-ethereum/blob/jsign-witness-fix/core/state_transition.go#L396-L399.path to node
contains the serialized version of the tree node. Note that path to node
can be a partial path.Implement all these changes in reth, taking insipiration from the above modifications and nethermind changes: https://hackmd.io/nrSc5qvOSNmjPJqqG9BMxQ