nimbus-eth1/nimbus/db/ledger/base
Jacek Sieka 291a72b219
Move `logEntries` back to `Computation`
`CallResult` has a convenient spot for them which ties their lifetime to
that of the transaction execution itself instead of pegging them to the
account lifecycle - in particular, accounts are long-lived in the state
database while logs are not and with this simplification, we no longer
need to clear the account "manually" in the right spots.

Conveniently, this helps simplify the base ledger API.
2024-06-17 09:02:43 +02:00
..
api_tracking.nim Move `logEntries` back to `Computation` 2024-06-17 09:02:43 +02:00
base_desc.nim Simplify AccountsLedgerRef complexity (#2239) 2024-05-29 13:06:49 +02:00