Skip to content

Change siafile.Piece to contain a pubkeytable offset instead of tha public key

Christopher Schinnerl requested to merge siafile-table-offset into unstable

MERGE REQUEST

Changes to Work Flow

The Piece in the SiaFile contains an index for looking up the public key within the pubKeyTable instead of containing a separate copy of the whole key.

Testing Updates

Covered by existing tests. Marshal/Unmarshal test for chunks was slightly adjusted.

Modules and Packages Impacted

renter, siafile

Edited by Christopher Schinnerl

Merge request reports