From a434deffb583f09abae8bdb78b67289e3c539e78 Mon Sep 17 00:00:00 2001 From: adamant-al Date: Sat, 12 Nov 2022 15:55:01 +0500 Subject: [PATCH 01/49] chore: update package.json --- package.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48cba37..1d24de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adamant-pool", - "version": "1.0.0", + "version": "3.0.0", "description": "ADAMANT Forging Pool", "main": "server/src/app.js", "scripts": { @@ -9,14 +9,31 @@ "postinstall": "npm --prefix ./server install && npm --prefix ./web install", "build:web": "npm --prefix ./web run build" }, - "keywords": [ - "ADAMANT" - ], + "keywords": [ + "forging", + "pool", + "mining", + "rewards", + "dpos", + "adm", + "adamant", + "blockchain", + "crypto", + "cryptocurrency" + ], "author": "ADAMANT Tech Labs ", "license": "GPL-3.0", "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "husky": "^8.0.1" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Adamant-im/pool.git" + }, + "bugs": { + "url": "https://github.com/Adamant-im/pool/issues" + }, + "homepage": "https://github.com/Adamant-im/pool#readme" } From 3a9b4d26d27b488321ed4602ec62008e65e78273 Mon Sep 17 00:00:00 2001 From: martiliones Date: Fri, 18 Nov 2022 00:14:30 +0600 Subject: [PATCH 02/49] style: fix spaces --- web/src/lib/VoterTable.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/VoterTable.svelte b/web/src/lib/VoterTable.svelte index 6184f0c..305e453 100644 --- a/web/src/lib/VoterTable.svelte +++ b/web/src/lib/VoterTable.svelte @@ -50,7 +50,7 @@ {voters.length} - - +