Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Neuter command for wallet #1661

Open
b00f opened this issue Dec 28, 2024 · 0 comments
Open

Add Neuter command for wallet #1661

b00f opened this issue Dec 28, 2024 · 0 comments
Labels
Milestone

Comments

@b00f
Copy link
Collaborator

b00f commented Dec 28, 2024

Describe the problem you'd like to solve

Currently, there is no way to neuter a wallet.
A neutered wallet is a wallet that does not store private keys or seeds. It is a read-only wallet and can only be used to retrieve balances or stakes.
For BLS keys, it can also create new addresses without needing the private key.

While the vault object supports neutered wallets, we currently lack a command to convert a full wallet into a neutered wallet.

Describe the ideal solution

We need to add a new command to the wallet application to neuter a wallet.
The command should check if the wallet is full or already neutered. If it is a full wallet, it should create a neutered copy and save it to the specified path.

@b00f b00f added this to the v1.7.0 milestone Dec 28, 2024
@b00f b00f added the Wallet label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant