Commit Graph

28 Commits

Author SHA1 Message Date
pezkuwichain b6e2d4d753 fix: remove cyclic type aliases causing CyclicAliasingException 2026-02-04 08:41:26 +03:00
pezkuwichain 62fec59cb3 Simplify types to use direct references 2026-02-03 21:56:13 +03:00
pezkuwichain befef36a28 Fix typesAlias to use dots instead of double colons 2026-02-03 21:30:11 +03:00
pezkuwichain 1530584609 Fix types URL to use master branch 2026-02-03 21:07:28 +03:00
pezkuwichain e263dac7fd Fix types URL to use correct repository 2026-02-03 19:47:59 +03:00
pezkuwichain 7fef40f92a Add Pezkuwi types with overridesCommon=true for TypesUsage.OWN 2026-02-03 19:47:28 +03:00
pezkuwichain bbf516ea2e Change Pezkuwi chains to use TypesUsage.NONE to fix TypeReference null error 2026-02-03 18:17:09 +03:00
pezkuwichain e83f86dffb Use BASE types for Pezkuwi relay chain (remove custom types URL) 2026-02-03 16:39:13 +03:00
pezkuwichain a41d1b378b Add empty versioning array for SDK compatibility 2026-02-03 16:36:09 +03:00
pezkuwichain 9b129ac412 Fix pezkuwi.json: remove unsupported typesAlias key 2026-02-03 16:34:19 +03:00
pezkuwichain 83d25d29a1 Add types URL to Pezkuwi mainnet chain config
Points to pezkuwi.json for custom type definitions needed for
proper extrinsic encoding.
2026-02-03 07:52:25 +03:00
pezkuwichain 22b3052796 Add Pezkuwi chain type definitions
Adds type definitions for Pezkuwi mainnet to enable proper extrinsic encoding.
- ExtrinsicSignature mapped to MultiSignature
- Address and LookupSource mapped to MultiAddress
- Type aliases for pezsp_runtime types
2026-02-03 07:46:30 +03:00
pezkuwichain d15497b1fb fix: Define MultiAddress inline for v14+ metadata compatibility 2026-02-03 05:54:06 +03:00
pezkuwichain ef3032497c ci: Add GitHub Action to auto-sync main and master branches 2026-02-03 05:45:04 +03:00
pezkuwichain 921e82008d Add Android-specific chains.json with types config for Pezkuwi chains
- Added types: { overridesCommon: false } for TypesUsage.BASE
- Added feeViaRuntimeCall: true for all Pezkuwi chains
- Fixes ExtrinsicSignature not found error in pezWallet Android
2026-02-03 05:35:37 +03:00
pezkuwichain d5062f1130 Add Pezkuwi custom type aliases for Android wallet compatibility
- PezspRuntimeMultiAddress -> MultiAddress
- PezspCoreCryptoAccountId32 -> AccountId
2026-02-02 07:37:40 +03:00
pezkuwichain 5c49fb95c1 fix: update Pezkuwi mainnet chainId and teyrchain parentIds 2026-01-31 08:07:04 +03:00
pezkuwichain be8845e84d Update Pezkuwi and PezkuwiPeople chain icons
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 19:52:39 +03:00
pezkuwichain 45d4566ac7 Update chains.json with correct Pezkuwi chain IDs and order
- Remove 0x prefix from chainIds to match ChainGeneses constants
- Place Pezkuwi, Pezkuwi Asset Hub, and Pezkuwi People at the top
- Add empty evm_assets.json for EVM asset support

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 15:41:28 +03:00
pezkuwichain d1e94e7974 Add Pezkuwi chain logos 2026-01-24 08:51:52 +03:00
pezkuwichain 8515448a94 Fix banner deep links: novawallet -> pezkuwiwallet 2026-01-24 08:21:38 +03:00
pezkuwichain 88b4f2330e Add missing banner images 2026-01-24 08:04:23 +03:00
pezkuwichain 99d6d66fc1 Add Pezkuwi DApp and category icons
DApp icons (256x256 PNG):
- Pezkuwi, PezkuwiStaking, Pezsnowbridge
- DijitalKurdistan, PezkuwiJS, PezkuwiExplorer

Category icons (SVG):
- Staking, DEX, Bridge, Governance, Art
- Gaming, Social, Utilities, EVM, Crowdloans
2026-01-24 07:49:50 +03:00
pezkuwichain 8de33c5857 Add Pezkuwi DApps to dapps configuration
- Added Pezkuwi Apps as first in Popular section
- Added Pezkuwi Staking, Pezsnowbridge, Dijital Kurdistan, Pezkuwi.js, Pezkuwi Explorer
- Pezkuwi apps now appear first in their respective categories
- All URLs are live production endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 06:52:30 +03:00
pezkuwichain cf2c49f073 Add banner background images (gradient) 2026-01-24 06:28:45 +03:00
pezkuwichain 84f7ed30dc Update banners for Pezkuwi Wallet
- Replace Nova Wallet banners with Pezkuwi-specific content
- Add Kurdish (ku) localization as primary language
- Add English (en) localization
- Remove unused languages and Nova-related content
- Add Pezkuwi banner images (HEZ, PEZ, Newroz, welcome)
- Add README with admin guide for banner management

8 banners: Welcome, Staking, HEZ Token, PEZ Token,
Governance, Community, Explorer, Newroz
2026-01-24 06:27:06 +03:00
pezkuwichain 0fe520cd33 Add CodeQL analysis workflow configuration 2026-01-23 15:20:22 +03:00
pezkuwichain 46297339b1 Initial commit: Pezkuwi Wallet Utils
- Chain configurations for Polkadot, Kusama and all major parachains
- Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain)
- Staking metadata and validator lists
- DApp configurations
- XCM cross-chain messaging configs
- Governance dApp listings
- Promotional banners
- Chain migration configurations
- Asset metadata and icons

Based on Nova Utils with Pezkuwichain extensions
2026-01-23 00:29:48 +03:00