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 the ingester is ingesting blocks while the node syncs to the chain. however, since it is also overwritten each time there is a new height ingested, it seems...

### Summary Lets backport the Stargate Whitelist query issue to all the applicable old versions, and get patch releases tagged for each. Right now people who attempt to sync archive...

## Background We have removed Exit Fees from all Balancer Pools in the previous version upgrade. However, the cli command for creating a Balancer Pool still takes in Exit Fees...

Good first issue

#### System information Osmosis version: `v16.0.0-rc2-testnet` OS & Version: Windows/Linux/OSX Commit hash: `8f84b50c0ad65582c9c52126cd33443c9f2541436ea4c525106ed9b58f7c9ef9` #### Expected behaviour When I do a token swap through a concentrated liquidity pool I would assume...

### Summary Downtime detector is doing 1 write per block. Its writing the current blocks block time, so that during the next block we can access the prior blocks timestamp....

## Background `superfluid-delegation-by-delegator` should only expect a delegator as the input, but it expects the same params as `superfluid-delegation-amount` ([delegator-address] [validator-address] [denom]) ## Suggested Design Change `superfluid-delegation-by-delegator` to only expect...

Good first issue

I have a question about version 2 of the Crosschain Swaps Contract. Let's say I have chain A and Osmosis. Is it possible to send ATOM from chain A, swap...

Is there a mutative method for this? No stress if not, just a bit worried about the time here _Originally posted by @ValarDragon in https://github.com/osmosis-labs/osmosis/pull/7416#discussion_r1483563986_

## Overview This is a tracking issue for all changes necessary to enable uptime-based incentives on our CL pools. Tradeoffs were taken with the core two priorities being minimizing additional...

Hey, recently I noticed that `osmosid tx gov submit-proposal` cli changed. I started to use `submit-legacy-proposal` instead, but for a private testnet and the following proposal ```js { title: 'Staking...