liquidity
                                
                                
                                
                                    liquidity copied to clipboard
                            
                            
                            
                        Cosmos SDK Liquidity module
## Summary Since liquidity v1.4.4, v1.4.5 contain state-breaking changes, these are unusable versions, so Release v1.4.6 except for those changes. * (sdk) Bump SDK version to [v0.44.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.6) ____ #### For...
## Summary Adding packets for IBC messages being sent from other chains. I believe by adding IBC message support you really bring endless cross-chain possibilities with this module. ## Problem...
## Summary This issue doesn't request to remove the whole code coverage. This issue requests to remove `codecov/patch` part since it is unreliable and it presents weird behaviour from time...
In the proto files, liquidity types are defined under `tendermint.liquidity.v1beta1` package. https://github.com/tendermint/liquidity/blob/e118e210d418594210f4f4862e03de1bfac6d050/proto/tendermint/liquidity/v1beta1/liquidity.proto#L2 But for the query endpoints, it uses `/cosmos/liquidity/v1beta1/` as the path prefix. https://github.com/tendermint/liquidity/blob/e118e210d418594210f4f4862e03de1bfac6d050/proto/tendermint/liquidity/v1beta1/query.proto#L16 We have to make it...
## Description closes: #449 ## Tasks - [x] Add `.codecov.yml` file and disable codecov on patch --- Before we can merge this PR, please make sure that all the following...
- reasoning - there are lots of stable tokens to be traded in AMM - each pool with different kinds of stable tokens will split the liquidity to multiple pools...
## Summary of Bug Sentinel errors must not start at 1 since this is reserved code. See https://github.com/cosmos/cosmos-sdk/issues/9598 ## Version ## Steps to Reproduce ____ ## For Admin Use -...
## Summary It is hard to access the status of a swap (or deposit, or withdrawal) after the corresponding batch has been processed. Surfaced from @informalsystems audit of [v1.2.8.](https://github.com/tendermint/liquidity/releases/tag/v1.2.8) ##...
## Summary of Bug Currently when you query a pool `gaiad q liquidity pool 1`, you get a result of the form: ``` - id: "1" pool_coin_denom: poolDFB8434D5A80B4EAFA94B6878BD5B85265AC6C5D37204AB899B1C3C52543DA7E reserve_account_address: cosmos1m7uyxn26sz6w4755k6rch4dc2fj6cmzajkszvn...
## Summary There is a demand for more descriptive comments for the ratio of assets in the pool and the swap price. Developers who just start to play with the...