291a72b219
`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. |
||
---|---|---|
.. | ||
api_tracking.nim | ||
base_desc.nim |