osmosis
osmosis copied to clipboard
The AMM Laboratory
## 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...
## Background `GetModuleToDistributeCoins` get all the gauge coins from : - active gauges - upcoming gauges that has start time after current block time What about upcoming gauges that has...
Closes #1797 ## What is the purpose of the change We currently do not delete intermediary accounts without any delegations, instead keeping them all in store. The problem is that...
## What is the purpose of the change Go 1.19 adds some new cryptographic safety features. https://tip.golang.org/doc/go1.19 ## Brief Changelog * golangci-lint run ./... --fix * replace ioutil * update...
## Background This issue discusses implementation details for "Property Checks", a suggested abstraction over the legacy SDK invariants. The goal of a property check is to be able to verify...
## Background As part of implementing overflow handling for TWAP, we need to have a clear understanding of what is the full range of SpotPrices in the gamm module, and...
## Background For our next release, I believe that we want to fork wasmd to re-enable stargate queries. We eventually want to move to a whitelist approach, so we can...
#### System information Osmosis version: latest from cloning repo OS & Version: OSX - Monterrey 12.3 (21E230) #### Expected behaviour ``` make build make install ``` should install the binary...
## Background Currently the simulator acts as a way of building complex state machine states, via running many messages that are expected to pass. We want to integrate the simulator...
## Background Streamswap is a nove launchapd module providing price discovery, token sale and future integration into a swap pool. ## Subtasks - [ ] proto definitions - [ ]...