From 0c908d039b45767e75c1a2a05adafb0c92f27043 Mon Sep 17 00:00:00 2001 From: dapplion Date: Mon, 15 Jul 2019 17:51:22 +0200 Subject: [PATCH 1/2] Add new manifest fields add api --- dappnode_package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index a9295b9..4a2b022 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,10 +1,11 @@ { "name": "kovan.dnp.dappnode.eth", "version": "0.1.5", - "description": "Kovan chain for DAppNode based on Parity v2.4.5", + "upstreamVersion": "2.4.6", + "shortVersion": "Ethereum testnet using Parity's PoA Protocol", + "description": "Kovan is a new testnet for Ethereum using Parity's Proof of Authority consensus engine, with benefits over Ropsten: \n\n - Immune to spam attacks (as Ether supply is controlled by trusted parties) \n - Consistent 4 second block time \n\n\n For Parity support, head to the [Parity gitter channel](https://gitter.im/ethcore/parity). After configuring, you probably want to acquire some Kovan Ether. To do so, follow the [faucet guide](https://github.com/kovan-testnet/faucet).", "avatar": "/ipfs/QmajTBCxjKUqwpiRjUs6csZzfECHLsAoMAiNAq56SyiWE8", "type": "library", - "chain": "ethereum", "image": { "path": "", "hash": "", @@ -21,18 +22,23 @@ "EXTRA_OPTS=--jsonrpc-port 8545 --jsonrpc-interface all --jsonrpc-hosts all --jsonrpc-cors all --ws-interface all --ws-port 8546 --ws-origins all --ws-hosts all" ] }, + "chain": "ethereum", "author": "DAppNode Association (https://github.com/dappnode)", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], + "categories": [ + "Developer tools" + ], "keywords": [ "parity", "kovan", "ethereum", "testnet" ], - "homepage": { - "homepage": "https://kovan.etherscan.io/" + "links": { + "homepage": "https://kovan.etherscan.io/", + "api": "http://kovan.dappnode:8545" }, "repository": { "type": "git", From 9a3cee045f2e4ea74cb17014a0fca8ef78d99f6e Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 16 Jul 2019 17:12:15 +0200 Subject: [PATCH 2/2] Grammar check --- dappnode_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 4a2b022..e91038e 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -2,8 +2,8 @@ "name": "kovan.dnp.dappnode.eth", "version": "0.1.5", "upstreamVersion": "2.4.6", - "shortVersion": "Ethereum testnet using Parity's PoA Protocol", - "description": "Kovan is a new testnet for Ethereum using Parity's Proof of Authority consensus engine, with benefits over Ropsten: \n\n - Immune to spam attacks (as Ether supply is controlled by trusted parties) \n - Consistent 4 second block time \n\n\n For Parity support, head to the [Parity gitter channel](https://gitter.im/ethcore/parity). After configuring, you probably want to acquire some Kovan Ether. To do so, follow the [faucet guide](https://github.com/kovan-testnet/faucet).", + "shortDescription": "Ethereum testnet with Parity's PoA Protocol", + "description": "Kovan is an Ethereum testnet using Parity's Proof of Authority consensus engine, with benefits over Ropsten: \n\n - Immune to spam attacks (as Ether supply is controlled by trusted parties) \n - Consistent 4 second block time \n\n\n For Parity support, head to the [Parity Gitter channel](https://gitter.im/ethcore/parity). After configuring, you probably want to acquire some Kovan Ether. To do so, follow the [faucet guide](https://github.com/kovan-testnet/faucet).", "avatar": "/ipfs/QmajTBCxjKUqwpiRjUs6csZzfECHLsAoMAiNAq56SyiWE8", "type": "library", "image": {