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
Currently protorev swaps to backrun uses the KV store, but it gets fully reset every post handler. The cache misses for when it doesn't exist also lead to some extra I/O.
Setting this state also causes some extra gas, that we can spare ourselves. (We also want to start raising the flat amount of gas per write)
Proposed Feature
Lets use the transient store for SwapsToBackrun instead of the normal store.
The text was updated successfully, but these errors were encountered:
Summary
Currently protorev swaps to backrun uses the KV store, but it gets fully reset every post handler. The cache misses for when it doesn't exist also lead to some extra I/O.
Setting this state also causes some extra gas, that we can spare ourselves. (We also want to start raising the flat amount of gas per write)
Proposed Feature
Lets use the transient store for SwapsToBackrun instead of the normal store.
The text was updated successfully, but these errors were encountered: