node icon indicating copy to clipboard operation
node copied to clipboard

Remove coupling `crosschain` <-> `observer`

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue We currently always interact with observer related functionality

When introducing https://github.com/zeta-chain/node/issues/2129 we might not want to interact with observer related code. We should check the related transport layer

Concern methods: Setting NonceToCCTX in process inbound/outbound, not used with IBC, calling the observer keeper. If the chain destination doesn't use observer set, the CCTX should not be part of the pending CCTX list, since this list is used by observers to sign outbound

lumtis avatar May 07 '24 12:05 lumtis