Skip to content

Launched Worker Info

Peter-Jan Brone requested to merge launched-worker-info into master

MERGE REQUEST

MR Guidelines

Overview

This MR contains a new structure called the launchedWorkerInfo, which I've decided to commit rather than remove as it proved useful when debugging the download code. I know we usually don't do this, but there are so many things going on in the download code at the same time, that I'm quite confident this will prove useful later.

As I need to extend upon the job metadata to add the debug information, I decided this 'd be a good time to add some more metadata to that job so we can avoid unnecessary work in some places. An example of this is the pieceIndex, which is useful because we used to range through all pieces and compared the host keys...

Example for Visual Changes

N/A

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

N/A

Merge request reports