Skip to content

Conversation

intricate
Copy link
Contributor

@intricate intricate commented Mar 3, 2020

Closes #527

See #584 (review)

@intricate intricate added this to the S8 2020-03-12 milestone Mar 3, 2020
@intricate intricate self-assigned this Mar 3, 2020
@intricate intricate marked this pull request as ready for review March 3, 2020 15:13
Copy link
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'd wait on @CodiePP 's approval though.

[ "kind" .= String "TraceTxSubmissionOutboundRecvMsgRequestTxs"
, "txIds" .= String (pack $ show txids)
]
toObject _verb (TraceTxSubmissionOutboundSendMsgReplyTxs txs) =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the list of transactions can be large potentially, then it would make sense to only output the transactions ids for "MaximumVerbosity". Similarly, could the tx ids be shortened for "NormalVerbosity"?
This is more a thought than a review.

Copy link
Contributor Author

@intricate intricate Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, I believe we'll only see a max of 2 transactions per one of these traces. However, I've made the changes such that the txids and txs will only be output for MaximalVerbosity.

I'll also open an issue to revisit the verbosity-specific output for this instance (shortened txids, etc.).

@intricate
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 3, 2020

@iohk-bors iohk-bors bot merged commit 330d4c7 into master Mar 3, 2020
@iohk-bors iohk-bors bot deleted the intricate/527-3 branch March 3, 2020 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tx submission tracing details at default log level
3 participants