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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add comptroller feature flag to AirdropsReleaseFeatures, FlowReleaseFeatures, and LockupReleaseFeatures,
tracking whether a release wires a Comptroller reference (ISablierComptroller or the legacy ISablierV2Comptroller)
into its contracts
Add usesComptroller(release) helper for querying Comptroller integration across Airdrops, Flow, and Lockup releases
Fixed
Correct Comptroller release version from v2.0 to v1.1 (#177)
Fixed
Replace misplaced v2.0+ ABI shipped under airdrops v1.3 for SablierMerkleLockup with the real v1.3 ABI (immutable FEE pattern, LOCKUP naming, no oracle-driven min-fee entries)
(#174)