0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
531 stars 685 forks source link

Cancel isSynced function if prover context/connection was cancelled #3644

Open agnusmor opened 4 months ago

agnusmor commented 4 months ago

Cancel isSynced function loop when context/connection with the prover is cancelled to avoid keep the function in a infinite loop.

More detail: https://github.com/0xPolygon/cdk-validium-node/pull/133