storj/internal/testplanet
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
..
gen_identities.go pkg/transport: fail on bad certificates (#1285) 2019-02-11 13:02:49 +02:00
identities_table.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
identities.go Delete provider package (#1177) 2019-01-30 22:47:21 +02:00
planet_test.go removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
planet.go Storagenode migrations (#1299) 2019-02-19 10:39:04 +01:00
run_test.go Ensure that tally tests run against postgres (#1227) 2019-02-05 16:23:45 +02:00
run.go Satellite migrations (#1301) 2019-02-14 23:55:21 +02:00
uplink_test.go Ensure everyone sees everyone else (#1275) 2019-02-08 11:25:13 +02:00
uplink.go pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00