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
There is a new usage for Journaling and that is reverting whole transaction. Currently JournalState takes care of call depth, this is not necessary to be there and can be moved to a more appropriate place, EvmContext and this would allow JournalState to be used to create a snapshot and revert it by demand.
The text was updated successfully, but these errors were encountered:
There is a new usage for Journaling and that is reverting whole transaction. Currently JournalState takes care of call depth, this is not necessary to be there and can be moved to a more appropriate place,
EvmContext
and this would allow JournalState to be used to create a snapshot and revert it by demand.The text was updated successfully, but these errors were encountered: