Expand description
Contains the journal entry trait and implementations.
Journal entries are used to track changes to the state and are used to revert it.
They are created when there is change to the state from loading (making it warm), changes to the balance,
or removal of the storage slot. Check JournalEntryTr
for more details.
Enums§
- Journal
Entry - Journal entries that are used to track changes to the state and are used to revert it.
Traits§
- Journal
Entry Tr - Trait for tracking and reverting state changes in the EVM. Journal entry contains information about state changes that can be reverted.