Skip to content

Commit 7239bdc

Browse files
committed
update snapshots
Signed-off-by: Osama Rabea <159753803+OsamaRab3@users.noreply.github.com>
1 parent 0b471ee commit 7239bdc

8 files changed

+137
-60
lines changed

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.test.ts.snap

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,11 +2054,13 @@ services:
20542054
- CORE_PEER_LOCALMSPID=Org1MSP
20552055
- CORE_PEER_ID=peer0.org1.example.com
20562056
- CORE_PEER_ADDRESS=peer0.org1.example.com:7041
2057-
- CORE_PEER_LISTENADDRESS=peer0.org1.example.com:7041
2058-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org1.example.com:7041
2057+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7041
2058+
- CORE_PEER_CHAINCODEADDRESS=peer0.org1.example.com:7042
2059+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7042
2060+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
2061+
- CORE_PEER_GOSSIP_ORGLEADER=false
20592062
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7041
20602063
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org1.example.com:7041
2061-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7050
20622064
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
20632065
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
20642066
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -2081,6 +2083,7 @@ services:
20812083
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/peer/tls/server.crt
20822084
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/peer/tls/server.key
20832085
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer/tls/ca.crt
2086+
- CORE_PEER_TLS_CLIENTAUTHREQUIRED=false
20842087
# CouchDB
20852088
- CORE_LEDGER_STATE_STATEDATABASE=CouchDB
20862089
- CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=couchdb.peer0.org1.example.com:5984
@@ -2091,6 +2094,7 @@ services:
20912094
ports:
20922095
- 8041:9440
20932096
- 7041:7041
2097+
- 7042:7042
20942098
depends_on:
20952099
couchdb.peer0.org1.example.com:
20962100
condition: service_healthy

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode.json.test.ts.snap

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,11 +1948,13 @@ services:
19481948
- CORE_PEER_LOCALMSPID=Org1MSP
19491949
- CORE_PEER_ID=peer0.org1.example.com
19501950
- CORE_PEER_ADDRESS=peer0.org1.example.com:7041
1951-
- CORE_PEER_LISTENADDRESS=peer0.org1.example.com:7041
1952-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org1.example.com:7041
1951+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7041
1952+
- CORE_PEER_CHAINCODEADDRESS=peer0.org1.example.com:7042
1953+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7042
1954+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
1955+
- CORE_PEER_GOSSIP_ORGLEADER=false
19531956
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7041
19541957
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7041 peer1.org1.example.com:7042"
1955-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7050
19561958
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
19571959
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
19581960
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -1977,6 +1979,7 @@ services:
19771979
ports:
19781980
- 8041:9440
19791981
- 7041:7041
1982+
- 7042:7042
19801983
volumes:
19811984
- /var/run/docker.sock:/host/var/run/docker.sock
19821985
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -1992,11 +1995,13 @@ services:
19921995
- CORE_PEER_LOCALMSPID=Org1MSP
19931996
- CORE_PEER_ID=peer1.org1.example.com
19941997
- CORE_PEER_ADDRESS=peer1.org1.example.com:7042
1995-
- CORE_PEER_LISTENADDRESS=peer1.org1.example.com:7042
1996-
- CORE_PEER_GOSSIP_ENDPOINT=peer1.org1.example.com:7042
1998+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7042
1999+
- CORE_PEER_CHAINCODEADDRESS=peer1.org1.example.com:7043
2000+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7043
2001+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
2002+
- CORE_PEER_GOSSIP_ORGLEADER=false
19972003
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org1.example.com:7042
19982004
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7041 peer1.org1.example.com:7042"
1999-
- CORE_PEER_CHAINCODELISTENADDRESS=peer1.org1.example.com:7050
20002005
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
20012006
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
20022007
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -2021,6 +2026,7 @@ services:
20212026
ports:
20222027
- 8042:9440
20232028
- 7042:7042
2029+
- 7043:7043
20242030
volumes:
20252031
- /var/run/docker.sock:/host/var/run/docker.sock
20262032
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp

