Skip to content

v3.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 11:11
ec52ca3

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)