osmosis
osmosis copied to clipboard
The AMM Laboratory
- [ ] 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...
### 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.  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...