Skip to content

Commit 829808b

Browse files
fix: rename dao vote type
1 parent 4fa34f6 commit 829808b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

indexer/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tfchainindexer
22
description: Helm Chart for the tfchain hydra indexer
3-
version: 2.3.0
3+
version: 2.3.1
44
apiVersion: v2
5-
appVersion: "2.3.0"
5+
appVersion: "2.3.1"

indexer/chart/templates/indexer-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ data:
193193
\"NodeCertification\",\n \"farmCertification\": \"FarmCertification\"\n
194194
\ },\n \"DaoProposal\": {\n \"index\": \"u32\",\n
195195
\ \"description\": \"Vec<u8>\",\n \"link\": \"Vec<u8>\"\n
196-
\ },\n \"Votes\": {\n \"index\": \"u32\",\n
196+
\ },\n \"DaoVotes\": {\n \"index\": \"u32\",\n
197197
\ \"threshold\": \"u32\",\n \"ayes\": \"Vec<VoteWeight>\",\n
198198
\ \"nayes\": \"Vec<VoteWeight>\",\n \"end\": \"BlockNumber\",\n
199199
\ \"vetos\": \"Vec<AccountId>\"\n },\n \"VoteWeight\":

indexer/typesBundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"description": "Vec<u8>",
534534
"link": "Vec<u8>"
535535
},
536-
"Votes": {
536+
"DaoVotes": {
537537
"index": "u32",
538538
"threshold": "u32",
539539
"ayes": "Vec<VoteWeight>",

processor-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: tfchain-processor
33
description: A chart for the tfchain graphql processor and query node
44
version: 1.0.4
5-
appVersion: "2.3.0"
5+
appVersion: "2.3.1"

typegen/typesBundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"description": "Vec<u8>",
550550
"link": "Vec<u8>"
551551
},
552-
"Votes": {
552+
"DaoVotes": {
553553
"index": "u32",
554554
"threshold": "u32",
555555
"ayes": "Vec<VoteWeight>",

0 commit comments

Comments
 (0)