osmosis
osmosis copied to clipboard
The AMM Laboratory
## 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...
Closes: #XXX ## What is the purpose of the change - Convert from shouldErr (boolean) to specific error in x/pool-incentives/keeper unit tests
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...
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...
## 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...
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...
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,...
## 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...
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....