diff --git a/ZelBack/src/services/appsService.js b/ZelBack/src/services/appsService.js index 4c6088893..b4fc0a7ff 100644 --- a/ZelBack/src/services/appsService.js +++ b/ZelBack/src/services/appsService.js @@ -2715,7 +2715,7 @@ async function availableApps(req, res) { + 'Chainweb is a braided, parallelized Proof Of Work consensus mechanism that improves throughput and scalability in executing transactions on the blockchain while maintaining the security and integrity found in Bitcoin. ' + 'The healthy information tells you if your node is running and synced. If you just installed the docker it can say unhealthy for long time because on first run a bootstrap is downloaded and extracted to make your node sync faster before the node is started. ' + 'Do not stop or restart the docker in the first hour after installation. You can also check if your kadena node is synced, by going to running apps and press visit button on kadena and compare your node height with Kadena explorer. Thank you.', - repotag: 'runonflux/kadena-chainweb-node:2.9', + repotag: 'runonflux/kadena-chainweb-node:2.9.1', owner: '1hjy4bCYBJr4mny4zCE85J94RXa8W6q37', ports: [30004, 30005], containerPorts: [30004, 30005], @@ -2727,14 +2727,14 @@ async function availableApps(req, res) { enviromentParameters: ['CHAINWEB_P2P_PORT=30004', 'CHAINWEB_SERVICE_PORT=30005', 'LOGLEVEL=warn'], commands: ['/bin/bash', '-c', '(test -d /data/chainweb-db/0 && ./run-chainweb-node.sh) || (/chainweb/initialize-db.sh && ./run-chainweb-node.sh)'], containerData: '/data', // cannot be root todo in verification - hash: 'localSpecificationsVersion10', // hash of app message + hash: 'localSpecificationsVersion11', // hash of app message height: 680000, // height of tx on which it was }, { version: 2, name: 'KadenaChainWebData', // corresponds to docker name and this name is stored in apps mongo database description: 'Kadena Chainweb Data is extension to Chainweb Node offering additional data about Kadena blockchain. Chainweb Data offers statistics, coins circulation and mainly transaction history and custom searching through transactions', - repotag: 'runonflux/kadena-chainweb-data:v1.0.0', + repotag: 'runonflux/kadena-chainweb-data:v1.1.0', owner: '1hjy4bCYBJr4mny4zCE85J94RXa8W6q37', ports: [30006], containerPorts: [8888], @@ -2746,7 +2746,7 @@ async function availableApps(req, res) { enviromentParameters: [], commands: [], containerData: '/var/lib/postgresql/data', // cannot be root todo in verification - hash: 'chainwebDataLocalSpecificationsVersion1', // hash of app message + hash: 'chainwebDataLocalSpecificationsVersion2', // hash of app message height: 900000, // height of tx on which it was }, { // app specifications diff --git a/package.json b/package.json index 1dbf3b7f1..34471b8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flux", - "version": "1.20.0", + "version": "1.20.1", "description": "Flux, Your Gateway to a Decentralized World", "repository": { "type": "git",