wallet-cli
wallet-cli copied to clipboard
Since we have a fix amount of addresses (255) to calculate the vk(s) for we can split that number with https://docs.rs/num_cpus/latest/num_cpus/ Once we do that we can spawn a rayon...
**Describe what you want implemented** When user creates a new address it should be given the option to name this address. **Describe "Why" this is needed** Optimising the UX will...
**Describe what you want documented** Now the file `config.toml` is totally different, and it can also accept alternative networks. This feature is not well documented yet, and it should. **Describe...
**Describe what you want implemented** Implement integration tests to test the library, while testing we will continue to refactor the project Describe "Why" this is needed In the current state,...
#### Summary The current implementation simply quit the program. To be more precise, some part of the code can easily handle the cancellation, but the current implementation simply catch it...
Remove all unwrap and expect from the wallet code. This is related to #95 as right now we panic a lot without any context leaving the user confused. Also we...
**Describe the bug** Currently there is only one global cache despite the network (devnet, testnet) and the wallet's addresses. That lead to bugs if the users switch network and/or wallet's...
**Describe the bug** I created my itn seedphrase on the windows CLI and saved the seedphrase. I set up the node, staked succesfully and everything was chugging along smoothly. Then...
**Describe what you want implemented** It should be possible to set an "initial block height" to start to cache notes from. **Describe "Why" this is needed** As an example, wallets...
#### Summary When an action is initialized, users can't cancel it. The only possible way to come back is to close the wallet, reopen it, unlock it, than retry the...