gballet / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
23 stars 13 forks source link

[wip] implement FILL_COST #457

Closed gballet closed 2 months ago

gballet commented 4 months ago

Extract the information of whether the value was present from StateDB and use it to let the access witness know if the fill costs are to be charged.

gballet commented 2 months ago

We're going a different route with Gary's changes, closing this one.