v3.0.0
Date: January 20th, 2025
BUG FIXES
- Fix the return type of the
HistoricalTributeClaims
query to beHistoricalTributeClaimsResponse
instead ofVec<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)