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 Our stableswap implementation has two solver types for our CFMM: a direct solver and a binary search solver. If we can get the latter to work, it would...

C:x/gamm

## Background We can't undelegate with ica from controller chain to host chain(Osmosis). ## Suggested Design In v9 upgrade, MsgUndelegate is not contained in ica host allowed msg list. I...

Closes: #2337 ## What is the purpose of the change Change `EstimateSwap` to not require assets. ## Brief Changelog - Remove field `Sender` in `EstimateSwap` queries. ## Testing and Verifying...

C:CLI
C:x/gamm

## I just refactor some tests in distr_test.go to table-driven for issue #1961: - *TestAllocateAsset* - *TestReplaceDistrRecords* - *TestUpdateDistrRecords*

C:x/pool-incentives
C:app-wiring

This is an automatic backport of pull request #2400 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...

Type:CI

Closes: #2025, #1917, #1919, #1839 ## What is the purpose of the change ## TODO - [ ] fix `TestAfterEpochEnd` - [ ] add test for `distributeTruncationDelta` - [ ]...

C:x/gamm
C:x/mint
C:x/superfluid

Closes: #2194 ## What is the purpose of the change ## Brief Changelog - *Refactor and unit test superfluid module events* - *Write test to make sure events emitted in...

C:docs
C:x/superfluid

This is an automatic backport of pull request #2383 done by [Mergify](https://mergify.com). Cherry-pick of c5b742413466eaf16734eac92459c9a5d162398f has failed: ``` On branch mergify/bp/v11.x/pr-2383 Your branch is up to date with 'origin/v11.x'. You...

conflicts

This is an automatic backport of pull request #2383 done by [Mergify](https://mergify.com). Cherry-pick of c5b742413466eaf16734eac92459c9a5d162398f has failed: ``` On branch mergify/bp/v10.x/pr-2383 Your branch is up to date with 'origin/v10.x'. You...

conflicts

Closes: #2197 ## What is the purpose of the change Adds TWAP historic pruning and tests. ## Brief Changelog - [x] implement pruning in `pruneRecordsBeforeTime` - [x] implement getters for...