Skip to content

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 12:59
45af316

Changed

  • Refactor isEvmReleasePayable to read from the feature registry instead of hard-coded version comparisons
    (#169)
  • Deprecate two-argument isEvmReleasePayable(protocol, version) in favor of isEvmReleasePayable(release)
    (#169)

Added

  • Add release feature registry with per-protocol capability matrices for Airdrops, Flow, and Lockup
    (#169)
  • Add features field to all release objects, populated automatically by release resolvers
    (#169)
  • Add protocol-specific feature accessors: getAirdropsReleaseFeatures, getFlowReleaseFeatures,
    getLockupReleaseFeatures (#169)
  • Add feature query helpers: hasClaimTo, hasSponsor, supportsLockupBatch, supportsLockupPrbProxy,
    usesLockupSplit (#169)
  • Add release object overload for isReleasePayable and isEvmReleasePayable
    (#169)