-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add per tranche info for lockups (#208)
* Add per tranche info for lockups * Add PR number * Transform next_round_voting_allowed to be more legible * Add test for per_tranche info on lockups * Appease clippy * Fix minor issues * Make comments more detailed * Regenerate artifacts * Restructure logic for skipping tranche * Regenerate artifacts
- Loading branch information
1 parent
de07455
commit 0c8e066
Showing
12 changed files
with
913 additions
and
579 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 @@ | ||
- Add information about when lockups can vote again to the `per_tranche_info` endpoint. | ||
([\#208](https://github.com/informalsystems/hydro/pull/208)) |
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 @@ | ||
a99875e8e9fe0a9fdc4dd162f30c439594668b19fa25675c7ea27bb078fd08cd hydro.wasm | ||
8b86f0dcccae63522d9a40f11ee08f432570ade1abd75f6e48182f4907ea384d hydro.wasm | ||
de282a84a0c8179a35ddfb8aca950ade2207b235c0b2d9b7fe6bd5b23537aef0 tribute.wasm |
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
Oops, something went wrong.