wallet-cli
wallet-cli copied to clipboard
#### Summary We should properly test the wallet agains a running node. #### Possible solution design or implementation Add rusk library as test dependency, spawn a single node cluster, and...
#### Summary Certain operations, like retrieving the list of your addresses, creating a wallet and exporting keys should not trigger a sync. For certain operations, like restoring your wallet or...
#### Summary The UX around syncing will confuse a lot of people. The last known block height is not shown to the user, and not updated, making it hard to...
If the a note is owned by a vk and that vk isn't in wallet, we create it in sequence and then save latest wallet file Closes #80
#### Summary With #147 the fetch_notes has been changed to check the ownership o a note against all the addresses createable (up to MAX_ADDRESSES=255). Even if this lead to a...
Add `// PANIC: ` comments on top of expect(s) and unwrap(s) where they are needed Closes dusk-network/rusk#2512
Not sure about this issue, but it seems that the password we have to input when we want to generate keypair on wallet.exe does not like special chars (like #...
#### Summary > 💡 By Providing the user with more specific ``error context``, the reason why the program fails will be more understandable for the non(technical) user(s) Additionally it would...
**Describe what you want implemented** prover and state server should have the capability to have different ipc method. **Describe "Why" this is needed** It's possible that users decide to install...
**Describe the bug** Cloning the repo and installing the wallet on my PC using the command "make install" fails with the following logs: cargo b --release process_begin: CreateProcess(NULL, cargo b...