Releases: informalsystems/hydro
Releases · informalsystems/hydro
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.
v1.0.2
This release includes the following changes on top of the v1.0.1 release:
- Proposals don't get inserted into props by score immediately upon creation, but rather when someone votes for them for the first time
v1.0.1
This release includes the following changes on top of the v1.0.0 release:
- Fix for the claim tribute action in the tribute contract
- Update of the proposal total power when user that already voted on some proposal locks additional tokens or extends an existing lock duration
Deprecated: v1.0.0 Initial Release
This release is discontinued due to an issue in the tribute contract. Use the upcoming v1.0.1 release instead
This is the first version of the auction and tribute contracts for the Hydro liquidity auction platform.
It includes:
- The main Hydro contract, where:
- Users can lock, relock, and unlock staked ATOM in the form of LSM shares
- Projects can create proposals to deploy liquidity
- Users can vote on proposals
- The Tribute contract, where:
- Projects can add tributes to their proposals
- Users can claim tributes for the proposals that they voted on