Varunram Ganesh
Varunram Ganesh
We didn't timeout tracker lookups, means the caller would have to handle this themselves
Contains name changes, call by value / reference changes, removes unnecessary handler functions and more.
Standardize styling, no more `go fmt` errors while rebasing or during merge conflicts. We already had a PR for fixing this earlier, but seems we need another one due to...
Added back tests that were removed earlier. Modified most to work with li now. Removed some parts of tests since they were legacy stuff belonging to btcd.
The code that handles reorgs has always been buggy, this somewhat improves the situation. One known bug that I find is when we have small reorgs and the node doesn't...
I guess this was a carry over of multiple rebases in the past, so we didn't really catch it.
We should arrive at a better testing server solution that we can rely on and which doesn't fail randomly. The pattern (wrt failures) sorted according to categories is as follows...
When you connect via a proxy with the auto connect to DNS nodes option, the proxy first gets the list of ips from the DNS seeds and then attempts to...
We currently timeout most connections (see #398), but the proxy connection can't be timed out since its a bug / feature not in Go yet. We must do this since...