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

I want to implement transaction of Osmosis through programming, For example: I have 2,000 JUNO tokens. I want to swap 1,000 JUNO tokens to OMOS tokens, and set the Slippage...

Closes: #2956 ## What is the purpose of the change Adds two queries: 1 JoinSwapExactAmountIn allows you to query the amount of shares you get by providing X tokens 2...

C:x/gamm

Closes: #2282 ## What is the purpose of the change Query for getting all sfs'd assets for each validator ## Brief Changelog added query and test ## Testing and Verifying...

C:x/superfluid
V:state/breaking

## Background It currently takes VMs with 64GB of RAM to export/import full state exports. Some basic IAVL improvements can be done to improve this performance. ## Suggested Design *...

This change on the codegen scripts allows adding default servers on this openapi swagger file which will be used on the official docs. closes #2979

T:build

Openapi spec files supports specifying servers, it would be useful to add the mainnet/testnet servers to to our swagger docs by default in order to make a working swagger ui...

Closes: #2457 ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces *(E.g.: This pull request...

C:x/lockup
C:x/gamm
C:x/epochs
C:app-wiring
Stale

Closes: #2376 ## What is the purpose of the change Implements `JoinPoolNoSwap` and `CalcJoinPoolNoSwapShares` ## Brief Changelog - Noticed that `Test_StableSwap_CalculateAmountOutAndIn_InverseRelationship` wasn't run due to `StableSwapTestSuite` not started. Upon properly...

C:x/gamm
V:state/compatible/no_backport

Closes: #2622 ## What is the purpose of the change > Add a bool field for "is response unstable" to the twap queries ## Brief Changelog *(for example:)* - *Update...

C:CLI
C:x/twap

Closes: #2686 ## What is the purpose of the change > Add sanity check in `updateRecord` to compare record time and height against `ctx` ## Brief Changelog - *Created new...

C:x/twap