mirror of https://github.com/perkeep/perkeep.git
![]() Index: - Handle bad signatures on permanodes just like we handled them on claims. Importer tests: - Make pkg/client's UploadPublicKey method public so that we can ensure that the key was uploaded before uploading permanodes in importer tests. This would otherwise be done automatically by methods such as UploadNewPermanode but the importer uses the Blobserver API, it uploads blobs with ReceiveBlob. ReceiveBlob does not know if blobs are schemas or regular blobs, so it couldn't know if it is appropriate to upload the key. |
||
---|---|---|
.. | ||
helpers.go |