Varunram Ganesh

Results 81 issues of Varunram Ganesh

We didn't timeout tracker lookups, means the caller would have to handle this themselves

trivial

Contains name changes, call by value / reference changes, removes unnecessary handler functions and more.

refactoring

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...

trivial

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.

testing

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...

bug
enhancement

I guess this was a carry over of multiple rebases in the past, so we didn't really catch it.

enhancement
trivial

We start sync from block 1256000 but have a checkpoint at 546.

trivial

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...

question
testing

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...

duplicate

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...

trivial