osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

The AMM Laboratory

Results 439 osmosis issues
Sort by recently updated
recently updated
newest added

## Summary Specifically pool 1260 & 1275 which both happens to be USDC/DAI pool that has this particular `InvalidArgument desc = twap: error in pool spot price occurred between start...

Removes a bond denom call from the state machine, and removes staking keeper being wired into poolmanager. This is an ~.06% speedup to state machine processing, but mostly a code...

C:x/incentives
C:x/pool-incentives
C:app-wiring
V:state/breaking
C:x/poolmanager
A:no-changelog
A:backport/v25.x

The `MsgSetDenomMetadata` mentioned in [here in the osmosis docs](https://docs.osmosis.zone/osmosis-core/modules/tokenfactory/#setdenommetadata) is missing from the cli. https://github.com/osmosis-labs/osmosis/blob/fd7c5a6599f12977fe8b3352e312a5a1c679dfb2/x/tokenfactory/client/cli/tx.go#L15

Good first issue

Try out making a read cache to avoid extra unmarshals. For the state machine im pretty confident it will work, it may break the errors for some weird queries to...

C:x/epochs
conflicts
C:app-wiring
C:x/poolmanager

### Summary As far as I can tell, this is only used to derive some constants in a stableswap test. We can just hardcode those constants, and get this code...

Good first issue