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

Closes: #XXX ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces *(E.g.: This pull request...

C:x/tokenfactory

Closes: #XXX ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces *(E.g.: This pull request...

C:CLI
C:x/superfluid
C:app-wiring
C:x/tokenfactory

**Background** Example from one of the test cases: ``` "historical_pool_index|1|2009-11-10T23:00:00.000000001|" ``` We might save db space by choosing a shorter time serialization method. There is no suggested design yet. The...

C:x/gamm
Good first issue

Closes: #XXX ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces *(E.g.: This pull request...

C:x/tokenfactory

My full node halted at height 5432450 claiming UPGRADE v11 NEEDED. But [v11.0.0](https://github.com/osmosis-labs/osmosis/releases/tag/v11.0.0) is currently tagged as a pre-release. How are node operators expected to discover and apply required upgrades...

## Background The sdk fork is using `GenesisSupplyOffsets` in the `banktypes.NewGenesisState()` constructor. This is incompatible with the ibc-go testing package which expects the new signature (https://github.com/cosmos/ibc-go/tree/main/testing). ## Suggested Design ~~Remove...

Closes: #2307 ## What is the purpose of the change This is a draft PR so the tests can run in CI ## Brief Changelog ## Testing and Verifying *(Please...

C:x/mint

Closes: #1888 ## Brief Changelog - add proposal-specific flags to NewCmdSubmitUpdatePoolIncentivesProposal and NewCmdSubmitReplacePoolIncentivesProposal - disable poolincetives tx commands since these should be only used with a gov prefix - register...

C:docs
C:CLI
C:x/pool-incentives
C:app-wiring

#### Background This is a follow-up to https://github.com/osmosis-labs/osmosis/issues/1839 https://github.com/osmosis-labs/osmosis/pull/1874 helped to uncover rounding issues with minting. Please follow the PR description to understand the context. There are currently 2 discovered...

T:bug 🐛
C:x/mint
T:task ⚙️

## Background In the event of a chain exploit on osmosis or another chain connected via IBC, an attacker may want to quickly move the funds off osmosis (or into...

feature