Meeting Notes
- Date time: 2026-04-01, 3:30 PM CET
- Attendees: @hellwolf, @0xsimao, @netto.eth
Agenda
- Review protocol upgrade:
a. To check deployed version, go to explorer’s Protocol Tab and look for “Versions”- Fail: Polygon should still be before 1.15, but it is not; Miao is checking with the team.
b. Contract upgrade verification script PR: Contract upgrade verification script by elvijsTDL · Pull Request #2141 · superfluid-org/protocol-monorepo · GitHub
- Fail: Polygon should still be before 1.15, but it is not; Miao is checking with the team.
- Review yield backend rollout:
a.To check configured yield backend, go to explorer and search for the assets, e.g. Superfluid Explorer - Heads-up of the next major feature: Clear Macro
- PR: [ETHEREUM-CONTRACTS] ClearMacro forwarder (+ Permit2 variant) by d10r · Pull Request #2148 · superfluid-org/protocol-monorepo · GitHub
- Status: code froze; scheduling audit with Sherlock.
- To confirm multisig 2 out of 4 setup.
- Confirmed with Alex.
Other discussions
- ENS Primary Name & Wallet Support
- Alex is familiar with ENS team. Suggested these links:
- As part of the “Clear Macro” feature, proper support of primary name resolution would make the permit2-mode of “Clear Macro” safer for the user.
-
Aave v4, it seems not a ERC4626 compatible, why?
-
Contract upgrade verification flow: Alex could suggest blockful to look into it. Could be based off Contract upgrade verification script by elvijsTDL · Pull Request #2141 · superfluid-org/protocol-monorepo · GitHub. The ideal flow:
a. Upgrade proposal in Safe’s signing queue.
b. A github workflow that
i. retrieves the list of the logic contracts pending upgrade from (a)
ii. rebuild the code
iii. match the binary code built with the logic contracts retreived from (i)
Thanks @0xsimao & @netto.eth for the time!