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
In particular, @lehins said there that laziness means that we currently don't pay any additional cost (though this ticket still makes sense):
@amesgen: Just out of interest: In Consensus, we set asoEvents = STS.EPReturnhere; however we don't ever look at them, so maybe lazy evaluation saves us?
@lehins: Yeah, laziness saves from expensive computation there. But I'd suggest disabling the events anyways
Describe the feature you'd like
At the moment we enable ledger events unconditionally (search for
EPReturn
). We then seem to only use them for tracing or testing.It probably would make sense to make this dependent on some configuration flag so that ledger operations would be even cheaper.
The text was updated successfully, but these errors were encountered: