zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
167 stars 109 forks source link

Allow to process inbound trackers for v2 cctx #3176

Closed lumtis closed 5 days ago

lumtis commented 1 week ago

Describe the Issue V2 cctx are currently blocked from processing inbound trackers because some of the check ZetaClient side are v1 specific. Example: eth deposit check the destination is the TSS address. V2 specific check must be implemented for inbound trackers.