feat(governance): add OpenGov v2 indexer for referenda, votes, delegations

Index convictionVoting and referenda pallet data to support PezWallet
governance UI — referendum tracking, casting votes, delegation stats,
and delegator vote propagation.
This commit is contained in:
2026-02-19 01:40:21 +03:00
parent f717173d3d
commit 71f0cce337
6 changed files with 588 additions and 2 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
"name": "subquery-pezkuwi",
"version": "1.0.0",
"packageManager": "yarn@4.12.0",
"description": "Pezkuwi SubQuery - Staking rewards, NominationPools, transfers indexer for PezWallet",
"description": "Pezkuwi SubQuery - Staking, governance, NominationPools, transfers indexer for PezWallet",
"main": "dist/index.js",
"scripts": {
"build": "./node_modules/.bin/subql build",
@@ -15,7 +15,8 @@
"dist",
"schema.graphql",
"pezkuwi.yaml",
"pezkuwi-assethub.yaml"
"pezkuwi-assethub.yaml",
"pezkuwi-governance.yaml"
],
"author": "Pezkuwi Team",
"license": "Apache-2.0",