Roman

Results 64 issues of Roman

## Background Context in this thread: https://osmosis-network.slack.com/archives/C027ELA290B/p1699445946284559 ``` We create a position with the following tokens, MsgCreatePosition { pool_id: 1, sender: "osmo14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sq2r9g9", lower_tick: -200000, upper_tick: 200000, tokens_provided: [Coin { denom:...

## Background Implement hooks for CL pools that call into a cosmwasm contract before every swap. Should consider if it makes sense to define this at the poolmanager level of...

C:x/concentrated-liquidity

## Background Unbounded or long-running loops pose a security risk. It would be great to detect them with a linter to prevent getting into production ## Suggested Design Investigate how...

T:CI
Help wanted

## Background Currently, to return an SDK Int from BigDec one must go `BigDec` -> `Dec` -> SDK `Int` ## Suggested Design Introduce a helpers `TruncateSDKInt` and `TruncateSDKIntMut` where the...

T:performance
T:dev-UX
Help wanted

See test log: https://hackmd.io/BtuqnV65T8-1Km9s_eFUdQ Latest status: - Genesis bug breaking distributions: https://github.com/osmosis-labs/osmosis/pull/6644 - Able to start the chain perform the upgrade but distribution fails

## Background We should restrict PRs from being marked as ready. We should whitelist core maintainers to still be able to unmark for exceptional urgent cases. I've been guilty of...

T:CI
T:dev-UX
Help wanted

## Background ## Non-blocking ```[tasklist] - [ ] https://github.com/osmosis-labs/osmosis/issues/6556 - [ ] https://github.com/osmosis-labs/osmosis/issues/6540 - [ ] https://github.com/osmosis-labs/osmosis/issues/6400 - [ ] https://github.com/osmosis-labs/osmosis/issues/6572 - [ ] https://github.com/osmosis-labs/osmosis/issues/6546 - [ ] https://github.com/osmosis-labs/osmosis/issues/6591 -...

C:x/incentives
C:x/pool-incentives
T:ice-box

## Background The current decision of having a non-zero incentivized duration for NoLock gauges is confusing. The reason is that these durations also refer to lockable durations. By design, NoLock...

C:x/incentives
C:x/pool-incentives
T:ice-box

I'm on Ubuntu 5.15.0-100-generic built using the instructions for Ubuntu I run: ``` /sbin/offcputime-bpfcc ``` ``` 3 warnings generated. cannot attach kprobe, probe entry may not exist Traceback (most recent...

For many token pairs, we have USDC value of token out displayed as being greater than the value of token in. This should be impossible and the issue stems from...