Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@p-offtermatt p-offtermatt released this 21 Jan 09:32
69f00a5

v3.0.0

Date: January 20th, 2025

BUG FIXES

  • Fix the return type of the HistoricalTributeClaims query to be HistoricalTributeClaimsResponse instead of Vec<TributeClaim>
    (#206)

FEATURES

  • Add an extra query for lockups that includes information about when lockups can vote again.
    (#208)
  • Allow users / aggregators to unlock only some specific locks instead of all their locks.
    (#213)
  • Add SpecificUserLockups and SpecificUserLockupsWithTrancheInfos queries for aggregators to be able to query only a subset of their lockups.
    (#216)