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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Instead of actively logging transaction pool data, the better approach would be to log the transaction pool info when we receive any transaction for processing, this way we can avoid redundantly logging Transaction pool - received size: 0 validated size: 0 verified size: 0 pending size: 0 ready size: 1
Actual behavior
Active logging of transaction pool makes the info logs redundant
Steps to reproduce
Deploy 2.3.0-alpha.1
Monitor logs
Which version(s) does this affect? (Environment, OS, etc...)
2.3.0
The text was updated successfully, but these errors were encountered:
Expected behavior
Instead of actively logging transaction pool data, the better approach would be to log the transaction pool info when we receive any transaction for processing, this way we can avoid redundantly logging
Transaction pool - received size: 0 validated size: 0 verified size: 0 pending size: 0 ready size: 1
Actual behavior
Active logging of transaction pool makes the
info
logs redundantSteps to reproduce
2.3.0-alpha.1
Which version(s) does this affect? (Environment, OS, etc...)
2.3.0
The text was updated successfully, but these errors were encountered: