-
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.
Fix return type for HistoricalTributeClaims query (#206)
* Fix return type for HistoricalTributeClaims query * Add changelog entyr * Fix changelog text * Fix type in test assertion * Regenerate schemas * Recompile contract
- Loading branch information
1 parent
e82fd88
commit 752d4c9
Showing
7 changed files
with
578 additions
and
574 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/206-fix-historical-tribute-claims.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 @@ | ||
- Fix the return type of the `HistoricalTributeClaims` query to be `HistoricalTributeClaimsResponse` instead of `Vec<TributeClaim>` | ||
([\#206](https://github.com/informalsystems/hydro/pull/206)) |
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 @@ | ||
7484fa071c23b28d098783485ba478e364c72d2c22ca32fd8a441eca87a10855 hydro.wasm | ||
819dbda6c50038e66531ee8b88c42f25e493fcc3c8279a4f028f0c18507900d5 tribute.wasm | ||
0841521ae53a4370c19cd0f272e876fc0b943a70778706c935f99cd1513c3907 tribute.wasm |
Binary file not shown.
Oops, something went wrong.