[#16] Add GRPC metrics interceptor
All checks were successful
DCO / DCO (pull_request) Successful in 45s
All checks were successful
DCO / DCO (pull_request) Successful in 45s
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
This commit is contained in:
parent
59356180d5
commit
f01c92784d
10 changed files with 587 additions and 3 deletions
|
@ -58,8 +58,7 @@ public class Base58 {
|
|||
|
||||
byte[] checksum = getSha256(getSha256(data));
|
||||
var buffer = concat(data, Arrays.copyOfRange(checksum, 0, 4));
|
||||
var ret = encode(buffer);
|
||||
return ret;
|
||||
return encode(buffer);
|
||||
}
|
||||
|
||||
public static String encode(byte[] input) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue