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

## 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...

T:tests
C:x/mint
T:task ⚙️

## 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...

C:x/superfluid
C:app-wiring

## 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...

C:x/lockup
C:CLI
C:x/gamm
T:CI
C:x/mint
C:x/incentives
C:x/pool-incentives
C:x/txfees
T:build
C:app-wiring
C:simulator

## 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...

C:x/gamm

## 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...

T:bug 🐛

## 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...

T:epic ⛰

## Background Streamswap is a nove launchapd module providing price discovery, token sale and future integration into a swap pool. ## Subtasks - [ ] proto definitions - [ ]...

T:story
C:x/streamswap