From bd9eec41c3b920921ca4131086f3fbe54a9acfc1 Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:48:18 +0200 Subject: [PATCH 1/5] add more polkadot vals --- helmfile.d/config/polkadot/otv-backend.yaml.gotmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl index d8265c496..33555a5c0 100644 --- a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl @@ -1104,6 +1104,12 @@ config: | "stash": "128iAScPNNZcoSXQuFp1VkgW376KqvZs61g9Y36MuUX78ZZ6", "kusamaStash": "HU6TSsvA84GKrTiyArBHiFDVBSLHNr5Ki3qPV7T8WKyVJaz", "riotHandle": "@pythagoras.c.i:matrix.org" + }, + { + "name": "Jean-Pierre", + "stash": "155woeQGxnm2hPnA6LtCYk8Zr2L7FTnWAkfbLi986JU1AADo", + "kusamaStash": "EYVtSjwsgYiLhwBpoKf8aHc5UfWhnRz2Wcd9gcofNj5Cs21", + "riotHandle": "@jeanpierre91:matrix.org" } ], "forceRound": false, From 64f7eb848ca7eb00ea809ffb6dcc0abfd53737f5 Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:55:04 +0200 Subject: [PATCH 2/5] add more kusama vals --- .../config/kusama/otv-backend.yaml.gotmpl | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl index f7eb6d5b2..dd2ed405f 100644 --- a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl @@ -2639,6 +2639,31 @@ config: | "name": "Texas Blockchain Node 1", "stash": "EUrmJmk6XzifgYgEAvoDE3YYnHKQYpsFg1ZoTbx3wAdtF3o", "riotHandle": "@srivish:matrix.org" + }, + { + "name": "ForklessNation ॐ 0", + "stash": "H2hR9442doETZ5eRFaP2JHKZJKyLUzSH4xbJ56FC17tPuEC", + "riotHandle": ["@synapticon:matrix.org", "@Darkstar/forklessnation:matrix.org"] + }, + { + "name": "VLADIMIR2", + "stash": "FFvhijZofjqZEXwE2hvpKHbyNDexDHq3Qk1ti7SaCmYTRF5", + "riotHandle": "@gratevladimir:matrix.org" + }, + { + "name": "capnodes2-sv-validator-0", + "stash": "HQsZbKE5CatSBgQB1LHws8eZJs3qjV2VB5cxkUyZHagG9oW", + "riotHandle": "@hval:matrix.org" + }, + { + "name": "Phoenix/2", + "stash": "EmAFBdRFbJiyThqSt9vv2vVECcdTU9nJqa3wTxgKCVKMoC4", + "riotHandle": "@pho45:matrix.org" + }, + { + "name": "Vixello", + "stash": "EiiSBrZ9kPJhPwf114LF6DyrHCLSKucFTS2TPpSH7zWkTTG", + "riotHandle": "@vixello:matrix.org" } ], "forceRound": false, From 366f46fa3e545ca7c46b050ba93908364a6d0c2e Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:56:40 +0200 Subject: [PATCH 3/5] bump version to v2.6.1 --- charts/otv-backend/Chart.yaml | 2 +- charts/otv-backend/values.yaml | 2 +- helmfile.d/10-otv-backend.yaml | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/otv-backend/Chart.yaml b/charts/otv-backend/Chart.yaml index c86978eca..52db6429b 100644 --- a/charts/otv-backend/Chart.yaml +++ b/charts/otv-backend/Chart.yaml @@ -1,4 +1,4 @@ description: 1K Validators Backend name: otv-backend -version: v2.6.0 +version: v2.6.1 apiVersion: v2 diff --git a/charts/otv-backend/values.yaml b/charts/otv-backend/values.yaml index 3b50dd02d..3ec3ab8bf 100644 --- a/charts/otv-backend/values.yaml +++ b/charts/otv-backend/values.yaml @@ -17,7 +17,7 @@ resources: image: repo: web3f/otv-backend - tag: v2.5.96 + tag: v2.6.1 certificate: enabled: true diff --git a/helmfile.d/10-otv-backend.yaml b/helmfile.d/10-otv-backend.yaml index ed7569afb..bf7a2360b 100644 --- a/helmfile.d/10-otv-backend.yaml +++ b/helmfile.d/10-otv-backend.yaml @@ -11,7 +11,7 @@ releases: namespace: kusama {{ if eq .Environment.Name "production" }} chart: w3f/otv-backend - version: v2.6.0 + version: v2.6.1 {{ else }} chart: ../charts/otv-backend {{ end }} @@ -23,7 +23,7 @@ releases: namespace: polkadot {{ if eq .Environment.Name "production" }} chart: w3f/otv-backend - version: v2.6.0 + version: v2.6.1 {{ else }} chart: ../charts/otv-backend {{ end }} diff --git a/package.json b/package.json index b9240ccbe..b97548c6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1k-validators-be", - "version": "2.6.0", + "version": "2.6.1", "description": "Services for running the Thousand Validator Program.", "main": "index.js", "scripts": { diff --git a/src/index.ts b/src/index.ts index 76d506680..ef37e89da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ import { startClearAccumulatedOfflineTimeJob, startMonitorJob } from "./cron"; const isCI = process.env.CI; -const version = "v2.6.0"; +const version = "v2.6.1"; const catchAndQuit = async (fn: any) => { try { From b0b3bb96c728b67bc8e38d30af77ddbbb29264b6 Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:58:31 +0200 Subject: [PATCH 4/5] edit val --- helmfile.d/config/kusama/otv-backend.yaml.gotmpl | 2 +- helmfile.d/config/polkadot/otv-backend.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl index dd2ed405f..bef795169 100644 --- a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl @@ -1464,7 +1464,7 @@ config: | }, { "name": "amj_stake-0", - "stash": "D8aDoqzNTeqbuxbZ79nHQZp95Nwew1nx3cz2uByMU5qBfhj", + "stash": "DPdkDRzUV56F5R8fNjZwFx2Uctn173c1UJJXjxQMVMZuCqS", "riotHandle": "@amj.stake:matrix.org" }, { diff --git a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl index 33555a5c0..21e241a4a 100644 --- a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl @@ -854,7 +854,7 @@ config: | { "name": "Blocky🧱 McBlockface🗿", "stash": "14NRcqdfKyv9txzCoinHNExtUzTyYQvnbirqqRVzReCAcGHr", - "kusamaStash": "D8aDoqzNTeqbuxbZ79nHQZp95Nwew1nx3cz2uByMU5qBfhj", + "kusamaStash": "DPdkDRzUV56F5R8fNjZwFx2Uctn173c1UJJXjxQMVMZuCqS", "riotHandle": "@amj.stake:matrix.org", "skipSelfStake": true }, From 1a56aeb6339b45ebeb0f26cdaa3e363d40ca3484 Mon Sep 17 00:00:00 2001 From: wpank <9498646+wpank@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:25:57 +0200 Subject: [PATCH 5/5] edit val --- helmfile.d/config/kusama/otv-backend.yaml.gotmpl | 2 +- helmfile.d/config/polkadot/otv-backend.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl index bef795169..44de563c5 100644 --- a/helmfile.d/config/kusama/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/kusama/otv-backend.yaml.gotmpl @@ -1463,7 +1463,7 @@ config: | "riotHandle": "@legiojuve:matrix.org" }, { - "name": "amj_stake-0", + "name": "JUST JONAS/1", "stash": "DPdkDRzUV56F5R8fNjZwFx2Uctn173c1UJJXjxQMVMZuCqS", "riotHandle": "@amj.stake:matrix.org" }, diff --git a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl index 21e241a4a..1ed046203 100644 --- a/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl +++ b/helmfile.d/config/polkadot/otv-backend.yaml.gotmpl @@ -852,7 +852,7 @@ config: | "skipSelfStake": true }, { - "name": "Blocky🧱 McBlockface🗿", + "name": "JUST JONAS/1", "stash": "14NRcqdfKyv9txzCoinHNExtUzTyYQvnbirqqRVzReCAcGHr", "kusamaStash": "DPdkDRzUV56F5R8fNjZwFx2Uctn173c1UJJXjxQMVMZuCqS", "riotHandle": "@amj.stake:matrix.org",