Skip to content

Add ReadSectorProgram tests

Peter-Jan Brone requested to merge read-sector-program into master

MERGE REQUEST

Overview

This MR changes the RPCExecuteProgramResponse and moves the Output out of the response. Instead, we communicate the output length and write the data after the response. I added two tests, one that downloads a full sector and one that downloads a partial sector.

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
Edited by Peter-Jan Brone

Merge request reports