You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
ZetaClient is currently still trying to process inbound/outbound even when those are paused:
observeInTX error
This is not a critical issues since the processing is blocked at the protocol level but we should still prevent ZetaCored from processing the inbounds/outbounds when paused
We should keep a state of the CrosschainFlags in the CoreContext in ZetaClient and check these flags when trying to process inbounds/outbounds
The text was updated successfully, but these errors were encountered:
Describe the Issue
ZetaClient is currently still trying to process inbound/outbound even when those are paused:
This is not a critical issues since the processing is blocked at the protocol level but we should still prevent ZetaCored from processing the inbounds/outbounds when paused
We should keep a state of the CrosschainFlags in the CoreContext in ZetaClient and check these flags when trying to process inbounds/outbounds
The text was updated successfully, but these errors were encountered: