Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Related to staging alert: https://cowservices.slack.com/archives/C037PB929ME/p1707099846201309 Since `EventHandler` and `OnSettlementEventUpdater` are racing to update on each new block, in case the reorg happens and `OnSettlementEventUpdater` is faster, it will potentially catch an event containing tx hash that was reorged. This PR lowers the severity of this issue (we don't want slack alerts for this). This is a temporary fix until we make event handling pipelined.
- Loading branch information