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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
On Ethereum, the accessList map is reset when the Prepare function is called prior to executing every transaction. We are not currently clearing/deleting any element of this map and we should implement it in a way that is compatible with the SDK:
On Ethereum, the
accessList
map is reset when thePrepare
function is called prior to executing every transaction. We are not currently clearing/deleting any element of this map and we should implement it in a way that is compatible with the SDK:store key -> value:
prefixByte | address | slot hash -> 0x1
The text was updated successfully, but these errors were encountered: