wallet-cli icon indicating copy to clipboard operation
wallet-cli copied to clipboard

Results 32 wallet-cli issues
Sort by recently updated
recently updated
newest added

#### 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...

area:testing
mark:mainnet

#### 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...

type:feature

#### 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...

type:feature

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...

status:minor
mark:mainnet

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 #...

fix:bug
status:minor
mark:mainnet

#### 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...

area:wallet
status:minor
mark:mainnet

**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...

mark:mainnet

**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...

fix:bug
status:minor
team:WebTech