Dev Ojha

Results 225 issues of Dev Ojha

## Background After the v11 mainnet release happens, we should tag v10.2. The core item in it is #2268 which fixes the issue in the v10.1 line We are currently...

- [x] Proto documented - https://github.com/osmosis-labs/osmosis/issues/1920 - https://github.com/osmosis-labs/osmosis/issues/1915 - https://github.com/osmosis-labs/osmosis/pull/2004 - https://github.com/osmosis-labs/osmosis/issues/1920 - [x] https://github.com/osmosis-labs/osmosis/issues/2035 - [ ] https://github.com/osmosis-labs/osmosis/issues/2025 - [ ] https://github.com/osmosis-labs/osmosis/issues/1919 - [x] https://github.com/osmosis-labs/osmosis/issues/1918 - [ ] https://github.com/osmosis-labs/osmosis/issues/1917

C:docs
T:tests
C:x/mint
T:story

## Background Right now, the grpc query interface we have seems untenable to me: - Mixes generic query logic and grpc-specific query logic - Grpc query test logic is super...

## Background A very important need is being able to backport many commits, and with high confidence know that they are state compatible. We want to backport _most_ commits, as...

## Background A follow-up from #2168 thats needed is adding pruning of old TWAP records. We need to basically implement it right here: https://github.com/osmosis-labs/osmosis/pull/2168/files#diff-4afe8ba5fca88fef0034d6b2e8f9803a4be33d4735a41163564c4c7495934985R47-R49 and then write a test for...

## Background Currently all of our time deltas in the TWAP code cast time durations to their integer representations, which is in nanoseconds. Having nanoseconds precision is very unnecessary as...

## Background We should integrate TWAP into our mutation testing flow. ## Acceptance Criteria - [ ] Twap integrated into mutation testing - [ ] Only mutations we don't catch...

## Background Locally, KeeperTestHelper takes about 20ms, which adds up over the hundreds of invokations around osmosis tests, to tens of seconds of delay. More importantly, this appears to contribute...

T:CI
T:performance
Good first issue

## Background Make a cosmwasm binding for the TWAP work. ## Suggested Design Should be a binding around the exposed functions in the `x/gamm/twap/api.go` file, namely `GetArithmeticTwap` and `GetArithmeticTwapToNow`. We...

## Background In #2175 we added a utils package for `osmoutils/store_helper.go`, These don't have tests associated with them, we should add tests. (They have tests of the functionality in the...

Good first issue