Releases: informalsystems/hydro
Releases · informalsystems/hydro
v3.0.0
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)
V2.1.0
Date: December 12th, 2024
BUG FIXES
- Disable voting in next round with locks that were used in previous round to vote for longer deployment proposal through the "auto-voting" mechanism.
(#203)
FEATURES
v2.0.4
v2.0.3
V2.0.2
V2.0.1
Date: November 25th, 2024
BUG FIXES
- Fix user votes query to take into account only active round validators and their power ratios.
(#174)
FEATURES
V2.0.0
Date: November 18th, 2024
FEATURES
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
(#164) - Add a minimum liquidity request value to proposals.
(#164) - Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
(#164) - Allow bids to set a custom duration they would like to receive liquidity for.
(#165)
v1.1.1
v1.1.0
v1.0.3
This release includes the following changes on top of the v1.0.2 release:
- Introduction of the "pilot mode" concept. While the contract is in the pilot mode, users will be able to lock tokens only for one round.