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