storj/pkg/pb
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
..
bandwidth_utils.go removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
bandwidth.pb.go removes standalone payments service (#1134) 2019-01-25 11:23:25 -05:00
bandwidth.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
certificate.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
certificate.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
datarepair.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
datarepair.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
gen.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
gogo.proto preparing for use of customtype gogo extension with NodeID type (#693) 2018-11-29 19:39:27 +01:00
inspector.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
inspector.proto Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
meta.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
meta.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
node.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
node.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
overlay.pb.go new node selection in overlay (#1136) 2019-01-29 14:42:43 -05:00
overlay.proto new node selection in overlay (#1136) 2019-01-29 14:42:43 -05:00
piecestore.pb.go removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
piecestore.pb.mock.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
piecestore.proto removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
pointerdb.pb.go make bandwidth agreements sensible: without []byte's (#1152) 2019-01-28 14:45:25 -05:00
pointerdb.proto make bandwidth agreements sensible: without []byte's (#1152) 2019-01-28 14:45:25 -05:00
streams.pb.go Refactors kademlia inspector to use FindNear (#1157) 2019-01-28 15:53:37 -07:00
streams.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
types.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
utils.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00