-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mempool event tracing details at default log level #538
Conversation
, "txsAdded" .= String (pack $ show $ txs) | ||
, "mempoolSize" .= String (pack $ show $ mpSz) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using show
here probably isn't so great.
@CodiePP: Should I introduce some additional ToObject
instances for the required types or is this sufficient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I think this is OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
that could work. I have tested these changes (or a similar copy) in a short bm to extract mempool info.
abd9a11
to
2f2df7c
Compare
bors r+ |
538: Mempool event tracing details at default log level r=intricate a=intricate Related: #527 Co-authored-by: Luke Nadur <[email protected]>
Build succeeded |
Related: #527