storj/satellite
Jeff Wendling 098cbc9c67 all: use pkg/rpc instead of pkg/transport
all of the packages and tests work with both grpc and
drpc. we'll probably need to do some jenkins pipelines
to run the tests with drpc as well.

most of the changes are really due to a bit of cleanup
of the pkg/transport.Client api into an rpc.Dialer in
the spirit of a net.Dialer. now that we don't need
observers, we can pass around stateless configuration
to everything rather than stateful things that issue
observations. it also adds a DialAddressID for the
case where we don't have a pb.Node, but we do have an
address and want to assert some ID. this happened
pretty frequently, and now there's no more weird
contortions creating custom tls options, etc.

a lot of the other changes are being consistent/using
the abstractions in the rpc package to do rpc style
things like finding peer information, or checking
status codes.

Change-Id: Ief62875e21d80a21b3c56a5a37f45887679f9412
2019-09-25 15:37:06 -06:00
..
accounting all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
attribution satellite: remove remote/inline file from BucketTally (#3041) 2019-09-13 16:51:41 +03:00
audit all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
console satellite/console: GraphQL input length limitation. (#3045) 2019-09-20 20:40:26 +03:00
contact all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
dbcleanup all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
discovery Remove Kademlia dependencies from Satellite and Storagenode (#2966) 2019-09-19 15:56:34 -04:00
gc all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
gracefulexit satellite/satellitedb: Initial GE Satellite DB Implementation (#3049) 2019-09-25 11:12:44 -06:00
inspector all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
mailservice all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
marketingweb all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
metainfo all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
nodestats all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
orders all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
overlay satellite/overlay: move CheckIn benchmark to overlay (#3095) 2019-09-20 16:35:52 -04:00
payments all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
repair all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
rewards all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
satellitedb satellite/satellitedb: Initial GE Satellite DB Implementation (#3049) 2019-09-25 11:12:44 -06:00
vouchers all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
peer.go all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00