osmosis
osmosis copied to clipboard
The AMM Laboratory
## 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...
## 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...
## I just refactor some tests in distr_test.go to table-driven for issue #1961: - *TestAllocateAsset* - *TestReplaceDistrRecords* - *TestUpdateDistrRecords*
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...
Closes: #2025, #1917, #1919, #1839 ## What is the purpose of the change ## TODO - [ ] fix `TestAfterEpochEnd` - [ ] add test for `distributeTruncationDelta` - [ ]...
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...
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...
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...
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...