Enrico Bonetti Vieno

Results 4 comments of Enrico Bonetti Vieno

Edited: there is a big problem with "deletables" channel: goroutines waiting to pass values are blocked.. In "worker", just before exiting goroutine, the Cache should be cleared (enforcing user to...

Holy pretzel! Now I have some nice local code, knowing that beforehand I could just have used an environment variable: `GOPACKAGE=main gorewrite` 1. About that, if go-generate is a use...

With some guidance from @JoeGruffins I'd like to tackle this issue as a bug regarding the interaction between dcrstakepool, dcrd and dcrwallet. Steps: 1. local dcrd and dcrwallet simnet using...

I noticed that writing simnet tests for point 1) should be an extension of [rpctest](https://github.com/decred/dcrwallet/tree/master/internal/rpctest) which right now is broken. It does exist decred/dcrwallet#1275, which I could build upon, but...