Ruslan Akhtariev

Results 11 issues of Ruslan Akhtariev

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

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

Closes: #2807 ## What is the purpose of the change Additional test cases for binary search tests ## Testing and Verifying This change is already covered by existing tests ##...

## Background Result of https://github.com/osmosis-labs/osmosis/blob/main/x/twap/api_test.go#L899-L904 supposedly should be checked, but it is not at the moment (context: https://github.com/osmosis-labs/osmosis/pull/6336#issuecomment-1711432231) I tried to assert the result of this comparison, it led to...

T:tests
Help wanted

## Background CI can pass even if there are conflicts in `go.sum` files (note: it won't pass if there is a conflict in `go.mod` file). It can lead to potential...

T:bug 🐛
T:CI
Help wanted

This will be a tracking issue on the progress of developing support for transpiling evmos messages. ## Context on EVM messages (Thanks to @hanchon for context) The general idea to...