vuong
vuong
Closes: #2337 ## What is the purpose of the change Change `EstimateSwap` to not require assets. ## Brief Changelog - Remove field `Sender` in `EstimateSwap` queries. ## Testing and Verifying...
Closes: #2457 ## 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...
Refer to the e2e test in osmosis and Gaia. I propose we should introduce an e2e integration test suite that allows us to test chain functionality : - IBC transfers...
This PR is a example for using the liquidity staking module in Juno. In this PR, I use sdk46 and ibc v5 because iqlusioninc team use sdk46 in their module.
This issue is to gather ideas about implementing a Oracle price feed for Juno. Several Oracle implementations in Cosmos already exist. It is divided into 2 main approaches: - Build...
## Overview Re-enable `ABCI update valset`. ## Summary by CodeRabbit - **New Features** - Enhanced block management and state update mechanisms to handle validator sets more effectively. - Improved initialization...
We utilize a single price-feed source for mesh security, which is the Osmosis TWAP price. By extending the price-feed source, the protocol could become more decentralized, reducing dependency on osmosis....
Currently, mesh security uses two contracts to get osmosis price data (one on the consumer side and one on the osmosis side). We can simplify this process by using async-icq....
Related to https://github.com/osmosis-labs/mesh-security/issues/176, we need to store the native-staking-proxy contract address with the corresponding consumer chain-id for handling evidence sent from the relayer.