holepunchto / hyperdrive

Hyperdrive is a secure, real time distributed file system
Apache License 2.0
1.86k stars 135 forks source link

add storage tests for secret key bug #132

Closed joehand closed 7 years ago

joehand commented 7 years ago

Not sure how best to resume an existing archive with v8 API, but this seems to work =). Passing secret key in https://github.com/mafintosh/hyperdrive/blob/master/index.js#L393-L395 fixes bug + passes test.

mafintosh commented 7 years ago

Fixed in 8.0.1 with the method you describe