Teja2045

Results 4 comments of Teja2045

@colin-axner, is this still open? I think https://github.com/cosmos/ibc-go/pull/3796 should close this. Or do let me know if anything else needs to be done.

Hi @tzdybal , can I work on this issue?

I am thinking of lifting the error to top level and handling it there ``` func (pb *PendingBlocks) getPendingBlocks(ctx context.Context) ([]*types.Block, error, error) { lastSubmitted := pb.lastSubmittedHeight.Load() height := pb.store.Height()...

thanks for reply @tzdybal. that makes sense. indeed, aside from error handling, a lot of cleanups need to be added to free the memory. If there is a bit more...