Matheus Degiovani

Results 82 comments of Matheus Degiovani

I had the same issue. Issue was a glob rule in the repo's actions file trying to upload the same artifact twice to the release (this action probably doesn't support...

It does not work and is unlikely to work in the near term. The wallet changed its authentication mechanism and the new accountless VSP model makes the existing multiowner ticket...

I was pretty sure I documented this somewhere, but seems that I didn't. This follows the same pattern as for unlocking the wallet for CLI users, so you need to...

Possibly. What exactly is the error you get when the internet goes out? A timeout against the matcher service or some other error?

Probably should be done, yes.

Yeah, master has a protocol change so probably better to base on release-v0.7

Normal occurrence. I'd need to see the dcrd/dcrwallet logs to verify, but basically what happened is that the user got the split transaction from the network but not the ticket,...

Won't fix for the moment (only add better error handling) since this is fixed in systemd-resolve. Relevant PR is: https://github.com/systemd/systemd/pull/9828 In the mean time, the only solution for ubuntu users...

Need to check if the wallet is at the tip, as I've caught cases of ppl trying to perform a split with an unsynced wallet

Right now you can send a `SIGHUP` to dcrstmd which will cause it to close existing connections (stopping any waiting or in-progress sessions), reload the config and restart the service...