pezkuwichain
30899df0a4
Add self-hosted SubQuery node with @pezkuwi aliases
...
- Custom Dockerfile.node that aliases @polkadot/* to @pezkuwi/* packages
- Updated docker-compose.yml to build custom node image
- Added chainTypes/pezkuwi.json with Pezkuwi type definitions
- Updated pezkuwi.yaml manifest with chaintypes reference
- Added @subql/common-substrate dependency
This allows running SubQuery node with Pezkuwi chain recognition
instead of showing "Unknown Network" error.
2026-02-13 02:17:48 +03:00
pezkuwichain
0b0519bff8
Add codegen step to security workflow and fix prettier formatting
2026-02-13 01:51:37 +03:00
pezkuwichain
62550b442b
Fix subql CLI syntax and remove non-existent validate command
2026-02-13 01:48:50 +03:00
pezkuwichain
15eeb16cd4
Fix subql commands: use correct CLI syntax for codegen and build
2026-02-13 01:46:08 +03:00
pezkuwichain
618cea47c6
Specify manifest file (-f pezkuwi.yaml) in CI workflows
2026-02-13 01:44:24 +03:00
pezkuwichain
4c3920ddae
Fix CI workflows to use Yarn 4 (Berry) with corepack
...
- Add packageManager field to package.json for corepack
- Add .yarnrc.yml with node-modules linker
- Update all workflows to use corepack enable + yarn --immutable
- Remove yarn cache from actions/setup-node (incompatible with Yarn 4)
2026-02-13 01:42:00 +03:00
pezkuwichain
46ca19c22d
Add security and code quality GitHub Actions workflows
...
Security workflow includes:
- CodeQL static analysis for TypeScript vulnerabilities
- npm audit for dependency vulnerabilities (fails on critical)
- Dependency review on PRs (blocks high severity, GPL licenses)
- TruffleHog secret scanning
- Weekly scheduled security scans
Code quality workflow includes:
- ESLint linting checks
- Prettier formatting validation
- TypeScript strict type checking
- Cyclomatic complexity analysis (warns on >15)
- Duplicate code detection with jscpd
2026-02-13 01:37:31 +03:00
pezkuwichain
2f1d6dd316
Migrate to native @pezkuwi packages and remove swap integrations
...
Replace npm aliases (@polkadot -> @pezkuwi) with direct @pezkuwi package
imports. Add tsconfig path mappings to redirect @polkadot type references
from @subql/types to @pezkuwi equivalents, enabling proper type resolution
without installing @polkadot packages. Remove Polkadot ecosystem swap/bridge
integrations (HydraDx, AssetConversion) as they're incompatible with Pezkuwi.
2026-02-13 01:36:52 +03:00
pezkuwichain
ab2a8acb6d
Use @pezkuwi/api via npm alias instead of @polkadot/api
2026-02-13 00:22:24 +03:00
pezkuwichain
ea0ba21359
Add GitHub Actions workflows for CI and deploy
2026-02-12 23:55:56 +03:00
pezkuwichain
0812cf9e7a
Initial commit: Pezkuwi SubQuery indexer
...
- pezkuwi.yaml: Relay chain staking indexer (rewards, slashes, pools, transfers, era info)
- pezkuwi-assethub.yaml: Asset Hub indexer (NominationPools, asset transfers)
- GraphQL schema for staking data entities
- Handler mappings from Nova SubQuery base
2026-02-12 23:55:13 +03:00