rundler
rundler copied to clipboard
builder: Use access lists on bundle transaction for validation slots
Describe the feature https://eips.ethereum.org/EIPS/eip-2930 lets transactions pre-warm storage slots for cheaper accesses. This should only be used when the storage slot usage is deterministic. Due to simulation rules, storage slot usage is deterministic during the validation phase of UOs, and thus can be used in the access list. This will save users 200 gas per access.
We already have these storage slots calculated for use during conditional transactions, so shouldn't be too difficult to format this as an access list on the transaction on supported networks.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.