-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1755] Replace orderer GRPC Server
https://jira.hyperledger.org/browse/FAB-1755 This sets the stage for enabling TLS for the orderer by replacing the direct use of the grpc pacakge for creating a server with the use of the GRPC server from the core/comm package * use comm.GRPCServer in main.go * add TLS config struct to localconfig * add config paramters to orderer.yaml Fixes FAB-1755 Change-Id: Icba2776c1e503021b2873c149949b2b3b0c686fa Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
7e52b66
commit 14f1aea
Showing
3 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters