Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-14 | fix: Correct Bech32 address verification via dependency change | Pawel Zelawski | |
- Replaced faulty 'digibyte-message' dependency with 'bitcoinjs-message'. - This resolves a critical bug where signatures from DigiByte Bech32 addresses (dgb1...) could not be verified due to issues in the old dependency chain. - digiid-ts now correctly handles Legacy (D...), SegWit (S...), and Bech32 (dgb1...) address signature verification. - Updated build configurations and addressed related linting issues revealed during testing. | |||
2025-04-10 | docs: update terminology in documentation | Pawel Zelawski | |
- Update documentation to use "Digi-ID" instead of "DigiID" in user-facing text - Maintain internal code using 'DigiID' for consistency with original implementation The changes improve documentation clarity while maintaining full functionality. |