From fd3cce7706f4b51c00043c0f02653577809935a9 Mon Sep 17 00:00:00 2001 From: mattverse Date: Thu, 14 Mar 2024 16:20:11 +0900 Subject: [PATCH 1/2] Add gauge id to stargate whitelist --- wasmbinding/stargate_whitelist.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wasmbinding/stargate_whitelist.go b/wasmbinding/stargate_whitelist.go index 874698c6db0..5efd364cdd2 100644 --- a/wasmbinding/stargate_whitelist.go +++ b/wasmbinding/stargate_whitelist.go @@ -112,6 +112,7 @@ func init() { // incentives setWhitelistedQuery("/osmosis.incentives.Query/ModuleToDistributeCoins", &incentivestypes.ModuleToDistributeCoinsResponse{}) setWhitelistedQuery("/osmosis.incentives.Query/LockableDurations", &incentivestypes.QueryLockableDurationsResponse{}) + setWhitelistedQuery("/osmosis.incentives.Query/GaugeByID", &incentivestypes.GaugeByIDResponse{}) // lockup setWhitelistedQuery("/osmosis.lockup.Query/ModuleBalance", &lockuptypes.ModuleBalanceResponse{}) From a9ef5c2fc6caeb5f81c879219909fae4482faddb Mon Sep 17 00:00:00 2001 From: mattverse Date: Thu, 14 Mar 2024 16:26:01 +0900 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb4c4570bf..c06f399012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#7685](https://github.com/osmosis-labs/osmosis/pull/7685) Speedup CL actions by only marshalling for CL hooks if they will be used. * [#7503](https://github.com/osmosis-labs/osmosis/pull/7503) Add IBC wasm light clients module * [#7689](https://github.com/osmosis-labs/osmosis/pull/7689) Make CL price estimations not cause state writes (speed and gas improvements) +* [#7745](https://github.com/osmosis-labs/osmosis/pull/7745) Add gauge id query to stargate whitelist ## v23.0.6-iavl-v1 (contains everything in v23.0.6)