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

**Describe the bug** Login to the wallet ends up in a IO error. **To Reproduce** - Open the CLI wallet - Acces wallet - Enter password **Logs/Screenshot** If applicable, add...

fix:bug

LLVM/Clang is an implicit requirement of the rocksdb dependency and is required to build the wallet.

#### Summary Currently, when a user sends out a transaction, a count down is initiated from 0 to 30 seconds, to see if it receives a callback on the transaction...

type:enhancement

#### Summary Update the CI action update-artifact to the latest verions, with a newer node runtime.

Resolves dusk-network/rusk#2503

We can do cache invalidation by storing the first psk in a string format in the cache folder

mark:mainnet

team:WebTech
mark:mainnet

status:minor
team:WebTech
mark:mainnet

Flamegraph says: We create column families for all 255 addresses everytime we initiate a cache database. That's not very efficient. Second reason is that rocksdb works best when there's [few...

fix:bug