superfluid-finance / protocol-monorepo

Superfluid Protocol Monorepo: the specification, implementations, peripherals and development kits.
https://www.superfluid.finance
Other
875 stars 240 forks source link

[ETHEREUM-CONTRACTS] MacroForwarder postCheck hook #1886

Closed d10r closed 2 months ago

d10r commented 8 months ago

What & Why

After execution, the MacroForwarder shall invoked a hook postCheck(). This allows user macros to verify the state post execution and allow them to revert the transaction if they don't like (sloppy language here) the outcome.

AC

d10r commented 8 months ago

this currently lacks a good use / test case