Finding content can fail during download or validation steps, and these are now recorded in the query trace. We probably want a new (red?) color for when a peer fails, and to report the type of failure in the hover info.
Here's an example that includes the new failure types (but the query is ultimately successful):
Just a heads up that the uTP connection failure isn't actually tracked distinctly by trin yet. A connection failure and a download failure are both currently reported as a utpTransferFailed.
Finding content can fail during download or validation steps, and these are now recorded in the query trace. We probably want a new (red?) color for when a peer fails, and to report the type of failure in the hover info.
Here's an example that includes the new failure types (but the query is ultimately successful):
Just a heads up that the uTP connection failure isn't actually tracked distinctly by trin yet. A connection failure and a download failure are both currently reported as a
utpTransferFailed
.