Matthew Zipkin

Results 709 comments of Matthew Zipkin

Another thing we don't use any more is the entire hard-coded ICANN root zone. These files: ``` lib/dns/icann.js lib/dns/icann-browser.js lib/dns/tld.db lib/dns/tld.json ``` I suspect hsd used to be built like...

What's the reasoning behind changing the import syntax?

I think there must be a better way than copying the entire USB.js file just to change one line ;-) We already have this dynamic require logic for Speculos testing:...

What actually is returning that error? I mean, are you bundling with webpack or something like that?

LGTM, simple testing and review done locally. Pushing this branch to `origin/s-x-compat-hid` to test with Bob Wallet

This repo is pretty outdated and actually that current default might even have been only for testnet. There are more active seed nodes listed in [hsd](https://github.com/handshake-org/hsd/blob/master/lib/net/seeds/main.js) and we are adding...

`queryAAAA` -- without digging in, my first reaction is that your ISP doesn't support ipv6? see https://github.com/bcoin-org/bdns/issues/1

If they're reserved names it would require a hard fork to "release" them before the four year reservation-expiration. Any nodes that don't upgrade will reject the auctions as invalid. However...

The easiest way to deal with this is to add rules in the HNS resolver, which lives in the application layer. Users can opt-in to ignore certain names from the...

Just brainstorming a few scenarios from the comments so far: ### Consensus Change `kids`: - Since it's not open for auction yet, a new rule can be soft-forked in by...