12 Commits

Author SHA1 Message Date
pezkuwichain f5495f7cac fix: ensure crypto initialized before handling messages
Fixed race condition where message handlers could process requests
before cryptoWaitReady() and keyring.loadAll() completed.

Now all message handlers wait for initialization before processing,
which fixes the seed creation failure on first account creation.
2026-02-02 19:34:50 +03:00
pezkuwichain 672ec36f09 fix: update build scripts and bump @pezkuwi packages to latest
- Fix Chrome/Firefox zip build scripts to copy manifest to build folder
- Update all @pezkuwi packages to latest stable versions (API 16.5.36, Common 14.0.25)
2026-02-01 22:50:24 +03:00
pezkuwichain 7b9ef31480 chore: Bump version to 0.62.20 and fix Firefox strict_min_version
- Update version to 0.62.20 in package.json and manifests
- Fix Firefox manifest strict_min_version from 142.0 to 109.0
- Update @pezkuwi/api packages to ^16.5.11
- Update @pezkuwi/dev to ^0.85.7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 21:24:06 +03:00
pezkuwichain b2b0273758 Bump version to 0.62.20 with proper exports 2026-01-18 01:00:38 +03:00
pezkuwichain 1c630603cf Update yarn.lock and normalize package.json 2026-01-18 00:50:31 +03:00
pezkuwichain f123bbfacc Downgrade styled-components to v5 for TypeScript compatibility
- Downgrade styled-components from v6.1.1 to v5.3.11
- Add @types/styled-components for v5 type definitions
- Simplify styled.ts export (v5 uses default export)
- Remove tsconfig skipLibCheck workaround (not needed with v5)
- Add string-replace-loader dependency for webpack
- Update @pezkuwi/dev to 0.85.4 (includes rollup config export fix)

This fixes TS2742 declaration emit errors that prevented npm
package builds while allowing Chrome/Firefox extension bundles.
2026-01-17 21:08:55 +03:00
pezkuwichain bbfae9cca6 Pin TypeScript to 5.5.4 to fix styled-components declaration emission errors 2026-01-17 19:03:27 +03:00
pezkuwichain cb95c15e63 Add yarn.lock for CI reproducible builds 2026-01-17 18:36:02 +03:00
pezkuwichain 7b44c5fa22 chore: Update package author to Kurdistan Tech Institute & PezkuwiChain Team
Updated author field in all package.json files from original Polkadot
author to the Pezkuwi project maintainers.
2026-01-15 10:08:46 +03:00
pezkuwichain 7fb4cf5cb5 chore: update @pezkuwi/phishing to 0.25.28 2026-01-09 04:28:40 +03:00
pezkuwichain 55d0b57348 fix: update pezkuwi-ui dependencies to 3.17.1 and fix type issues
- Update @pezkuwi/react-identicon, ui-shared, ui-settings, ui-keyring, react-qr to ^3.17.1
- Fix westendMetadata → zagrosMetadata imports in test files
- Remove backward compatibility for polkadot/substrate themes in Identicon.tsx
- Add proper Network[] type annotation to legerChains.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 00:53:48 +03:00
pezkuwichain 4a9181d69b Rebrand: polkadot → pezkuwi build fixes
- Fixed webpack.shared.cjs and webpack.config.cjs imports
- Fixed rollup.config.js imports
- Added x-* package resolutions
- Renamed hooks/index.js to hooks/index.ts
- Added pezkuwi-exec-webpack script alias
- Updated tsconfig.base.json with pezkuwi paths
2026-01-07 02:31:08 +03:00