From 88f6391e87c2fdfb427f23564f5a83e351d04cd5 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Fri, 23 Jan 2026 12:00:38 +0100 Subject: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3