Roman

Results 64 issues of Roman

## Summary of Bug In https://github.com/cosmos/cosmos-sdk/pull/12771 we introduced a min proposer deposit at submission time. The feature was ported from https://github.com/osmosis-labs/cosmos-sdk/pull/296 However, we later discovered that Osmosis sdk fork differs...

C:x/gov

**Background** We have a [`Statistics`](https://github.com/cosmos/iavl/blob/d696f75d7e085aede83d297cd1f2ccf678345c96/options.go#L6) option that tracks the number of cash hits and misses. It is optional and might not be enabled in `nodedb`. Therefore, we perform several checks...

S:proposal
T:enhancement

**Background** We refactored benchmarks to test all databases in #465 . However, the CI is failing in bencher: https://dashboard.bencher.orijtech.com/benchmark/adc2a152a52245579ef92af91f4f0f74 In #468 we commented out all databases but `memdb` and `goleveldb`...

## Background In #2294 , we introduced twap pruning. Currently, the period for which the records are kept is hardcoded: https://github.com/osmosis-labs/osmosis/blob/62aa54e894b501a7e8ce8866c3f755a187a8429e/x/twap/listeners.go#L31-L32 Instead, this should be set via parameter. The implementation...

C:x/twap

Closes: #2366 ## What is the purpose of the change Updates Go import paths. This is not made by osmo-bot because there was a problem with having the script backported...

C:x/lockup
C:CLI
C:x/gamm
C:x/mint
C:x/incentives
C:x/epochs
C:x/pool-incentives
C:x/superfluid
C:x/txfees
Type:build

Closes: #2025, #1917, #1919, #1839 ## What is the purpose of the change ## TODO - [ ] fix `TestAfterEpochEnd` - [ ] add test for `distributeTruncationDelta` - [ ]...

C:x/gamm
C:x/mint
C:x/superfluid

Closes: #2197 ## What is the purpose of the change Adds TWAP historic pruning and tests. ## Brief Changelog - [x] implement pruning in `pruneRecordsBeforeTime` - [x] implement getters for...

Closes: #XXX ## What is the purpose of the change @nicolaslara found out that our debug configuration in docs does not correctly apply the e2e build tags. This PR updates...

C:docs
A:backport/v11.x

## Background #2294 added pruning logic to the [`AfterEpochEnd`](https://github.com/osmosis-labs/osmosis/blob/5e74b564c796519cae7d528b08cd3af95ccfb71f/x/gamm/twap/hook_listener.go#L29) hook. We should add some test cases to ensure full coverage of the hook ## Suggested Design - test that it...

T:tests
Good first issue
C:x/twap

## Background This is a follow-up to #1839 After [the refactor of `DistributeMintCoin` ](https://github.com/osmosis-labs/osmosis/issues/1916) and the refactor of [hook tests](https://github.com/osmosis-labs/osmosis/issues/1918) are complete, we can investigate whether [`AfterEpochEnd` Hook](https://github.com/osmosis-labs/osmosis/blob/d34df6ecbdf15dc8bbc597045f357935b92f1341/x/mint/keeper/hooks.go#L16) can be...

T:tests
C:x/mint
T:task ⚙️