You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EIP definitions have changed, and the witness costs have to be charged per-transaction. We need to ensure that this is what the code does, because the old behavior was to charge said costs per-block.
The text was updated successfully, but these errors were encountered:
In gballet/go-ethereum#37, I'm fairly sure this is the case. The AccessWitness used is per-TxContext (which as the name implies, only exists for the lifetime of a transaction).
The EIP definitions have changed, and the witness costs have to be charged per-transaction. We need to ensure that this is what the code does, because the old behavior was to charge said costs per-block.
The text was updated successfully, but these errors were encountered: