Jeremy Rand
Jeremy Rand
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/05/2016 07:29 PM, Hugo Landau wrote: > I'm not sure; I don't recall. I would guess that pre-Namecore > namecoind was returning non-200...
@hlandau Did you do any work in this area? Trying to figure out if I should try my hand at it; wouldn't want to accidentally duplicate your work.
Which version of Windows? I don't think we've tested building on Windows, since Windows doesn't have Bash usually.
Honestly I'm inclined to not support building on Windows, since it sounds like this would add complexity (thereby harming auditability), and cross-compiling from GNU/Linux is a lot more resistant to...
This seems to be because the Makefile doesn't invoke `go generate`, so the `x509` fork doesn't build properly. Admittedly I'm a bit hesitant to expend much effort on the Makefile,...
@hlandau any chance you could improve this?
Cirrus support informs me that connecting to public ElectrumX servers won't work on the community instances. So I guess I need to rewrite these tests to use a local Regtest...
Looks like building with `-ldflags '-s'`, which is already done by ncdns-repro, cuts the `.tar.xz` from 4.6 MiB to 2.8 MiB.
> It's intended to be error-tolerant and return partial results if the d/ value is somewhat faulty. > > The code as currently written can never return an error anyway....