Open diegoximenes opened 1 month ago
Attention: Patch coverage is 32.50000%
with 54 lines
in your changes missing coverage. Please review.
Project coverage is 59.67%. Comparing base (
162553c
) to head (c822d29
). Report is 1 commits behind head on main.
Adjusts log levels for ErrExceedsMaxMempoolSize.
With this PR logs related to ErrExceedsMaxMempoolSize are initially logged as warnings, and only if they persist for a while that will be logged as errors.
Similarly to what was done with StopWaiter, EphemeralErrorHandler was copied from https://github.com/OffchainLabs/nitro.
Resolves NIT-2785