Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 343c98a

Browse files
authored
Merge branch 'master' into kubaw3f-patch-4
2 parents cd514cc + d4937b2 commit 343c98a

File tree

23 files changed

+264
-1129
lines changed

23 files changed

+264
-1129
lines changed

apps/1kv-backend/templates/kusama-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://w3f.github.io/helm-charts/
1919
chart: otv-backend
20-
targetRevision: v3.1.8
20+
targetRevision: v3.1.11
2121
plugin:
2222
env:
2323
- name: HELM_VALUES

apps/1kv-backend/templates/polkadot-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
repoURL: https://w3f.github.io/helm-charts/
1919
chart: otv-backend
20-
targetRevision: v3.1.8
20+
targetRevision: v3.1.11
2121
plugin:
2222
env:
2323
- name: HELM_VALUES

candidates/kusama.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6028,13 +6028,55 @@
60286028
},
60296029
{
60306030
"slotId": 865,
6031+
"name": "StormSpirit",
6032+
"stash": "DrznicXfvf1jXMJHkGeH1xbkB7pKVW6TRcCXrsfFMREcuuE",
6033+
"riotHandle": "@mildredaneymeyer:matrix.org",
6034+
"kyc": true
6035+
},
6036+
{
6037+
"slotId": 866,
6038+
"name": "StormSpirit*01",
6039+
"stash": "EfsE3uZyitCYPM1QwrkZ8AHVyFFxTRUKcMcJkUv7AqLgji6",
6040+
"riotHandle": "@mildredaneymeyer:matrix.org",
6041+
"kyc": true
6042+
},
6043+
{
6044+
"slotId": 867,
6045+
"name": "schmiatz",
6046+
"stash": "HvDGXc3twtF21iz2vWPPxZJDk7pX2KEnZQyNCQMhkHa2vQF",
6047+
"riotHandle": "@matthias91:matrix.org",
6048+
"kyc": true
6049+
},
6050+
{
6051+
"slotId": 868,
6052+
"name": "schmiatz-2",
6053+
"stash": "DchRVyJaSZFeuUph9QJ33A9N2ERMSQVz7EkdLZoN7AVQgfA",
6054+
"riotHandle": "@matthias91:matrix.org",
6055+
"kyc": true
6056+
},
6057+
{
6058+
"slotId": 869,
6059+
"name": "Infrapix",
6060+
"stash": "HvxduhJsgb4LXq8o3daPExA8B21NQWuL12yH4SNgbE3syn7",
6061+
"riotHandle": "@uyifazih:matrix.org",
6062+
"kyc": true
6063+
},
6064+
{
6065+
"slotId": 870,
6066+
"name": "Infrapix<2>",
6067+
"stash": "GU5vb54JbDdn69k2G8Wfnf7yJXFCR2MpFkgsXyrt37LPF1F",
6068+
"riotHandle": "@uyifazih:matrix.org",
6069+
"kyc": true
6070+
},
6071+
{
6072+
"slotId": 871,
60316073
"name": "🦾🤖 IvoryNode 🤖🦾",
60326074
"stash": "GUibN3wkgbXrE9bbrfDZzUQrdanEusMD4tfiEXAzYUT24rL",
60336075
"riotHandle": "@white_snowflake:matrix.org",
60346076
"kyc": true
60356077
},
60366078
{
6037-
"slotId": 866,
6079+
"slotId": 872,
60386080
"name": "🦿🤖 WhiteNode 🤖🦿",
60396081
"stash": "DaS8Qc4fzpa7DVyV5NsvMUpLDHQzyFG3BNx7977qMUTbbeq",
60406082
"riotHandle": "@white_snowflake:matrix.org",

charts/otv-backend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: 1K Validators Backend
22
name: otv-backend
3-
version: v3.1.8
4-
appVersion: v3.1.8
3+
version: v3.1.11
4+
appVersion: v3.1.11
55
apiVersion: v2

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1kv/common",
3-
"version": "3.1.8",
3+
"version": "3.1.11",
44
"description": "Services for running the Thousand Validator Program.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)