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 Most of the current test cases have an `expectPass` or an `expectFail`, `expectError` with a boolean value set as its field. (ex. https://github.com/osmosis-labs/osmosis/blob/main/x/gamm/keeper/msg_server_test.go). Although these test cases are...

Good first issue

Closes: #XXX ## What is the purpose of the change - Convert from shouldErr (boolean) to specific error in x/pool-incentives/keeper unit tests

C:x/pool-incentives

Closes partially: #2959 What is the purpose of the change: Update tests that are using expectPass or expectErr as the bool variable to the error type in the lockup module...

C:x/lockup

Partially closes: #2959 ## What is the purpose of the change > Update tests that are using expectPass or expectErr as the bool variable to the error type in the...

C:x/gamm

## What is the purpose of the change - Fixes multinode-local-testnet.sh script - Cleans up redundant lines in multinode-local-testnet.sh & superfluid-test-startnode.sh ## Brief Changelog - Fixes issue with validator2 being...

T:build

Part of : #2579 ## What is the purpose of the change This PR does the following; - [x] Setup folder/file structure for the ValSet module - [x] Setup KVStore...

C:app-wiring

Closes: #382 ## What is the purpose of the change This PR adds support to the CLI to change the lock duration via the NewExtendLockupByIDCmd now. Then building off this,...

C:x/lockup
C:CLI

## Background Validator-set preference allows users to define a set of {validatorAddress, weight} to delegate to. The is a set fee during the creation of the validator-set ## Suggested Design...

Part of : #2579 ## What is the purpose of the change This PR contains the entire implementation of Validator-Set-Preference Module. I will branch out and split specific feature in...

C:app-wiring

Closes: #2909 ## What is the purpose of the change This pull request resolves the issue that interpolated records that have an error were no longer considered erroneous after interpolation....

C:docs
C:x/twap
V:state/breaking