Matheus Degiovani

Results 69 issues of Matheus Degiovani

Log when connections/disconnections happen on either side.

Eg: pool fee configured erroneously triggers an error in the buyer's `waitForSession` func, but that error is not reported to the server.

If the split transaction is mined but the ticket is not (eg: due to mempool being full, difficulty increasing, tx fee too low, etc) the service operator needs to refund...

Once the architectural rewrite of #54 is done, the buyer will be able to use pluggable backends for issuing the network calls to the wallet and the service. Once this...

At least one person was bugging the session due to a wrong wallet version. This needs to be explicitly tested.

Here's an alternative library for use in linux OSs: https://github.com/cakturk/go-netstat This library currently doesn't support windows.

This is a somewhat big architectural change. This is meant as an improvement for when the number of simultaneous sessions on a single matcher increases. Not super important right now.

see https://github.com/golang/go/issues/27546 and https://groups.google.com/forum/#!topic/golang-nuts/vAbjprJNPV0 At least one user in ubuntu 18.04 hasn't been able to use v0.6.2 due to that update to Go's DNS library.

This should be done to avoid having connection issues

Currently wallets need to have an extra .3 dcr in order to perform the split. This is used to account for split tx fee (which is admitedly a large amount)....