aleph-im/pyaleph

Problem: unauthorized emitter on ETH sync smart contract causes infinite loop of RPC retries

Closed this issue · 2 comments

An unauthorized address published to the sync smart contract. This causes the sync task to enter an infinite loop of calls to the Ethereum RPC node. This quickly depletes the API quota for node operators.

This seems to happen only if there hasn't been a new sync event since the unauthorized one.

Fixed by #480.