ibc-apps icon indicating copy to clipboard operation
ibc-apps copied to clipboard

IBC applications and middleware for Cosmos SDK chains.

Results 18 ibc-apps issues
Sort by recently updated
recently updated
newest added

Updated few comments and simplified the code.

ibc-hooks
waiting-review

ref: #149 ## TODO - [x] Migrate Codebase - [x] Pass Actions CI - Wiki - [x] links

blocked

# Reference #41 ## Goal The ability to use an ICS20 packet to directly stake w/o additional transactions from the end user. Designed to be chained with other middlewares, such...

enhancement
good first issue

This PR migrates the [IBC Rate Limiting](https://github.com/stride-labs/ibc-rate-limiting) module built by Stride Labs. It migrates from @Reecepbcups' `feat/sdk-v50`, with a small addition from Noble's team to support app wiring ([commit](https://github.com/noble-assets/rate-limiting/commit/0f7c9279ffbb683526647f496566f9032df281d1)). Closes...

blocked

Here https://github.com/cosmos/ibc-apps/blob/main/modules/ibc-hooks/tests/unit/testdata/counter/README.md you mention that `This way we can verify that, independently of the sender, the funds will end up under the WasmHooksModuleAccount address when the contract is executed via...

ibc-hooks

From Jake / noah, https://github.com/DA0-DA0/polytone # TODO - [ ] Wiki Content copy paste - [ ] issue pull over - Add to @cosmos/daodao_ibc-apps_write -> Noah, Jake, Artimix, and bekauz...

Get CI from https://github.com/cosmos/ibc-apps/pull/179 (chores.yml) backport to - v7 - v6 - v5 - v4

good first issue

We noticed from testing that the data encoded in the [ResponseQuery](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L205) on the host side was changed to be stored into [Key](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L211C44-L211C44) instead of [Value](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L212) when changing versions from [v7.0.0](https://github.com/cosmos/ibc-apps/releases/tag/modules%2Fasync-icq%2Fv7.0.0)...