Daksh
Daksh
We're thinking of removing the UDS method and only use TCP/IP for both local and remote nodes
Follow up - [ ] dusk-network/rusk#2510
Delete cache in /.dusk/rusk-wallet And then run ``` CARGO_PROFILE_RELEASE_DEBUG=true sudo cargo flamegraph --bin rusk-wallet -- -n ``` 
@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...