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

Backports changes from #202 to the `release/v7` branch

packet-forward-middleware

reference: https://github.com/CosmosContracts/juno/pull/1044 Ensure to keep PFM higher in the stack compared to other middlewares / modules. This way custom implementation such as ICS29 do not break due to custom handler...

packet-forward-middleware

## Issue Because of the number of docker network nodes setup: - Interchaintest with PFM is flakey (github network limitation) - PFM test are slow (IBC + single core for...

packet-forward-middleware

Right now, the `ForwardPacket` doesnt allow to pass any other attributes other than the ones it already has which makes passing memo to the destination chain not possible. Adding a...

packet-forward-middleware

Readme mentions the integration of ibc-hooks as -> ``` ... // 'ibc-hooks' module - depends on // 1. 'auth' // 2. 'bank' // 3. 'distr' app.keys[ibchookstypes.StoreKey] = storetypes.NewKVStoreKey(ibchookstypes.StoreKey) app.IBCHooksKeeper =...

ibc-hooks

> Timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub` | Details | | | ------------------- | ---------------------------------------------- | | Package | `curve25519-dalek` | | Version | `3.2.0` | | URL | [https://github.com/dalek-cryptography/curve25519-dalek/pull/659](https://github.com/dalek-cryptography/curve25519-dalek/pull/659) |...

polytone

# Description CosmWasm v2 has been slowly gaining adoption throughout the ecosystem. As critical infrastructure, Polytone should be up-to-date with this latest version, allowing devs who are using CW v2...

polytone

The RefundPacketKey function does not include a prefix that disambiguates it from other possible store paths. While there are currently no other slash-separated store paths in Packet Forward Middleware's Keeper...

packet-forward-middleware