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
- CFASuperAppBase: `onFlowDeleted` is replaced by `onInFlowDeleted` and `onOutFlowDeleted`.
41
+
-`CFASuperAppBase`: `onFlowDeleted` is replaced by `onInFlowDeleted` and `onOutFlowDeleted`.
42
42
This is safer because the latter hook handles a case (outgoing flow being deleted by its receiver) which is often not expected.
43
43
In the past, apps creating outflows had to explicitly distinguish between the 2 possible triggers in order to avoid potentially invalid state changes or even jailing.
44
44
Most apps will want to implement just `onInFlowDeleted`.
45
-
- CFASuperAppBase: added `flowRate` argument to `onFlowCreated` and `onFlowUpdated`.
45
+
-`CFASuperAppBase`: added `flowRate` argument to `onFlowCreated` and `onFlowUpdated`.
46
46
- PoolMemberNFT pruning: `IPoolMemberNFT` and `PoolMemberNFT` removed, `POOL_MEMBER_NFT()` removed from `ISuperToken`.
0 commit comments