-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade to Cosmos SDK v0.39.2 (#430) * upgrade to Cosmos SDK v0.39.2-rc1 * update to cosmos-sdk v0.39.2 RC2 * update to rc3 * update to v0.39.2 * [Bugfix] Register wasm query failed error to sdkerrors (#436) * register wasm query failed error code * fix description for querier * fix treasury indicators querier * [Feature] append blocking conditions for `/txs` query with `--public` flag on LCD (#437) * block querying genesis txs from public node * update txs query blocking condition for public node * hotfix memory leak in go-cosmwasm iterator * Implement tax caps querier for all whitelisted denoms (#442) * add tax_caps querier * add client interface & swagger update Co-authored-by: Paul Kim <[email protected]> * [Hotfix] treasury empty epoch data (#445) * prevent division by zero, even though no epoch data is stored * add test case for empty epoch data * apply review for v0.4.2 * add empty epoch data load test case Co-authored-by: Alessio Treglia <[email protected]> Co-authored-by: Paul Kim <[email protected]>
- Loading branch information
1 parent
748b7a7
commit 61d385a
Showing
27 changed files
with
342 additions
and
138 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
Large diffs are not rendered by default.
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
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.