Matthew Zipkin

Results 708 comments of Matthew Zipkin

Probably the fastest fix for this is passing a config file to the unbound recursive that forwards all icann TLDs to 1.1.1.1 or whatever. We can manually remove names like...

@skyinclude I would love to know more about this -- all I've seen is this configuration page, but I don't know what it means.

@SquanchingInHere are you able to review https://github.com/handshake-org/hnsd/pull/72 ? Would you be interested in maintaining the package for openwrt? Or at least opening the PR to their repo which I believe...

I see what you guys are saying, there's no need to use presentation format internally except maybe the log... and we should check the compression functions but I don't think...

Taking another look at this and getting a bit worried -- `char *name` is ubiquitous in this codebase. Everything expects names to be strings: the cache, the readers and writers,...

and https://github.com/handshake-org/hsd/pull/457

also `resetrootcache`

This may be more appropriate issue in `hsd` in `wallet/http.js`

@mrose17 thanks for bringing this up. hs-client is just an empty wrapper client to make calls to an hsd node, so features like this would likely go in hsd itself....

Take a look at https://github.com/bcoin-org/bcoin/pull/838 ...should we just move the entire client into `hsd` repo? Pros: - bin/hsd-cli and bin/hsw-cli are JS scripts and require files from lib/client instead of...