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

## Context https://github.com/osmosis-labs/osmosis/blob/94e0042d6cbd91ffab05cc71ab214a55e441f89f/x/mint/README.md?plain=1#L26-L36 ## Problem The x/mint README claims that epochs are a week and periods are 3 years but https://medium.com/osmosis/osmo-token-distribution-ae27ea2bb4db claims daily epochs and yearly thirdenings. ## Proposal 1....

C:docs

## Background See https://github.com/osmosis-labs/osmosis/issues/7752 Every error is from the job getting rate limited ## Suggested Design Change the job to only query x per second so it no longer gets...

Good first issue

### What happened? Created governance proposal of type update-migration-records-proposal with --is-expedited=true This generated a proposal with the Expedited flag set to false when it should be an expedited proposal. ###...

## Background When utilizing sdk values (sdk.Int, sdk.Dec, etc), you need to use sdk operators (.Equal(), .GT(), etc) instead of native operators (==, >, etc). Its very easy to overlook...

## Background See this PR https://github.com/osmosis-labs/osmosis/pull/7768 And specifically this comment https://github.com/osmosis-labs/osmosis/pull/7768#issuecomment-2006555080 I believe Dev is suggesting that the gov module account should not be able to control any account, and...

## Background While numia was ingesting pools, they came across pool 1176 (a CW pool) with malformed data. This caused time spent in considering how to deal with a pool...

## Background While auditing this code I noticed these patterns https://github.com/osmosis-labs/osmosis/blob/ca7c0b8c1a59be3c3565177ee9330a9f090f8a03/osmoutils/coin_helper.go#L33-L37 https://github.com/osmosis-labs/osmosis/blob/ca7c0b8c1a59be3c3565177ee9330a9f090f8a03/osmoutils/coin_helper.go#L17-L20 which create a slice and then invoke append for each value to insert it in ## Suggested Design...

Closes: #XXX ## What is the purpose of the change The goal of this work is to refactor and clean up pool liquidity pricing logic, making the abstraction consistently denominated...

C:app-wiring
V:state/compatible/backport
A:no-changelog
A:backport/v25.x

## What is the purpose of the change Add independent risk factors to different superfluid denoms ## Testing and Verifying Added necessary tests ## Documentation and Release Note - [...

C:CLI
C:x/incentives
C:x/superfluid
C:app-wiring
V:state/breaking
A:no-changelog

Closes: #8231 ## What is the purpose of the change This pull request removes `authorized_quote_denoms` parameter because it lives in poolmanager and should be removed from CL module to reduce...

C:app-wiring
C:x/concentrated-liquidity