osmosis
osmosis copied to clipboard
The AMM Laboratory
## Background Current Uptime Incentive accumulators used are time.Nanosecond time.Minute time.Hour time.Hour \* 24 time.Hour \* 24 \* 7 time.Hour \* 24 \* 7 \* 2 Early usage has suggested...
### Summary The community pool currently swaps assets to the default denom (USDC) that we may want to maintain in the community pool but may not want to have as...
## Background - [ ] Programatic ranked quote asset order - [x] Restrict sig fig precision of quote assets - [ ] Lower min spot price - [x] Restrict set...
This Issue is created during the Informal Systems audit, after analysis of the existing specification and code inspection for balancer code performed on commit hash:[ 42d73f1](https://github.com/osmosis-labs/osmosis/commit/42d73f1cc1c52e85561518be1014b730ef6b7a12) and for stableswap code...
### Summary In #7762 I introduced a method I called "legacyMultiMut", which would significantly speedup even multiplication of two Dec's, by not needing to use `QuoRem` and instead just not...
cref #7762 , use QuoInt64Mut instead of QuoInt. That should just lower the heap allocations and improve CPU time. It will be state breaking, but should be at most by...
Routes might be outdated, we might want to update them
### Summary We spend a lot of time in all of our go tests, redoing InitChain / common setup work. With exception of fuzz testing tests, this appears to be...
### Summary In E2E we use fetch-depth=0, which pulls all commits and tags, and is quite expensive. TBH, I'm not even clear why we checkout the repo, let alone why...
## Background The localosmosis image is not auto-rebuilt when user pulls from `main`. This sometimes causes problems that are unintuitive to debug ## Suggested Design When user runs any localosmosis...