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

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

status:minor
mark:mainnet

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

area:wallet
mark:testnet
status:minor
module:rusk-wallet

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

mark:mainnet

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

team:WebTech
mark:mainnet

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

team:WebTech
mark:mainnet

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

fix:bug
mark:mainnet

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

fix:bug
mark:testnet

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

fix:bug
team:WebTech

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

team:WebTech
type:enhancement

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

mark:testnet
status:minor