Reece Williams
Reece Williams
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...
# Description Closes: #21340 Refactors `genutil.AddGenesisAccount(...)` to allow for many accounts to be added with the new `bulk-add-genesis-accounts` command. It does this by caching balances & accounts at the start,...
### Summary Protocols need an easy way to add / airdrop bulk account allocations into the genesis file. `appd genesis add-genesis-account ...` is far to slow (~100 accounts per 8-10...
builds off of https://github.com/cosmos/relayer/pull/1490 Adds query & tx support for Gordian via HTTP using the new Consensus interface. (migrate to gRPC in the future when we get IBC go v10...
Original Ref: https://github.com/strangelove-ventures/interchaintest/issues/1254 Original Reporter: @keyleu Neutron latest (SDK v0.50 with ICS) does not properly get the unbonding period for the relayer. neutron pre sdkv50 works as expected Error: error...
## Description merges into marko/env (v0.52) In order for ICT work to continue with IBC-Go v9 integration, https://github.com/strangelove-ventures/interchaintest/pull/1252, IBC-Go must compile with v9 so we can import (even if incorrect,...
title Without it results in message issues, caught with test
ref: https://github.com/cosmos/ibc-go/pull/7261 A refactor similar to https://github.com/cosmos/relayer/pull/1490 / https://github.com/cosmos/relayer/pull/1492 would be super nice too so that way we don't have to keep the IBC funcs living in our side? This...
ref: https://github.com/strangelove-ventures/interchaintest/issues/1251 NOTE: Videos are being worked on during this process to help future contributors (internal & external) for how to update ICT) TODO: - make v8 branch off main...