bithyve / bitcoin-keeper

Secure today, plan for tomorrow. BIP 85 hot wallets, buy bitcoin, tor privacy.
https://bitcoinkeeper.app
MIT License
41 stars 11 forks source link

Allow deleting Signing Server #5141

Open cakesoft-utkarsh opened 1 month ago

cakesoft-utkarsh commented 1 month ago

Allow deleting of Singing Server. Without deleting existing SS we cannot recreate or recover SS.

cc: @Parsh ANy impact on the backend? SHall we remove the SS from the backend too?

cakesoft-utkarsh commented 1 month ago

Once the SS is rotated out of a vault, the user is able to hide the SS. Also, allow the user to delete it from the app. There will be no change on the backend.

cakesoft-utkarsh commented 1 month ago
cakesoft-vaibhav commented 4 weeks ago

cc: @Parsh @antuz123 Receiving error from backend when trying to create a new Signing Server Key after deleting the existing one. Message:"Another Signing Server Key is already associated with these cosigners" As per the comments in backend server, the restriction is to avoid conflicts during recovery of SS Key. pls suggest.