-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
89 lines (64 loc) · 3.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# CHANGELOG
## 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](https://github.com/informalsystems/hydro/pull/174))
### FEATURES
- Migrate Hydro & Tribute contracts to v2.0.1.
([\#170](https://github.com/informalsystems/hydro/pull/170))
- Do not allow short lockups to vote on proposals requesting longer liquidity deployment.
([\#175](https://github.com/informalsystems/hydro/pull/175))
- Rename "bid duration" to "deployment duration".
([\#176](https://github.com/informalsystems/hydro/pull/176))
- Allow longer locks in pilot rounds.
([\#177](https://github.com/informalsystems/hydro/pull/177))
## v2.0.0
Date: November 18th, 2024
### FEATURES
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Add a minimum liquidity request value to proposals.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Allow bids to set a custom duration they would like to receive liquidity for.
([\#165](https://github.com/informalsystems/hydro/pull/165))
## v1.1.0
Date: October 22nd, 2024
### FEATURES
- Adjust tribute refunding condition.
([\#146](https://github.com/informalsystems/hydro/pull/146))
- Allow refreshing multiple locks at once
([\#149](https://github.com/informalsystems/hydro/pull/149))
- Adds a migration to change the start of the first contract on an instantiated contract
([\#156](https://github.com/informalsystems/hydro/pull/156))
- Fractional voting support
([\#157](https://github.com/informalsystems/hydro/pull/157))
## v1.0.3
Date: October 15th, 2024
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->
### BUG FIXES
- Forbid users to claim tributes that belong to other proposals than the one user voted on.
([\#129](https://github.com/informalsystems/hydro/pull/129))
- fix: do not insert proposal into PROPS_BY_SCORE on proposal creation.
([\#135](https://github.com/informalsystems/hydro/pull/135))
### FEATURES
- Update proposal powers when user that voted locks or relocks tokens.
([\#128](https://github.com/informalsystems/hydro/pull/128))
- Add 'pilot round mode' with a different lock duration.
([\#137](https://github.com/informalsystems/hydro/pull/137))
# v1.0.0
Date: September 24th, 2023
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