Matt, Park

Results 32 issues of Matt, Park

Closes: #2337 ## What is the purpose of the change EstimateSwap currently checks the balance of the query sender, not because it actually moves the assets on an actual swap,...

C:docs
C:CLI
C:x/gamm
Stale

## Background Currently Stargate Querier Whitelist keeps a hard coded map of whitelist, using query path as keys, and the actual response proto struct as the value for the map....

## Osmosis-SDK - [ ] https://github.com/osmosis-labs/cosmos-sdk/pull/334 ## Osmosis - [ ] https://github.com/osmosis-labs/osmosis/pull/2895 This PR addresses the following issues - https://github.com/osmosis-labs/osmosis/issues/2629 - https://github.com/osmosis-labs/osmosis/issues/2567 - https://github.com/osmosis-labs/osmosis/issues/2570 - https://github.com/osmosis-labs/osmosis/issues/2629 - [ ] https://github.com/osmosis-labs/osmosis/pull/2949...

## Background As of now `checkFinishDistribution` assumes that filled Epoch has not been incremented when this method has been called, thus checks that the specific gauge has finished by checking...

T:bug 🐛
C:x/incentives
Good first issue

## Background We currently only have a single query for querying all Pools, namely `osmosis/gamm/v1beta1/pools`. But with different pools existing under different circumstances, and with over 500+ pools existing in...

C:x/gamm

Closes: #2791 ## What is the purpose of the change The purpose of this change is to add functionality to delete unnecessary pools that were created before pool creation fees...

C:x/gamm
C:app-wiring
V:state/breaking

## Background We currently have many unimportant pools, that were created before pool creation fees were created. This burdens front end developers and node operators, causing high network fees in...

C:x/gamm

## Description Current bank metadata query takes in denom field as query path, thus does not support querying any denom with "/". (Ex tokenfactory/~") cannot be queried through current query....

C:x/gov
C:x/bank

# Description Closes: https://github.com/cosmos/cosmos-sdk/issues/17221 Replaces Regex Usage when parsing denom for validation. Instead uses generated code for the validation using ragel( https://en.wikipedia.org/wiki/Ragel). As linked in original issue, using regex for...

# Description A QOL addition in gov module for getting last proposal Id stored on-chain. There are instances where we want to know our proposal id after submitting a proposal,...

C:x/gov