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

Commit 0e08709

Browse files
authored
Merge branch 'master' into kubaw3f-patch-5
2 parents 0a59e4c + 8b13028 commit 0e08709

File tree

23 files changed

+278
-1129
lines changed

23 files changed

+278
-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: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6028,13 +6028,69 @@
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,
6073+
"name": "🦾🤖 IvoryNode 🤖🦾",
6074+
"stash": "GUibN3wkgbXrE9bbrfDZzUQrdanEusMD4tfiEXAzYUT24rL",
6075+
"riotHandle": "@white_snowflake:matrix.org",
6076+
"kyc": true
6077+
},
6078+
{
6079+
"slotId": 872,
6080+
"name": "🦿🤖 WhiteNode 🤖🦿",
6081+
"stash": "DaS8Qc4fzpa7DVyV5NsvMUpLDHQzyFG3BNx7977qMUTbbeq",
6082+
"riotHandle": "@white_snowflake:matrix.org",
6083+
"kyc": true
6084+
},
6085+
{
6086+
"slotId": 873,
60316087
"name": "Byte vista",
60326088
"stash": "FaNAro9FXxT11LHSC8seGZRYus66QsTN2fwGPZ22UhZiDmG",
60336089
"riotHandle": "@cardonajocabed:matrix.org",
60346090
"kyc": true
60356091
},
60366092
{
6037-
"slotId": 866,
6093+
"slotId": 874,
60386094
"name": "Byte vista2",
60396095
"stash": "FtCUPi9W3Nsh1QQ7DdihpiAdxxnZ5dADVeHFwJNpWL44kEU",
60406096
"riotHandle": "@cardonajocabed: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)