p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
70 stars 5 forks source link

Blobs streamed to file system have a "zero" padding #555

Closed adzialocha closed 1 year ago

adzialocha commented 1 year ago

.. with each file ending up as a multiple of 256kb in size

adzialocha commented 1 year ago

screenshot-2023-09-07T21:14:49

adzialocha commented 1 year ago

This also causes the validation check to fail during materialization as the claimed and given byte length differs

adzialocha commented 1 year ago

Ah okay, that was an issue in send-blob-to-node, all good!