osmosis
osmosis copied to clipboard
The AMM Laboratory
## 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...
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...
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...
## 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...
## 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...
## 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...
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...
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. ##...