ibc-apps
ibc-apps copied to clipboard
IBC applications and middleware for Cosmos SDK chains.
Backports changes from #202 to the `release/v7` branch
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...
## 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...
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...
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 =...
> 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) |...
# 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...
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...