Christopher Jeffrey (JJ)

Results 182 comments of Christopher Jeffrey (JJ)

The current master branch of bcrypto has the fix, but I unfortunately don't have a test vector. I might have to dig around the gnupg repo a bit.

Replying to: https://github.com/handshake-org/hs-airdrop/commit/cd90f42cf806dc4c037b03db5548cd14e3a5852a#r37314705 I want to be clear on this: the snapshot is from February 2019. There's a few reasons for this. I think the main thing I would point...

Agreed. I originally wanted stub resolvers to check the AD bit, but we should probably just return SERVFAIL. Will get this in for the next release.

@tynes, we have a full implementation of the zone file format in bns: - https://github.com/chjj/bns/blob/master/lib/internal/scan.js - https://github.com/chjj/bns/blob/master/lib/internal/schema.js As far as dumping to zone file goes, I have some code written...

I think this is left-over code from bcoin. It's actually possible to do this on bcoin, but HSD adds a _lot_ more state. In theory we could get a snapshot...

Good work. This is probably a good start to adding names to the rest API. Will investigate the other race conditions tomorrow.

Already updated. I have a separate "build" for all of the airdrop/faucet/trademark-related things. It's kind of roundabout, but it's how I keep everything organized. Just post the changes here and...

On second thought, it looks like we ignore the second-level domain if it's a government domain with 3 labels. There might not be too many `gov/gouv/gob/govt` 2-label domains. Will investigate.

Update: Finally a lead after so many months of head scratching... When implementing the [unbound] node module, I noticed a similar heap corruption in node.js. It only presented itself when...

Any runtime which displays this behavior doesn't implement the es2016 "subarray calls child class" behavior and is returning a plain Uint8Array. Node v4.0.0 to v8.0.0 displayed this behavior, even with...