sablier-labs / flow

🍃 Smart contracts of the Sablier Flow protocol.
Other
8 stars 0 forks source link

refactor: events emitted by the protocol #170

Closed smol-ninja closed 4 months ago

smol-ninja commented 4 months ago

Linked issue

Related discussion

There is one slight change from the original discussion. In RestartFlowStream event, I didn't include recipient because it is not loaded on the stack during the restart execution. Thus, including it would mean access cold storage from ERC721 contract.