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

These old branches have typecheck lint errors, now that relevant tooling is on go1.18. We need to fix these for lint to pass on PRs to those branches. # Acceptance...

Good first issue

## Background Move duplicate validation logic into a helper. ## Suggested Design Extract the following logic into a helper: * https://github.com/osmosis-labs/osmosis/blob/7c81b90825ab2efe92444ac167191b8d041e0c21/x/incentives/keeper/distribute.go#L591-L600 * Validation check in #7367 ## Testing Strategy Create...

### Summary TokenFactory currently does not support having an enforced maximum supply. This issue suggests implementing it. ### Proposed Feature Denom's created with TokenFactory can currently only be minted by...

## Background Osmosis charges 100 USDC for pool creation to the community pool. This is a spam prevention measure, as well as a barrier to pool creation that may not...

### What happened? I am getting the error for block : 13095531 Error: { "code": 8, "message": "grpc: received message larger than max (12992550 vs. 10485760)", "details": [] } Attaching...

### What happened? Wasm messages `MsgAddCodeUploadParamsAddresses` and `MsgRemoveCodeUploadParamsAddresses` are newly available. These add the ability to append or remove specific addresses from the wasm params on chain rather than resubmitting...

## Background Liquidity positions transferred to the community pool by transferring the position to osmo1jv65s3grqf6v6jl3dp4t6c9t9rk99cd80yhvld are unable to be recovered by governance for later adjustment. Using a proposal to transfer...

## Background We have noticed an increase in test contracts being uploaded to osmosis-1, which is the purpose of osmo-test-5. We should require a small fee (50 osmo) to prevent...

Maybe for v23, we should consider making these params stateful, so we can orchestrate minor changes without needing an entire software upgrade. _Originally posted by @czarcas7ic in https://github.com/osmosis-labs/osmosis/pull/7304#discussion_r1449572831_

### Summary This would allow users to submit a proposal of the type "set contract admin" which is important specifically so that Membrane can ask Osmosis Governance to migrate its...