e2e/__snapshots__/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.test.ts.snap

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,11 +2781,13 @@ services:
27812781
- CORE_PEER_LOCALMSPID=Org1MSP
27822782
- CORE_PEER_ID=peer0.org1.example.com
27832783
- CORE_PEER_ADDRESS=peer0.org1.example.com:7041
2784-
- CORE_PEER_LISTENADDRESS=peer0.org1.example.com:7041
2785-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org1.example.com:7041
2784+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7041
2785+
- CORE_PEER_CHAINCODEADDRESS=peer0.org1.example.com:7042
2786+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7042
2787+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
2788+
- CORE_PEER_GOSSIP_ORGLEADER=false
27862789
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7041
27872790
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7041 peer1.org1.example.com:7042"
2788-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7050
27892791
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
27902792
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
27912793
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -2810,6 +2812,7 @@ services:
28102812
ports:
28112813
- 8041:9440
28122814
- 7041:7041
2815+
- 7042:7042
28132816
volumes:
28142817
- /var/run/docker.sock:/host/var/run/docker.sock
28152818
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -2825,11 +2828,13 @@ services:
28252828
- CORE_PEER_LOCALMSPID=Org1MSP
28262829
- CORE_PEER_ID=peer1.org1.example.com
28272830
- CORE_PEER_ADDRESS=peer1.org1.example.com:7042
2828-
- CORE_PEER_LISTENADDRESS=peer1.org1.example.com:7042
2829-
- CORE_PEER_GOSSIP_ENDPOINT=peer1.org1.example.com:7042
2831+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7042
2832+
- CORE_PEER_CHAINCODEADDRESS=peer1.org1.example.com:7043
2833+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7043
2834+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
2835+
- CORE_PEER_GOSSIP_ORGLEADER=false
28302836
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org1.example.com:7042
28312837
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7041 peer1.org1.example.com:7042"
2832-
- CORE_PEER_CHAINCODELISTENADDRESS=peer1.org1.example.com:7050
28332838
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
28342839
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
28352840
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -2854,6 +2859,7 @@ services:
28542859
ports:
28552860
- 8042:9440
28562861
- 7042:7042
2862+
- 7043:7043
28572863
volumes:
28582864
- /var/run/docker.sock:/host/var/run/docker.sock
28592865
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -2918,11 +2924,13 @@ services:
29182924
- CORE_PEER_LOCALMSPID=Org2MSP
29192925
- CORE_PEER_ID=peer0.org2.example.com
29202926
- CORE_PEER_ADDRESS=peer0.org2.example.com:7061
2921-
- CORE_PEER_LISTENADDRESS=peer0.org2.example.com:7061
2922-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org2.example.com:7061
2927+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7061
2928+
- CORE_PEER_CHAINCODEADDRESS=peer0.org2.example.com:7062
2929+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7062
2930+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
2931+
- CORE_PEER_GOSSIP_ORGLEADER=false
29232932
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:7061
29242933
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:7061
2925-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org2.example.com:7050
29262934
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
29272935
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
29282936
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -2947,6 +2955,7 @@ services:
29472955
ports:
29482956
- 8061:9440
29492957
- 7061:7061
2958+
- 7062:7062
29502959
volumes:
29512960
- /var/run/docker.sock:/host/var/run/docker.sock
29522961
- ../fabric-config/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/etc/hyperledger/fabric/peer/msp

