bisq/apitest
ghubstan 3f84246f59
Improve interceptor's rate metering key definition and lookup
This change replaces the hard coded strings used as keys in
interceptor rate-metering lookup maps.

Now, the fullMethodName defined in each bisq.proto.grpc.* class'
io.grpc.MethodDescriptor is used, not a hard coded String.

For example, the rate metering lookup key for 'GetBalances',
in 'GrpcWalletsService', is the

   fullMethodName = SERVICE_NAME + '/' + "GetBalances",

   where SERVICE_NAME = "io.bisq.protobuffer.Wallets".

Also adjusted affected tests, and tidy'd up interceptor logging.
2021-02-28 17:10:51 -03:00
..
docs Add missing punctuation (.) 2021-02-16 09:36:24 -03:00
scripts Fix getunusedbsqaddress test 2021-02-27 22:58:22 -03:00
src Improve interceptor's rate metering key definition and lookup 2021-02-28 17:10:51 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00