Skip to content

Commit

Permalink
Merge pull request #307 from RunOnFlux/development
Browse files Browse the repository at this point in the history
kadena node v2.9.1
  • Loading branch information
TheTrunk authored Aug 29, 2021
2 parents d200279 + 375dc20 commit f577499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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],
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f577499

Please sign in to comment.