Skip to content

Commit f0b6875

Browse files
committed
update snapshots
Signed-off-by: Osama Rabea <[email protected]>
1 parent c02fe27 commit f0b6875

8 files changed

+18
-2512
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should cre
373373
"
374374
`;
375375
376-
exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json 1`] = `""`;
377-
378376
exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json 1`] = `
379377
"{
380378
"network-configs": {
@@ -1529,7 +1527,7 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should cre
15291527
"FABLO_VERSION=2.2.0
15301528
FABLO_BUILD=<date with git hash>
15311529
FABLO_REST_VERSION=0.1.2
1532-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
1530+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
15331531
15341532
COUCHDB_VERSION=3.1
15351533
FABRIC_COUCHDB_VERSION=0.4.18
@@ -2121,7 +2119,7 @@ services:
21212119
- basic
21222120
21232121
db.explorer.example.com:
2124-
image: ghcr.io/hyperledger-labs/explorer-db:\${HYPERLEDGER_EXPLORER_VERSION}
2122+
image: hyperledger/explorer-db:\${HYPERLEDGER_EXPLORER_VERSION}
21252123
container_name: db.explorer.example.com
21262124
environment:
21272125
- DATABASE_DATABASE=fabricexplorer
@@ -2138,7 +2136,7 @@ services:
21382136
- basic
21392137
21402138
explorer.example.com:
2141-
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
2139+
image: hyperledger/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
21422140
restart: on-failure:8
21432141
container_name: explorer.example.com
21442142
environment:
@@ -2151,14 +2149,10 @@ services:
21512149
- LOG_LEVEL_CONSOLE=info
21522150
- LOG_CONSOLE_STDOUT=true
21532151
- DISCOVERY_AS_LOCALHOST=false
2154-
- CORE_PEER_TLS_ENABLED=true
2155-
- CORE_PEER_TLS_CERT_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt
2156-
- CORE_PEER_TLS_KEY_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key
2157-
- CORE_PEER_TLS_ROOTCERT_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
21582152
volumes:
2159-
- ../fabric-config/explorer/config.json:/opt/explorer/app/platform/fabric/config.json:ro
2160-
- ../fabric-config/explorer/connection-profile.json:/opt/explorer/app/platform/fabric/connection-profile/connection-profile.json:ro
2161-
- ../fabric-config/crypto-config:/tmp/crypto:ro
2153+
- ../fabric-config/explorer/config-global.json:/opt/explorer/app/platform/fabric/config.json
2154+
- ../fabric-config/explorer:/opt/explorer/app/platform/fabric/connection-profile
2155+
- ../fabric-config/crypto-config:/tmp/crypto
21622156
ports:
21632157
- "7010:8080"
21642158
depends_on:
@@ -3294,7 +3288,6 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should cre
32943288
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/connection-profiles/connection-profile-org1.yaml",
32953289
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/crypto-config-orderer.yaml",
32963290
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
3297-
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
32983291
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
32993292
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-org1.json",
33003293
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/connection-profile-org1.json",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e
350350
"
351351
`;
352352
353-
exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf2-1org-1chaincode.json 1`] = `""`;
354-
355353
exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf2-1org-1chaincode.json 1`] = `
356354
"{
357355
"network-configs": {
@@ -1440,7 +1438,7 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e
14401438
"FABLO_VERSION=2.2.0
14411439
FABLO_BUILD=<date with git hash>
14421440
FABLO_REST_VERSION=0.1.2
1443-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
1441+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
14441442
14451443
COUCHDB_VERSION=3.1
14461444
FABRIC_COUCHDB_VERSION=0.4.18
@@ -3158,7 +3156,6 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper fil
31583156
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/connection-profiles/connection-profile-org1.yaml",
31593157
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-orderer.yaml",
31603158
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
3161-
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
31623159
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
31633160
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer.example.com/fabric-ca-server-config.yaml",
31643161
"e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/org1.example.com/fabric-ca-server-config.yaml",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should cr
506506
"
507507
`;
508508
509-
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml 1`] = `""`;
510-
511509
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml 1`] = `
512510
"{
513511
"network-configs": {
@@ -2101,7 +2099,7 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should cr
21012099
"FABLO_VERSION=2.2.0
21022100
FABLO_BUILD=<date with git hash>
21032101
FABLO_REST_VERSION=0.1.2
2104-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
2102+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
21052103
21062104
COUCHDB_VERSION=3.1
21072105
FABRIC_COUCHDB_VERSION=0.4.18
@@ -4091,7 +4089,6 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should cr
40914089
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/crypto-config-orderer.yaml",
40924090
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
40934091
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/crypto-config-org2.yaml",
4094-
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
40954092
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
40964093
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer.example.com/fabric-ca-server-config.yaml",
40974094
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/org1.example.com/fabric-ca-server-config.yaml",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,6 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create pro
928928
"
929929
`;
930930
931-
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml 1`] = `""`;
932-
933931
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml 1`] = `
934932
"{
935933
"network-configs": {
@@ -3024,7 +3022,7 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create pro
30243022
"FABLO_VERSION=2.2.0
30253023
FABLO_BUILD=<date with git hash>
30263024
FABLO_REST_VERSION=0.1.2
3027-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
3025+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
30283026
30293027
COUCHDB_VERSION=3.1
30303028
FABRIC_COUCHDB_VERSION=0.4.18
@@ -5500,7 +5498,6 @@ exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create pro
55005498
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/crypto-config-orderer2.yaml",
55015499
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
55025500
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/crypto-config-org2.yaml",
5503-
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
55045501
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
55055502
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer1.com/fabric-ca-server-config.yaml",
55065503
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer2.com/fabric-ca-server-config.yaml",

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,6 @@ exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should cr
10711071
"
10721072
`;
10731073
1074-
exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json 1`] = `""`;
1075-
10761074
exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json 1`] = `
10771075
"{
10781076
"network-configs": {
@@ -3319,7 +3317,7 @@ exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should cr
33193317
"FABLO_VERSION=2.2.0
33203318
FABLO_BUILD=<date with git hash>
33213319
FABLO_REST_VERSION=0.1.2
3322-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
3320+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
33233321
33243322
COUCHDB_VERSION=3.1
33253323
FABRIC_COUCHDB_VERSION=0.4.18
@@ -4825,7 +4823,7 @@ services:
48254823
- basic
48264824
48274825
db.explorer.example.com:
4828-
image: ghcr.io/hyperledger-labs/explorer-db:\${HYPERLEDGER_EXPLORER_VERSION}
4826+
image: hyperledger/explorer-db:\${HYPERLEDGER_EXPLORER_VERSION}
48294827
container_name: db.explorer.example.com
48304828
environment:
48314829
- DATABASE_DATABASE=fabricexplorer
@@ -4842,7 +4840,7 @@ services:
48424840
- basic
48434841
48444842
explorer.example.com:
4845-
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
4843+
image: hyperledger/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
48464844
restart: on-failure:8
48474845
container_name: explorer.example.com
48484846
environment:
@@ -4855,14 +4853,10 @@ services:
48554853
- LOG_LEVEL_CONSOLE=info
48564854
- LOG_CONSOLE_STDOUT=true
48574855
- DISCOVERY_AS_LOCALHOST=false
4858-
- CORE_PEER_TLS_ENABLED=true
4859-
- CORE_PEER_TLS_CERT_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt
4860-
- CORE_PEER_TLS_KEY_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key
4861-
- CORE_PEER_TLS_ROOTCERT_FILE=/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
48624856
volumes:
4863-
- ../fabric-config/explorer/config.json:/opt/explorer/app/platform/fabric/config.json:ro
4864-
- ../fabric-config/explorer/connection-profile.json:/opt/explorer/app/platform/fabric/connection-profile/connection-profile.json:ro
4865-
- ../fabric-config/crypto-config:/tmp/crypto:ro
4857+
- ../fabric-config/explorer/config-global.json:/opt/explorer/app/platform/fabric/config.json
4858+
- ../fabric-config/explorer:/opt/explorer/app/platform/fabric/connection-profile
4859+
- ../fabric-config/crypto-config:/tmp/crypto
48664860
ports:
48674861
- "7010:8080"
48684862
depends_on:
@@ -6016,7 +6010,6 @@ exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should cr
60166010
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
60176011
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/crypto-config-org2.yaml",
60186012
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/crypto-config-org3.yaml",
6019-
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
60206013
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
60216014
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-org1.json",
60226015
"e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-config/explorer/config-org2.json",

e2e/__snapshots__/fablo-config-hlf3-1orgs-1chaincode.json.test.ts.snap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2
426426
"
427427
`;
428428
429-
exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf3-1orgs-1chaincode.json 1`] = `""`;
430-
431429
exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf3-1orgs-1chaincode.json 1`] = `
432430
"{
433431
"network-configs": {
@@ -1516,7 +1514,7 @@ exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2
15161514
"FABLO_VERSION=2.2.0
15171515
FABLO_BUILD=<date with git hash>
15181516
FABLO_REST_VERSION=0.1.2
1519-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
1517+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
15201518
15211519
COUCHDB_VERSION=3.1
15221520
FABRIC_COUCHDB_VERSION=0.4.18
@@ -3408,7 +3406,6 @@ exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper fi
34083406
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/connection-profiles/connection-profile-org1.yaml",
34093407
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-orderer.yaml",
34103408
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
3411-
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
34123409
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
34133410
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer.example.com/fabric-ca-server-config.yaml",
34143411
"e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/org1.example.com/fabric-ca-server-config.yaml",

e2e/__snapshots__/fablo-config-hlf3-bft-1orgs-1chaincode.json.test.ts.snap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create prope
451451
"
452452
`;
453453
454-
exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep from samples/fablo-config-hlf3-bft-1orgs-1chaincode.json 1`] = `""`;
455-
456454
exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json from samples/fablo-config-hlf3-bft-1orgs-1chaincode.json 1`] = `
457455
"{
458456
"network-configs": {
@@ -1541,7 +1539,7 @@ exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create prope
15411539
"FABLO_VERSION=2.2.0
15421540
FABLO_BUILD=<date with git hash>
15431541
FABLO_REST_VERSION=0.1.2
1544-
HYPERLEDGER_EXPLORER_VERSION=2.0.0
1542+
HYPERLEDGER_EXPLORER_VERSION=1.1.8
15451543
15461544
COUCHDB_VERSION=3.1
15471545
FABRIC_COUCHDB_VERSION=0.4.18
@@ -3432,7 +3430,6 @@ exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create prope
34323430
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/connection-profiles/connection-profile-org1.yaml",
34333431
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-orderer.yaml",
34343432
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/crypto-config-org1.yaml",
3435-
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/.gitkeep",
34363433
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/explorer/config-global.json",
34373434
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/orderer.example.com/fabric-ca-server-config.yaml",
34383435
"e2e/__tmp__/samples/fablo-config-hlf3-bft-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-config/fabric-ca-server-config/org1.example.com/fabric-ca-server-config.yaml",

0 commit comments

Comments
 (0)