Justin Tieri

Results 35 issues of Justin Tieri

@chatton had a good idea of bundling non-core `Chain` functions to more domain specific packages that could be used to provide easy to use functions for new IBC related features...

enhancement

## Description This PR makes the `-p events` flag the default method for starting `rly`. I kept running the tests consecutively and without adding a slightly greater initial block history...

## Description This PR adds support for performing ics-20 token transfers to/from Penumbra in `interchaintest`. To add this feature we had to wait for several fixes upstream in the Penumbra...

enhancement
new test
go

The Interchain Security team [recently stated that ICS would support SDK v0.50.x and ibc-go v8.x.x](https://github.com/cosmos/interchain-security/issues/1246#issuecomment-1985847702) which means that we will soon be able to bring support for ICS into the...

enhancement
good first issue
dependencies

When running multiple test cases in parallel that utilize interchain security there seems to be some flakiness around the initialization of the provider and consumer chains. Sometimes initialization completely fails,...

bug

Users have expressed a desire to be able to query IBC related state (e.g. pending packet commitments, acks, channel information, etc) Most of these queries are already implemented inside of...

good first issue
Priority: Low
Type: New Feature

Currently, the relayer will terminate the entire process if any of the ChainProcessors encounter critical errors due to underlying node issues. Instead, we should keep the rly process running and...

Currently the relayer has a config value, `gas-prices`, that is a string representing both the gas price as well as the token denom. I propose that we break this value...

R: Major
T: Refactor
C: Relayer

#1412 added support for querying the dynamic gas price base fee on Osmosis but it is currently hardcoded to only work with the Osmosis EIP-1559 implementation. Once Skip's Fee Market...

T: Refactor
C: Relayer