osmosis
osmosis copied to clipboard
The AMM Laboratory
source documentation: https://docs.osmosis.zone/networks/join-mainnet#update-cosmovisor-to-v10 Closes: #XXX ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces Small...
## Background We need functions to do division and multiplication of sdk.Coins and a number. For example DivCoin( 88stake, 2 ) -> 44stake, this will be a useful helper function...
Due to high OSMO LP incentives, we should implement a feature where {X} % of LP incentives get automatically staked. The structure of a first pass at this should be...
## Background The SDK baseapp has a very undocumented / hard to understand dependence on new Ctx generations, that are needed for App.DeliverTx to work with the same go ctx...
--- ./x/tokenfactory/keeper/genesis.go 2022-10-03 13:17:52.760593113 +0000 +++ /tmp/go-mutesting-3010144772/./x/tokenfactory/keeper/genesis.go.5 2022-10-03 13:22:41.534970919 +0000 @@ -19,7 +19,8 @@ ```go for _, genDenom := range genState.GetFactoryDenoms() { creator, _, err := types.DeconstructDenom(genDenom.GetDenom()) if err !=...
## Background As of now `checkFinishDistribution` assumes that filled Epoch has not been incremented when this method has been called, thus checks that the specific gauge has finished by checking...
## What is the purpose of the change This pull request adds a standalone module to Osmosis with a `name-service` contract. This enables Osmosis addresses and eventually all interchain accounts...
Closes: #2752 ## What is the purpose of the change > Add test cases for `afterCreatePool` refer from `AfterPoolCreatedHook` test
Story: > As an Osmosis engineer, I want to have a second StableSwap pool implementing a common interface so that the design is modular, maintainable, and extensible. CFMM-level tasks: -...
This is an automatic backport of pull request #2713 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...