e2e/__snapshots__/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.test.ts.snap

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4107,11 +4107,13 @@ services:
41074107
- CORE_PEER_LOCALMSPID=Org1MSP
41084108
- CORE_PEER_ID=peer0.org1.example.com
41094109
- CORE_PEER_ADDRESS=peer0.org1.example.com:7061
4110-
- CORE_PEER_LISTENADDRESS=peer0.org1.example.com:7061
4111-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org1.example.com:7061
4110+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7061
4111+
- CORE_PEER_CHAINCODEADDRESS=peer0.org1.example.com:7062
4112+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7062
4113+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
4114+
- CORE_PEER_GOSSIP_ORGLEADER=false
41124115
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7061
41134116
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7061 peer1.org1.example.com:7062"
4114-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7050
41154117
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
41164118
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
41174119
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -4134,13 +4136,15 @@ services:
41344136
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/peer/tls/server.crt
41354137
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/peer/tls/server.key
41364138
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer/tls/ca.crt
4139+
- CORE_PEER_TLS_CLIENTAUTHREQUIRED=false
41374140
# enabled gateway
41384141
- CORE_PEER_GATEWAY_ENABLED=true
41394142
working_dir: /etc/hyperledger/fabric/peer/
41404143
command: peer node start
41414144
ports:
41424145
- 8061:9440
41434146
- 7061:7061
4147+
- 7062:7062
41444148
volumes:
41454149
- /var/run/docker.sock:/host/var/run/docker.sock
41464150
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -4156,11 +4160,13 @@ services:
41564160
- CORE_PEER_LOCALMSPID=Org1MSP
41574161
- CORE_PEER_ID=peer1.org1.example.com
41584162
- CORE_PEER_ADDRESS=peer1.org1.example.com:7062
4159-
- CORE_PEER_LISTENADDRESS=peer1.org1.example.com:7062
4160-
- CORE_PEER_GOSSIP_ENDPOINT=peer1.org1.example.com:7062
4163+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7062
4164+
- CORE_PEER_CHAINCODEADDRESS=peer1.org1.example.com:7063
4165+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7063
4166+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
4167+
- CORE_PEER_GOSSIP_ORGLEADER=false
41614168
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org1.example.com:7062
41624169
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org1.example.com:7061 peer1.org1.example.com:7062"
4163-
- CORE_PEER_CHAINCODELISTENADDRESS=peer1.org1.example.com:7050
41644170
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
41654171
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
41664172
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -4183,13 +4189,15 @@ services:
41834189
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/peer/tls/server.crt
41844190
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/peer/tls/server.key
41854191
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer/tls/ca.crt
4192+
- CORE_PEER_TLS_CLIENTAUTHREQUIRED=false
41864193
# enabled gateway
41874194
- CORE_PEER_GATEWAY_ENABLED=true
41884195
working_dir: /etc/hyperledger/fabric/peer/
41894196
command: peer node start
41904197
ports:
41914198
- 8062:9440
41924199
- 7062:7062
4200+
- 7063:7063
41934201
volumes:
41944202
- /var/run/docker.sock:/host/var/run/docker.sock
41954203
- ../fabric-config/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -4265,11 +4273,13 @@ services:
42654273
- CORE_PEER_LOCALMSPID=Org2MSP
42664274
- CORE_PEER_ID=peer0.org2.example.com
42674275
- CORE_PEER_ADDRESS=peer0.org2.example.com:7081
4268-
- CORE_PEER_LISTENADDRESS=peer0.org2.example.com:7081
4269-
- CORE_PEER_GOSSIP_ENDPOINT=peer0.org2.example.com:7081
4276+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7081
4277+
- CORE_PEER_CHAINCODEADDRESS=peer0.org2.example.com:7082
4278+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7082
4279+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
4280+
- CORE_PEER_GOSSIP_ORGLEADER=false
42704281
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:7081
42714282
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org2.example.com:7081 peer1.org2.example.com:7082"
4272-
- CORE_PEER_CHAINCODELISTENADDRESS=peer0.org2.example.com:7050
42734283
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
42744284
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
42754285
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -4292,13 +4302,15 @@ services:
42924302
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/peer/tls/server.crt
42934303
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/peer/tls/server.key
42944304
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer/tls/ca.crt
4305+
- CORE_PEER_TLS_CLIENTAUTHREQUIRED=false
42954306
# enabled gateway
42964307
- CORE_PEER_GATEWAY_ENABLED=true
42974308
working_dir: /etc/hyperledger/fabric/peer/
42984309
command: peer node start
42994310
ports:
43004311
- 8081:9440
43014312
- 7081:7081
4313+
- 7082:7082
43024314
volumes:
43034315
- /var/run/docker.sock:/host/var/run/docker.sock
43044316
- ../fabric-config/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/etc/hyperledger/fabric/peer/msp
@@ -4314,11 +4326,13 @@ services:
43144326
- CORE_PEER_LOCALMSPID=Org2MSP
43154327
- CORE_PEER_ID=peer1.org2.example.com
43164328
- CORE_PEER_ADDRESS=peer1.org2.example.com:7082
4317-
- CORE_PEER_LISTENADDRESS=peer1.org2.example.com:7082
4318-
- CORE_PEER_GOSSIP_ENDPOINT=peer1.org2.example.com:7082
4329+
- CORE_PEER_LISTENADDRESS=0.0.0.0:7082
4330+
- CORE_PEER_CHAINCODEADDRESS=peer1.org2.example.com:7083
4331+
- CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7083
4332+
- CORE_PEER_GOSSIP_USELEADERELECTION=true
4333+
- CORE_PEER_GOSSIP_ORGLEADER=false
43194334
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org2.example.com:7082
43204335
- CORE_PEER_GOSSIP_BOOTSTRAP="peer0.org2.example.com:7081 peer1.org2.example.com:7082"
4321-
- CORE_PEER_CHAINCODELISTENADDRESS=peer1.org2.example.com:7050
43224336
- CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/peer/msp
43234337
- CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:\${FABRIC_CCENV_VERSION}
43244338
- CORE_CHAINCODE_GOLANG_RUNTIME=hyperledger/fabric-baseos:\${FABRIC_BASEOS_VERSION}
@@ -4341,13 +4355,15 @@ services:
43414355
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/peer/tls/server.crt
43424356
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/peer/tls/server.key
43434357
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer/tls/ca.crt
4358+
- CORE_PEER_TLS_CLIENTAUTHREQUIRED=false
43444359
# enabled gateway
43454360
- CORE_PEER_GATEWAY_ENABLED=true
43464361
working_dir: /etc/hyperledger/fabric/peer/
43474362
command: peer node start
43484363
ports:
43494364
- 8082:9440
43504365
- 7082:7082
4366+
- 7083:7083
43514367
volumes:
43524368
- /var/run/docker.sock:/host/var/run/docker.sock
43534369
- ../fabric-config/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/msp:/etc/hyperledger/fabric/peer/msp

0 commit comments

Comments
 (0)