osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

The AMM Laboratory

Results 439 osmosis issues
Sort by recently updated
recently updated
newest added

- [ ] build dependency graph for modules - [ ] making sure that enable any module includes its dependencies

### Summary Looking at CPU profiles of our tests, cosmwasm code storage seems surprisingly slow. We should definitely sanity check that its not that our tests are doing a lot...

### What happened? when running `osmosid tx tokenfactory` the help documentation shows `(Costs osmo though!)`, while since may 2023 this is not the case anymore ([PR with on chain proposal...

Good first issue

### Summary Add the option to set the taker-fee for specific traderoutes. This enables diversification for the Taker Fee DAO to set the fee for directional trades. ### Problem Definition...

LayerZero integrations are blocked on getting this module implemented.

### Summary BeginBlock logic for slashing takes 2-3% of sync time right now, even in v24. ![image](https://github.com/osmosis-labs/osmosis/assets/6440154/95da617b-b55a-44e4-a95e-677130294512) We can in a patch release speed this up by: - Making signedblocks...

### Summary Liquidity variable in CL math is used as a BigDec right now but every call casts it from Dec to BigDec and does operations on that. We should...

### Summary We see in SQS that a lot of time is spent in TickToSqrtPrice. Its potentially the case that high amounts of time is spent in protorev / tx...