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

## Background ``` make loclanet-start-with-state ``` Is broken on `main` because there is no `block` mode in the SDK 47 CLI ## Suggested Design We need to update the CLIs...

T:bug 🐛
T:dev-UX

## Background For testnets, we frequently modify exported genesis in some modules and import it. There have been a number of hard-to-debug bugs where we either erroneously modify a state...

T:CI
T:dev-UX

## Background There is currently no mechanism to burn tokens on Osmosis. One is required to account for the additional OSMO generated during the mistiming of the thirdening event this...

## Background This issue is to action [Proposal 671](https://www.mintscan.io/osmosis/proposals/671) > Under the current tokenomic design, OSMO liquidity rewards are mainly allocated to Supercharged pools, as these cater for the majority...

## Background Osmosis governance passed [Proposal 682](https://www.mintscan.io/osmosis/proposals/682) to allow Osmosis specific costs to be set in USDC denominations rather than OSMO. > This proposal would signal the adjustment of all...

## Background Unlike token send hooks, it is generally unsafe for us to allow pool creators to set hooks for CL pools. This is for the simple reason that once...

## Background Currently, we spend a lot of time manually reaching out to validators or integrators during emergency updates. We need to automate this process as well as track acknowledgments....

T:auto

## Background It would be great to write all mainnet pool state into a json file and build out a test suite that loads all these pools into a Go...

T:tests
T:dev-UX

## Background While lower level hook operations are tested for contract-related errors, high level ones are not as outlined in https://github.com/osmosis-labs/osmosis/pull/6859#discussion_r1390678635. ## Suggested Design Create a new CW test contract...

## Background It is important we ensure that the `before` hooks are actually executed before the `after` hooks in their respective function. While this is obviously correct in its current...