Justin Tieri

Results 35 issues of Justin Tieri

This code used to be present before refactoring to account for the `Provider` abstraction. We should get this added back asap and start building out testing coverage in `ibctest`

C: Relayer
T: New Feature

If non-Cosmos chains will be included in the chain registry then we will need to properly handle constructing the `ProviderConfig`'s for those chains as well inside of the call to...

T: Refactor
C: CLI

As we saw today with Juno, it requires a quite a bit of manual intervention to bring back IBC light clients after a chain forks. It would be ideal to...

C: CLI
C: Relayer
T: New Feature

I brought the code into the current main branch from the last time we had to revive the light clients post-chain halt on Juno. This was we can utilize the...

I was going to add support for packet delays but realized it's a somewhat substantial change and would probably be better tackled after the refactor to the chain processor architecture....

T: Enhancement
C: Relayer
T: New Feature

IBC will be introducing a new ordered channel type with looser invariants that must hold true i.e. requiring the channel to be closed in the case of a packet timing...

C: Relayer
T: New Feature

Copying this issue over from the strangelove [repo](https://github.com/strangelove-ventures/relayer/issues/23) Currently some queries pull a hardcoded number of objects. We should fix this and have them query for the data in a...

T: Enhancement
R: Minor
T: Refactor
C: CLI

The IBC handshake currently takes a couple minutes to complete which makes running test cases while debugging or working on additional features take a long time. It would be nice...

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

packet-forward-middleware

This PR updates the Go version to 1.23 & adds some additional CI jobs: - Codespell (which checks for grammar mistakes) - Dependabot (which monitors for out of date deps...