Skip to content
Merged
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
24 changes: 12 additions & 12 deletions e2e/__snapshots__/extendConfig.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10321,14 +10321,14 @@ exports[`extend config samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json
"orderer": "V2_0",
},
"engine": "docker",
"fabricBaseosVersion": "3.0.0",
"fabricBaseosVersion": "3.1.0",
"fabricCaVersion": "1.5.5",
"fabricCcenvVersion": "3.0.0",
"fabricCcenvVersion": "3.1.0",
"fabricJavaenvVersion": "2.5",
"fabricNodeenvVersion": "2.5",
"fabricRecommendedNodeVersion": "16",
"fabricToolsVersion": "3.0.0",
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"monitoring": {
"loglevel": "info",
},
Expand Down Expand Up @@ -11211,14 +11211,14 @@ exports[`extend config samples/fablo-config-hlf3-1orgs-1chaincode.json 1`] = `
"orderer": "V2_0",
},
"engine": "docker",
"fabricBaseosVersion": "3.0.0",
"fabricBaseosVersion": "3.1.0",
"fabricCaVersion": "1.5.5",
"fabricCcenvVersion": "3.0.0",
"fabricCcenvVersion": "3.1.0",
"fabricJavaenvVersion": "2.5",
"fabricNodeenvVersion": "2.5",
"fabricRecommendedNodeVersion": "16",
"fabricToolsVersion": "3.0.0",
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"monitoring": {
"loglevel": "debug",
},
Expand Down Expand Up @@ -12172,14 +12172,14 @@ exports[`extend config samples/fablo-config-hlf3-bft-1orgs-1chaincode.json 1`] =
"orderer": "V2_0",
},
"engine": "docker",
"fabricBaseosVersion": "3.0.0",
"fabricBaseosVersion": "3.1.0",
"fabricCaVersion": "1.5.5",
"fabricCcenvVersion": "3.0.0",
"fabricCcenvVersion": "3.1.0",
"fabricJavaenvVersion": "2.5",
"fabricNodeenvVersion": "2.5",
"fabricRecommendedNodeVersion": "16",
"fabricToolsVersion": "3.0.0",
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"monitoring": {
"loglevel": "debug",
},
Expand Down Expand Up @@ -13610,14 +13610,14 @@ exports[`extend config samples/invalid-fablo-config.json 1`] = `
"orderer": "V2_0",
},
"engine": "docker",
"fabricBaseosVersion": "3.0.0",
"fabricBaseosVersion": "3.1.0",
"fabricCaVersion": "1.5.5",
"fabricCcenvVersion": "3.0.0",
"fabricCcenvVersion": "3.1.0",
"fabricJavaenvVersion": "2.5",
"fabricNodeenvVersion": "2.5",
"fabricRecommendedNodeVersion": "16",
"fabricToolsVersion": "3.0.0",
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"monitoring": {
"loglevel": "info",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`samples/fablo-config-hlf3-1org-2chaincode-raft-ccaas.json should create
"{
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.4.0/schema.json",
"global": {
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"tls": true
},
"orgs": [
Expand Down Expand Up @@ -1612,12 +1612,12 @@ CHAINCODES_BASE_DIR=<absolute path>
COMPOSE_PROJECT_NAME=<name with timestamp>
LOGGING_LEVEL=info

FABRIC_VERSION=3.0.0
FABRIC_VERSION=3.1.0
FABRIC_TOOLS_VERSION=3.0.0
FABRIC_CA_VERSION=1.5.5
FABRIC_CA_POSTGRES_VERSION=14
FABRIC_CCENV_VERSION=3.0.0
FABRIC_BASEOS_VERSION=3.0.0
FABRIC_CCENV_VERSION=3.1.0
FABRIC_BASEOS_VERSION=3.1.0
FABRIC_JAVAENV_VERSION=2.5
FABRIC_NODEENV_VERSION=2.5
RECOMMENDED_NODE_VERSION=16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2
"{
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.4.0/schema.json",
"global": {
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"tls": true,
"monitoring": {
"loglevel": "debug"
Expand Down Expand Up @@ -1731,12 +1731,12 @@ CHAINCODES_BASE_DIR=<absolute path>
COMPOSE_PROJECT_NAME=<name with timestamp>
LOGGING_LEVEL=debug

FABRIC_VERSION=3.0.0
FABRIC_VERSION=3.1.0
FABRIC_TOOLS_VERSION=3.0.0
FABRIC_CA_VERSION=1.5.5
FABRIC_CA_POSTGRES_VERSION=14
FABRIC_CCENV_VERSION=3.0.0
FABRIC_BASEOS_VERSION=3.0.0
FABRIC_CCENV_VERSION=3.1.0
FABRIC_BASEOS_VERSION=3.1.0
FABRIC_JAVAENV_VERSION=2.5
FABRIC_NODEENV_VERSION=2.5
RECOMMENDED_NODE_VERSION=16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`samples/fablo-config-hlf3-bft-1orgs-1chaincode.json should create prope
"{
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.4.0/schema.json",
"global": {
"fabricVersion": "3.0.0",
"fabricVersion": "3.1.0",
"tls": true,
"monitoring": {
"loglevel": "debug"
Expand Down Expand Up @@ -1757,12 +1757,12 @@ CHAINCODES_BASE_DIR=<absolute path>
COMPOSE_PROJECT_NAME=<name with timestamp>
LOGGING_LEVEL=debug

FABRIC_VERSION=3.0.0
FABRIC_VERSION=3.1.0
FABRIC_TOOLS_VERSION=3.0.0
FABRIC_CA_VERSION=1.5.5
FABRIC_CA_POSTGRES_VERSION=14
FABRIC_CCENV_VERSION=3.0.0
FABRIC_BASEOS_VERSION=3.0.0
FABRIC_CCENV_VERSION=3.1.0
FABRIC_BASEOS_VERSION=3.1.0
FABRIC_JAVAENV_VERSION=2.5
FABRIC_NODEENV_VERSION=2.5
RECOMMENDED_NODE_VERSION=16
Expand Down
Loading
Loading