Open Issues Need Help
View All on GitHubAI Summary: Refactor the TypeScript implementation of BIP352 to reduce the number of secp256k1 libraries used (currently using tiny-secp256k1, @noble/secp256k1, and secp256k1) and improve the overall code structure.
Typescript implementation of bip352
AI Summary: Implement and run regtest and testnet tests for a TypeScript implementation of BIP352, focusing on the output functionality. This involves adapting existing code (likely from BlueWallet's SilentPayments) to function correctly in these testing environments.
Typescript implementation of bip352
AI Summary: Implement additional unit tests for the encoding and decoding functions within a TypeScript BIP352 library, specifically focusing on regtest and testnet network parameters. This involves creating test cases that cover various scenarios and edge cases for both encoding and decoding processes within these specific network environments.
Typescript implementation of bip352