perkeep/pkg/importer/test
Alexandre Viau d347af6793
index: verify sigs on permanodes, not just claims (#1382)
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.
2022-07-05 15:37:10 -04:00
..
helpers.go index: verify sigs on permanodes, not just claims (#1382) 2022-07-05 15:37:10 -04:00