Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ fi
exports[`samples/fablo-config-hlf2-1org-1chaincode-peer-dev-mode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-peer-dev-mode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-1org-1chaincode-peer-dev-mode.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ fi
exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-1org-1chaincode.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ fi
exports[`samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ fi
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-docker/.env from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3571,7 +3571,7 @@ fi
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-docker/.env from samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4002,7 +4002,7 @@ fi
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-docker/.env from samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ fi
exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf3-1orgs-1chaincode.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ fi
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-docker/.env from samples/fablo-config-hlf3-bft-1orgs-1chaincode.json 1`] = `
"FABLO_VERSION=2.4.1
FABLO_BUILD=<date with git hash>
FABLO_REST_VERSION=0.1.2
FABLO_REST_VERSION=0.2.0
HYPERLEDGER_EXPLORER_VERSION=2.0.0

COUCHDB_VERSION=3.1
Expand Down
2 changes: 1 addition & 1 deletion src/setup-docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class SetupDockerGenerator extends Generator {
paths: global.paths,
fabloVersion: config.fabloVersion,
fabloBuild: getBuildInfo(),
fabloRestVersion: "0.1.2",
fabloRestVersion: "0.2.0",
hyperledgerExplorerVersion: "2.0.0",
fabricCouchDbVersion: "0.4.18",
couchDbVersion: "3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/setup-k8s/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class SetupDockerGenerator extends Generator {
paths: global.paths,
fabloVersion: config.fabloVersion,
fabloBuild: getBuildInfo(),
fabloRestVersion: "0.1.2",
fabloRestVersion: "0.2.0",
hyperledgerExplorerVersion: "1.1.8",
fabricCouchDbVersion: "0.4.18",
couchDbVersion: "3.1",
Expand Down
Loading