-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring changes from main to release/v2.x branch (#179)
* Migrate Hydro & Tribute contracts to v2.0.1 (#170) * added migration from v1.1.0 to v2.0.0 for hydro contract * - modifications of hydro migration code - added tribute migration - added unit tests - fixed tribute build issue * - don't check if lock's validator is active when migrating votes - changed version to V2.0.1 * added changelog * fix user votes query (#174) * Do not allow short lockups to vote on proposals for longer liquidity deployment (#175) * Do not allow short lockups to vote on proposals for longer liquidity deployment. * ignore short lockups instead of returning error in vote() * renamed proposal's "bid_duration" to "deployment_duration" (#176) * allow longer locks in pilot rounds (#177) * prepared V2.0.1 changelog (#178)
- Loading branch information
1 parent
a4a6092
commit cdbe999
Showing
53 changed files
with
2,022 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix user votes query to take into account only active round validators and their power ratios. | ||
([\#174](https://github.com/informalsystems/hydro/pull/174)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v2.0.1/features/170-migrate-contracts-to-v2_0_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Migrate Hydro & Tribute contracts to v2.0.1. | ||
([\#170](https://github.com/informalsystems/hydro/pull/170)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v2.0.1/features/175-short-locks-cant-vote-for-long-proposals.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Do not allow short lockups to vote on proposals requesting longer liquidity deployment. | ||
([\#175](https://github.com/informalsystems/hydro/pull/175)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v2.0.1/features/176-rename-bid-duration-to-deployment-duration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Rename "bid duration" to "deployment duration". | ||
([\#176](https://github.com/informalsystems/hydro/pull/176)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v2.0.1/features/177-allow-longer-locks-in-pilot-rounds.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Allow longer locks in pilot rounds. | ||
([\#177](https://github.com/informalsystems/hydro/pull/177)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Date: November 25th, 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
52866b130b633cbf90fd58dc1c9a975896a1060a9ed9ea590e9640efe3fee954 hydro.wasm | ||
15437347bcd5b5b65b541dc0eec9f1658250c25d893610cf720475b20a0feb51 tribute.wasm | ||
6a493be7e950050faa946c87b0c5928907dd9ed2d5e94b1c2d12c844a97cfc4f hydro.wasm | ||
4f9a40da3c48d741112d35f0e4a52111863379d3ac80603c2b361e9b7a927d72 tribute.wasm |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.