Results 33 comments of Daksh

We're thinking of removing the UDS method and only use TCP/IP for both local and remote nodes

Delete cache in /.dusk/rusk-wallet And then run ``` CARGO_PROFILE_RELEASE_DEBUG=true sudo cargo flamegraph --bin rusk-wallet -- -n ``` ![flamegraph](https://github.com/dusk-network/wallet-cli/assets/41485688/32f37f47-a710-491c-9e8c-b6f6a260dc2f)

@herr-seppia This is not a bug for sure. The problem only happens when creating/deleting cf(s) which happens only when initiating the cache. If a user decides to change networks on...

> > Edit: This is wrong, we can just add a warning on first init that this process is gonna take a while > > > > @Daksh14 Do you...

@uriva getting the same error using Deno file system shim

This is going to be fixed with #159

@OsDusk I think they handling errors a little better. For example, https://github.com/dusk-network/rusk/pull/451/files/07eb895eaacb46a9ef007f7be28af85c20d123f8#diff-d8f809c0edf7d04ca5fd180735e4363d6cbfe10994736208dedce21a65eab114R75 `map_err()` Usually is used when you want to ignore the `E` in `Result` and replace it with something...

This error gets thrown from here https://github.com/dusk-network/dusk-wallet-js/blob/main/src/contracts/stake.js#L267

> > This error gets thrown from here https://github.com/dusk-network/dusk-wallet-js/blob/main/src/contracts/stake.js#L267 > > Just remove the "has_stake", since makes no sense removing has_staked is okay but that's not the culprit for sure...