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

Commit 1e35f9c

Browse files
authored
Merge branch 'master' into kubaw3f-patch-3
2 parents 67654ec + 4f49d94 commit 1e35f9c

File tree

23 files changed

+250
-1129
lines changed

23 files changed

+250
-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: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6028,13 +6028,41 @@
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,
60316059
"name": "Infrapix",
60326060
"stash": "HvxduhJsgb4LXq8o3daPExA8B21NQWuL12yH4SNgbE3syn7",
60336061
"riotHandle": "@uyifazih:matrix.org",
60346062
"kyc": true
60356063
},
60366064
{
6037-
"slotId": 866,
6065+
"slotId": 870,
60386066
"name": "Infrapix<2>",
60396067
"stash": "GU5vb54JbDdn69k2G8Wfnf7yJXFCR2MpFkgsXyrt37LPF1F",
60406068
"riotHandle": "@uyifazih: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)