summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2026-01-23 12:00:38 +0100
committerPawel Zelawski <pawel.zelawski@outlook.com>2026-01-23 12:00:38 +0100
commit88f6391e87c2fdfb427f23564f5a83e351d04cd5 (patch)
treeaae73e3c15e83d5ae43f666d4f60eb5f72a6e9ac /package.json
parent30136dafc868e6e06d5e762a50d1c646d9f5bb3e (diff)
Update to digiid-ts v2.0.1-beta.1 - Fix bech32 address verification
- Fixed "Invalid signature" error for bech32 addresses (dgb1q...) - Added automatic compression of public keys for bech32 P2WPKH verification - Bech32 now correctly uses hash160(compressed_pubkey) - Should fix authentication with DigiBytes mobile wallet using bech32 addresses
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9490a72..e74d4b3 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"vite": "^6.2.6"
},
"dependencies": {
- "digiid-ts": "^2.0.1-beta.0",
+ "digiid-ts": "^2.0.1-beta.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"qrcode": "^1.5.3",