From 79cb5c8cf68bfe9ac45b29e87bcfedd287f03867 Mon Sep 17 00:00:00 2001 From: dapplion Date: Mon, 15 Jul 2019 21:45:20 +0200 Subject: [PATCH 1/2] Add new manifest fields --- dappnode_package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 6a5ef01..496bbb8 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,9 @@ { "name": "ropsten.dnp.dappnode.eth", "version": "0.2.1", - "description": "Ropsten chain for DAppNode based on go-ethereum v1.8.27", + "upstreamVersion": "1.8.27", + "shortDescription": "Ethereum testnet with PoW - closest to Mainnet", + "description": "Ropsten Ethereum, also known as “Ethereum Testnet”, are as the name implies, a testing network that runs the same protocol as Ethereum does and is used to testing purposes before deploying on the main network (Mainnet). You can explore the chain on [etherscan](https://ropsten.etherscan.io/", "avatar": "/ipfs/QmQ9UqjybFLPSqJJgMdM3QsRj3mrnApSNwiHArJXFt7uz3", "type": "library", "chain": "ethereum", @@ -26,6 +28,9 @@ "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], + "categories": [ + "Developer tools" + ], "keywords": [ "DAppNode", "Ethereum", @@ -33,12 +38,13 @@ "Ropsten", "Geth" ], - "homepage": { - "homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme" + "links": { + "homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme", + "api": "http://ropsten.dappnode:8545" }, "repository": { "type": "git", - "url": "git+https://github.com/dappnode/DAppNodePackage-ropsten.git" + "url": "https://github.com/dappnode/DAppNodePackage-ropsten.git" }, "bugs": { "url": "https://github.com/dappnode/DAppNodePackage-ropsten/issues" From 1d063d02d2caec94f06d33063f853cc139bbb475 Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 16 Jul 2019 17:25:31 +0200 Subject: [PATCH 2/2] Review texts --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 496bbb8..c3339d0 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -3,7 +3,7 @@ "version": "0.2.1", "upstreamVersion": "1.8.27", "shortDescription": "Ethereum testnet with PoW - closest to Mainnet", - "description": "Ropsten Ethereum, also known as “Ethereum Testnet”, are as the name implies, a testing network that runs the same protocol as Ethereum does and is used to testing purposes before deploying on the main network (Mainnet). You can explore the chain on [etherscan](https://ropsten.etherscan.io/", + "description": "Ropsten Ethereum, also known as “Ethereum Testnet”, is a testing network that runs the same protocol as Ethereum Mainnet. It is useful for last-step stepping which requires conditions as close to Mainnet as possible. You can explore the chain on [etherscan](https://ropsten.etherscan.io/", "avatar": "/ipfs/QmQ9UqjybFLPSqJJgMdM3QsRj3mrnApSNwiHArJXFt7uz3", "type": "library", "chain": "ethereum",