uploadDirectory(files)
should ensure ordered files that produce deterministic merkling
#1172
Labels
P0
Critical: Tackled by core team ASAP
Context
Client#uploadDirectory
function that accepts an iterable of filesfiles
with no particular sort order. When this is called multiple times, it can lead to new byte-by-byte blocks being update each time, even though all the blocks together are for the same files.Desirable
uploadDirectory
, we should sort them for themuploadDirectory
with an option indicating they have already ordered the files anduploadDirectory
must not change the custom orderThe text was updated successfully, but these errors were encountered: