diff options
| author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 11:43:33 +0100 |
|---|---|---|
| committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 11:43:33 +0100 |
| commit | 30136dafc868e6e06d5e762a50d1c646d9f5bb3e (patch) | |
| tree | cf1e05e7722ce84df73b41831672ff2bbb08ec72 /package.json | |
| parent | 4cc77ab44157764e003e0db242962384945dc2ad (diff) | |
Test digiid-ts v2.0.1-beta.0 - Fix public key recovery
- Install digiid-ts@2.0.1-beta.0 for testing signature verification fix
- Fixed point.toRawBytes() -> point.toBytes() API change
- Added .addRecoveryBit() for proper ECDSA public key recovery
- Testing with real DigiBytes mobile wallet required
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 8ac21d5..9490a72 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,11 @@ "vite": "^6.2.6" }, "dependencies": { - "digiid-ts": "^2.0.0", + "digiid-ts": "^2.0.1-beta.0", "dotenv": "^16.4.5", "express": "^4.19.2", "qrcode": "^1.5.3", "react": "^18.3.1", "react-dom": "^18.3.1" } -}
\ No newline at end of file +} |
