storj/internal
Natalie Villasana c3d3f41d30 removes some SignedMessage use (#1258)
Removes most instances of pb.SignedMessage (there's more to take out but they shouldn't hurt anyone as is).

There used to be places in psserver where a PieceID was hmac'd with the SatelliteID, which was gotten from a SignedMessage. This PR makes it so some functions access the SatelliteID from the Payer Bandwidth Allocation instead.

This requires passing a SatelliteID into psserver functions where they weren't before, so the following proto messages have been changed:

 * PieceId - satellite_id field added
   This is so the psserver.Piece function has access to the SatelliteID when it needs to get the namespaced pieceID.
   This proto message should probably be renamed to PieceRequest, or a new PieceRequest message should be created so this isn't misnamed.

 * PieceDelete - satellite_id field added
   This is so the psserver.Delete function has access to the SatelliteID when receiving a request to Delete.
2019-02-19 23:36:08 -06:00
..
cui better batch-generation (#1219) 2019-02-06 09:04:12 +01:00
dbutil Create dbutil package for sqlite (#1311) 2019-02-15 17:13:00 +01:00
debugging Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
fpath updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
mail Gmail auth implementation for SMTP (#1260) 2019-02-11 17:07:55 +02:00
memory updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
migrate Storagenode migrations (#1299) 2019-02-19 10:39:04 +01:00
processgroup updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
readcloser Remove utils.LogClose (#1169) 2019-01-29 22:42:27 +02:00
s3client updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
sync2 Ensure everyone sees everyone else (#1275) 2019-02-08 11:25:13 +02:00
testcontext Storagenode migrations (#1299) 2019-02-19 10:39:04 +01:00
testidentity Delete provider package (#1177) 2019-01-30 22:47:21 +02:00
testpeertls regroup things related to public-key cryptography (#1241) 2019-02-07 10:04:29 +01:00
testplanet removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
teststorj updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00