diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json
index 0a4382ca5f5..ebe9fb8f966 100644
--- a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json
+++ b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-ledger-connector-fabric-socketio",
- "version": "1.0.0",
+ "version": "1.0.0-rc.3",
"license": "Apache-2.0",
"scripts": {
"start": "cd ./dist && node common/core/bin/www.js",
@@ -16,15 +16,15 @@
"config": "3.3.7",
"cookie-parser": "1.4.6",
"debug": "4.1.1",
- "express": "4.15.5",
+ "express": "4.17.1",
"fabric-ca-client": "1.4.19",
"fabric-client": "1.4.19",
"fabric-network": "1.4.19",
"fast-safe-stringify": "2.1.1",
"js-yaml": "3.14.1",
+ "morgan": "1.10.0",
"jsonwebtoken": "8.5.1",
"log4js": "6.4.1",
- "morgan": "1.10.0",
"serve-favicon": "2.4.5",
"shelljs": "0.8.5",
"socket.io": "4.4.1"
@@ -33,4 +33,4 @@
"@types/config": "0.0.41",
"ts-node": "9.1.1"
}
-}
+}
\ No newline at end of file
diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json
index 5f82ed55636..905ed177fba 100644
--- a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json
+++ b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio",
- "version": "1.0.0",
+ "version": "1.0.0-rc.3",
"license": "Apache-2.0",
"scripts": {
"start": "cd ./dist && node common/core/bin/www.js",
@@ -17,17 +17,17 @@
"config": "3.3.7",
"cookie-parser": "1.4.6",
"debug": "4.1.1",
- "express": "4.15.5",
+ "express": "4.17.1",
"js-yaml": "3.14.1",
"jsonwebtoken": "8.5.1",
"log4js": "6.4.1",
"morgan": "1.10.0",
"serve-favicon": "2.4.5",
"shelljs": "0.8.5",
- "socket.io": "4.4.1",
+ "socket.io": "4.1.1",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"@types/config": "0.0.41"
}
-}
+}
\ No newline at end of file
diff --git a/whitepaper/authorizationPermissionedChains.png b/whitepaper/authorizationPermissionedChains.png
new file mode 100644
index 00000000000..5a01280411b
Binary files /dev/null and b/whitepaper/authorizationPermissionedChains.png differ
diff --git a/whitepaper/deployIntegrationFramework.png b/whitepaper/deployIntegrationFramework.png
new file mode 100644
index 00000000000..b79af9f71b9
Binary files /dev/null and b/whitepaper/deployIntegrationFramework.png differ
diff --git a/whitepaper/documentStorageDeploymentDiag.png b/whitepaper/documentStorageDeploymentDiag.png
new file mode 100644
index 00000000000..64daaadec77
Binary files /dev/null and b/whitepaper/documentStorageDeploymentDiag.png differ
diff --git a/whitepaper/escrowedSaleDataforCoins.png b/whitepaper/escrowedSaleDataforCoins.png
new file mode 100644
index 00000000000..448d4d5309a
Binary files /dev/null and b/whitepaper/escrowedSaleDataforCoins.png differ
diff --git a/whitepaper/exampleCoinPeggedtoBitcoin.png b/whitepaper/exampleCoinPeggedtoBitcoin.png
new file mode 100644
index 00000000000..0d98dc987fe
Binary files /dev/null and b/whitepaper/exampleCoinPeggedtoBitcoin.png differ
diff --git a/whitepaper/foodTraceIntegration2.png b/whitepaper/foodTraceIntegration2.png
new file mode 100644
index 00000000000..df2f011c841
Binary files /dev/null and b/whitepaper/foodTraceIntegration2.png differ
diff --git a/whitepaper/foodTraceIntergration.png b/whitepaper/foodTraceIntergration.png
new file mode 100644
index 00000000000..4c8ef4188c2
Binary files /dev/null and b/whitepaper/foodTraceIntergration.png differ
diff --git a/whitepaper/healthcareDataSharingwithAccessControlList.png b/whitepaper/healthcareDataSharingwithAccessControlList.png
new file mode 100644
index 00000000000..cf16c198df6
Binary files /dev/null and b/whitepaper/healthcareDataSharingwithAccessControlList.png differ
diff --git a/whitepaper/hyperledgerBCIntegrationFramework.png b/whitepaper/hyperledgerBCIntegrationFramework.png
new file mode 100644
index 00000000000..a21ec3a85ce
Binary files /dev/null and b/whitepaper/hyperledgerBCIntegrationFramework.png differ
diff --git a/whitepaper/integration-framework-client-side-transaction-signing.png b/whitepaper/integration-framework-client-side-transaction-signing.png
new file mode 100644
index 00000000000..66dee0ac67b
Binary files /dev/null and b/whitepaper/integration-framework-client-side-transaction-signing.png differ
diff --git a/whitepaper/integration-framework-plugin-architecture.png b/whitepaper/integration-framework-plugin-architecture.png
new file mode 100644
index 00000000000..9f41d9dba4b
Binary files /dev/null and b/whitepaper/integration-framework-plugin-architecture.png differ
diff --git a/whitepaper/integration-framework-server-side-transaction-signing.png b/whitepaper/integration-framework-server-side-transaction-signing.png
new file mode 100644
index 00000000000..082f6d1108f
Binary files /dev/null and b/whitepaper/integration-framework-server-side-transaction-signing.png differ
diff --git a/whitepaper/integration-framework-unified-identity-management.png b/whitepaper/integration-framework-unified-identity-management.png
new file mode 100644
index 00000000000..d74beddcc92
Binary files /dev/null and b/whitepaper/integration-framework-unified-identity-management.png differ
diff --git a/whitepaper/whitepaper.md b/whitepaper/whitepaper.md
index 5aa3a16cac7..7bc5dc62d6f 100644
--- a/whitepaper/whitepaper.md
+++ b/whitepaper/whitepaper.md
@@ -464,7 +464,7 @@ The following table summarizes the use cases that will be explained in more deta
| Comments | Hyperledger Private Data: https://hyperledger-fabric.readthedocs.io/en/release-1.4/private_data_tutorial.html
Besu Privacy Groups: https://besu.hyperledger.org/en/stable/Concepts/Privacy/Privacy-Groups/ |
-
+