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

#### System information testnet: `osmo-test-4` #### Expected behaviour should have amino encoding for `/osmosis.tokenfactory.v1beta1.MsgCreateDenom` for `osmosis/tokenfactory/create-denom` example of initialization: https://github.com/osmosis-labs/osmosis/blob/main/x/lockup/types/codec.go#L26-L34 #### Actual behaviour actual codec file (seems to not be...

## Background vscode provides default workspace paths! https://code.visualstudio.com/docs/editor/variables-reference We should be able to remove the manual step of having to edit the vscodes settings to get a working gotests template...

Closes: #2062 ## What is the purpose of the change Following up to #2050, add tests to ensure swaps fail when `IsActive` returns false. Requires mocking out the `PoolI` interface,...

C:x/gamm

## Background Our current implementation of stableswap does not have tests for the core logic related to pool joining. Most of the core logic is in `CalcJoinPoolShares`, so I focused...

T:tests
C:x/gamm

## Background Our balancer implementation has separate functions for calculating pool join shares (`CalcJoinPoolShares`) and actually updating pool assets/liquidity (`IncreaseLiquidity`), whereas our stableswap implementation does all of it in `CalcJoinPoolShares`...

C:x/gamm

## Background Our current implementation of `calcSingleAssetJoinShares` is untested. We should make tests that cover similar cases to what we have in balancer. ## Suggested Design - Create single-asset pool...

T:tests
C:x/gamm

## Background The current implementation of enabling stargate queries(https://github.com/osmosis-labs/osmosis/pull/2190) proto marshals the response. Since we do not have set standards on how we want to support stargate queries in the...

C:wasm

Hi , I have used the below command to initialize the node and for starting, Initialization is fine , but after that i have changed the genesis file that generated...

Ref: #2333 ## What is the purpose of the change ## Brief Changelog Proto definitions (and generated protobuf go code) for Streamswap module ## Documentation and Release Note - Does...

In reference to @p0mvn's comment here: https://github.com/osmosis-labs/osmosis/pull/2133#discussion_r940472270 `JoinPool` and `JoinPoolNoSwap` are currently only tested at the keeper level, but the balancer implementation is not directly unit tested. The claim is...