Dev Ojha

Results 383 comments of Dev Ojha

Wait this code completely changed since last review, this is so much code duplication and very different. I don't think this is something we should've merged

unfortunately I think we do need to close unfortunately. The TWAP code is code frozen aside from bug fixes, and this would require a state migration post-inclusion that seems not...

I've had this issue locally with containers not getting cleared, and having background osmosisd eat all system CPU for days

@pyramation do we have a setup so you can easily test if this now works with a local network?

Sorry, I'm actually generally confused about whats going on in these governance proposal routing. My understanding is that in the today code, replace incentives proposal works on mainnet. Looking into...

(this is also needlessly complex, and we should simplify it)

I personally only find URL lints, and codeblocks should have language specified useful. Not sure what lints others find useful

We should remove ``` //nolint:unused,deadcode ``` right above ``` //nolint:unused,deadcode func (k Keeper) deleteHistoricalRecord(ctx sdk.Context, twap types.TwapRecord) { ```