Pi-Squared-Inc / solidity-demo-semantics

Demonstration Solidity Semantics in K
2 stars 2 forks source link

use #log to log events rather than a cell #29

Closed dwightguth closed 2 months ago

dwightguth commented 2 months ago

This writes events to the console rather than storing them, because storing them in the config is apparently very expensive in terms of garbage collection. Eventually, the integrated version of the semantics will write them to a buffer via a hook.