-
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.
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()
- Loading branch information
1 parent
d0cc219
commit 89e8991
Showing
6 changed files
with
191 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/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)) |
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 @@ | ||
6f1f80739d9deaba86aba39961841a73b6fb1ae2b52046eff6f9b638777d9b21 hydro.wasm | ||
eeb3108ad732ca312cf4c5faad508f0c41977a2174bd93c8d06d783012287459 tribute.wasm | ||
9c08862f95440cf2b132cc6a8f70a5d1d6791dc001a9faf31a9b1322c09fab62 hydro.wasm | ||
956f646ccbcb493c82b164ab8e4dbcdd80fea97c66483a04fda5971a8b6f4199 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