Releases: TRON-US/go-btfs-common
Releases · TRON-US/go-btfs-common
v0.2.4
v0.2.3
v0.2.2
- Passing many grpcOptions into the grpcServer so that it can enable internal features such as increasing message size, etc.
- Return the correct start time of the service in the checkRuntime
- Changed generic service-name returned by checkRuntime for the guard into more specific service names such as guard-interceptor, guard-commander, and guard-preparer.
v0.2.1
Propose:
This GrpcServer wrapper is meant to simplify the amount of code written in the calling service.
Contents:
This release includes the a generic setup GrpcServer that allows the user to pass in 1. port info, 2. database/redis url info, and 3. service struct, therefore the following functions are encapsulated:
- CreateServer(...) to create a new grpc server with panic handling
- CreateHealthServer() to create a new grpc health server
- RegisterServer(server) to register the grpc status/hub/escrow, etc service with a newly created server
- RegisterHealthServer() to register the grpc health server with the newly created server
- WithReflection() to use reflect to expose functions
- WithGracefulTermDetectAndExec() for detecting sigterms from outside the containers and gracefully shutting down
- AcceptConnection() to accept connections to the specified port
Break Change
- change hub protos
v0.1.14
Add serialize pubkey and privateKey to string function
Merge pull request #50 from TRON-US/AddCrypto Add serialize pubKey and privateKey to String function