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

## What is the purpose of the change > This deletes all OFAC blocked addresses. Osmosis should remain permissionless, and preemptive compliance is especially heinous. This precedent is in direct...

C:app-wiring

Closes: #2270 ## What is the purpose of the change Currently, our tests are missing assertions about events. Moreover, it seems that some of our events are missing based on...

C:x/lockup
C:app-wiring

Closes: ##2305 ## What is the purpose of the change We want to add the feature of rate limiting sends on IBC channels to Osmosis. The intended goal, is to...

T:CI
C:app-wiring

## What is the purpose of the change Making this PR to reduce the diff on future simulator work. As discussed with @ValarDragon, we want to reduce our reliance on...

C:simulator

## Background We currently have a few problems with the cosmwasm folder path location that we should resolve: * `osmosisd export` only works if done in your `.osmosisd` folder *...

## Background In #2294 , we introduced twap pruning. Currently, the period for which the records are kept is hardcoded: https://github.com/osmosis-labs/osmosis/blob/62aa54e894b501a7e8ce8866c3f755a187a8429e/x/twap/listeners.go#L31-L32 Instead, this should be set via parameter. The implementation...

C:x/twap

## Background There is passed [proposal](https://www.mintscan.io/osmosis/proposals/187) and [its first implementation attempt](https://github.com/osmosis-labs/osmosis/pull/1069). Should we implement it, or it is abandoned idea? ## Suggested Design The same as in PR, but implemented...

Closes: #2207 ## What is the purpose of the change Tests for understanding spot price bounds for balancer pools. ## Brief Changelog - New tests for `SpotPrice()` ## Testing and...

C:x/gamm

Closes: #2366 ## What is the purpose of the change Updates Go import paths. This is not made by osmo-bot because there was a problem with having the script backported...

C:x/lockup
C:CLI
C:x/gamm
C:x/mint
C:x/incentives
C:x/epochs
C:x/pool-incentives
C:x/superfluid
C:x/txfees
Type:build

Closes: #2128 ## What is the purpose of the change Add `JoinPoolNoSwap` and `CalcJoinPoolNoSwapShares` to our GAMM pool interface to have a clear and accessible flow for no-swap joins. ##...

C:docs
C:x/gamm
A:backport/v10.x