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

Commit 4bf25bf

Browse files
authored
Merge pull request #2629 from w3f/will-v3-0-21
v3.0.21
2 parents 5631c15 + 60c4754 commit 4bf25bf

File tree

16 files changed

+61
-35
lines changed

16 files changed

+61
-35
lines changed

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

Lines changed: 7 additions & 2 deletions
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.0.20
20+
targetRevision: v3.0.21
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -43,7 +43,12 @@ spec:
4343
"global": {
4444
"networkPrefix": 2,
4545
"apiEndpoints": [
46-
"wss://kusama-rpc.polkadot.io"
46+
"wss://kusama-rpc-tn.dwellir.com",
47+
"wss://kusama-rpc.dwellir.com",
48+
"wss://kusama.public.curie.radiumblock.xyz/ws",
49+
"wss://rpc.ibp.network/kusama",
50+
"wss://rpc.dotters.network/kusama",
51+
"wss://ksm-rpc.stakeworld.io"
4752
],
4853
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
4954
},

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

Lines changed: 8 additions & 5 deletions
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.0.20
20+
targetRevision: v3.0.21
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -43,10 +43,13 @@ spec:
4343
"global": {
4444
"networkPrefix": 0,
4545
"apiEndpoints": [
46-
"wss://rpc.polkadot.io",
47-
"wss://polkadot-rpc.dwellir.com"
48-
],
49-
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
46+
"wss://rpc.dotters.network/polkadot",
47+
"wss://dot-rpc.stakeworld.io",
48+
"wss://polkadot.public.curie.radiumblock.co/ws",
49+
"wss://rpc.ibp.network/polkadot",
50+
"wss://polkadot-rpc-tn.dwellir.com"
51+
],
52+
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
5053
},
5154
"constraints": {
5255
"skipConnectionTime": false,

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

Lines changed: 7 additions & 4 deletions
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.0.20
20+
targetRevision: v3.0.21
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -41,9 +41,12 @@ spec:
4141
"global": {
4242
"networkPrefix": 2,
4343
"apiEndpoints": [
44-
"wss://kusama-rpc.polkadot.io",
44+
"wss://kusama-rpc-tn.dwellir.com",
4545
"wss://kusama-rpc.dwellir.com",
46-
"wss://kusama.public.curie.radiumblock.xyz/ws"
46+
"wss://kusama.public.curie.radiumblock.xyz/ws",
47+
"wss://rpc.ibp.network/kusama",
48+
"wss://rpc.dotters.network/kusama",
49+
"wss://ksm-rpc.stakeworld.io"
4750
],
4851
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
4952
},
@@ -81,7 +84,7 @@ spec:
8184
{{ . }}{{ end }},
8285
"scorekeeper": {
8386
"candidates": null,
84-
"forceRound": true,
87+
"forceRound": false,
8588
"nominating": {{ .Values.kusama.be.nominating }}
8689
},
8790
"server": {

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

Lines changed: 9 additions & 6 deletions
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.0.20
20+
targetRevision: v3.0.21
2121
plugin:
2222
env:
2323
- name: HELM_VALUES
@@ -41,10 +41,13 @@ spec:
4141
"global": {
4242
"networkPrefix": 0,
4343
"apiEndpoints": [
44-
"wss://rpc.polkadot.io",
45-
"wss://polkadot-rpc.dwellir.com"
46-
],
47-
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
44+
"wss://rpc.dotters.network/polkadot",
45+
"wss://dot-rpc.stakeworld.io",
46+
"wss://polkadot.public.curie.radiumblock.co/ws",
47+
"wss://rpc.ibp.network/polkadot",
48+
"wss://polkadot-rpc-tn.dwellir.com"
49+
],
50+
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
4851
},
4952
"constraints": {
5053
"skipConnectionTime": false,
@@ -80,7 +83,7 @@ spec:
8083
{{ . }}{{ end }},
8184
"scorekeeper": {
8285
"candidates": null,
83-
"forceRound": true,
86+
"forceRound": false,
8487
"nominating": {{ .Values.polkadot.be.nominating }}
8588
},
8689
"server": {

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.0.20
4-
appVersion: v3.0.20
3+
version: v3.0.21
4+
appVersion: v3.0.21
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.0.20",
3+
"version": "3.0.21",
44
"description": "Services for running the Thousand Validator Program.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

packages/core/config/polkadot.current.dev.sample.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"dryRun": false,
44
"networkPrefix": 0,
55
"apiEndpoints": [
6-
"wss://rpc.polkadot.io",
7-
"wss://polkadot-rpc.dwellir.com"
6+
"wss://rpc.dotters.network/polkadot",
7+
"wss://dot-rpc.stakeworld.io",
8+
"wss://polkadot.public.curie.radiumblock.co/ws",
9+
"wss://rpc.ibp.network/polkadot",
10+
"wss://polkadot-rpc-tn.dwellir.com"
811
],
912
"bootstrap": true,
1013
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",

packages/core/config/polkadot.current.sample.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"dryRun": false,
44
"networkPrefix": 0,
55
"apiEndpoints": [
6-
"wss://rpc.polkadot.io",
7-
"wss://polkadot-rpc.dwellir.com"
6+
"wss://rpc.dotters.network/polkadot",
7+
"wss://dot-rpc.stakeworld.io",
8+
"wss://polkadot.public.curie.radiumblock.co/ws",
9+
"wss://rpc.ibp.network/polkadot",
10+
"wss://polkadot-rpc-tn.dwellir.com"
811
],
912
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
1013
},

packages/core/config/polkadot.microservice.dev.sample.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"dryRun": false,
44
"networkPrefix": 0,
55
"apiEndpoints": [
6-
"wss://rpc.polkadot.io",
7-
"wss://polkadot-rpc.dwellir.com"
6+
"wss://rpc.dotters.network/polkadot",
7+
"wss://dot-rpc.stakeworld.io",
8+
"wss://polkadot.public.curie.radiumblock.co/ws",
9+
"wss://rpc.ibp.network/polkadot",
10+
"wss://polkadot-rpc-tn.dwellir.com"
811
],
912
"bootstrap": false,
1013
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",

packages/core/config/polkadot.microservice.sample.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"dryRun": false,
44
"networkPrefix": 0,
55
"apiEndpoints": [
6-
"wss://rpc.polkadot.io",
7-
"wss://polkadot-rpc.dwellir.com"
6+
"wss://rpc.dotters.network/polkadot",
7+
"wss://dot-rpc.stakeworld.io",
8+
"wss://polkadot.public.curie.radiumblock.co/ws",
9+
"wss://rpc.ibp.network/polkadot",
10+
"wss://polkadot-rpc-tn.dwellir.com"
811
],
912
"bootstrap": false,
1013
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",

0 commit comments

Comments
 (0)