Jeremy Rand
Jeremy Rand
@domob1812 please hold off on tagging nc28.0 until I can make sure a few potential blockers are dealt with.
Hi @markasoftware, Your Namecoin mainnet DNS seed `seed.nmc.markasoftware.com` is only returning one IPv4 address. Is this a temporary issue, or is that seed permanently retired?
Hi @pmconrad, Your Namecoin mainnet DNS seed `nmc.seed.quisquis.de` is returning NXDOMAIN. Is this a temporary issue, or is that seed permanently retired?
I was looking at the implementation of the `send` RPC method, specifically what happens when `add_to_wallet` is true and the transaction isn't eligible for the mempool. As best I can...
``` $ go build -v github.com/phuslu/log # github.com/phuslu/log ./async_linux.go:24:29: error: incompatible types in assignment (cannot use type uint64 as type syscall.Iovec_len_t) 24 | iovs[0].Len = uint64(len(es[0].buf)) | ^ ./async_linux.go:38:37: error:...
The below SVG image seems to be rendered with an incorrect gradient in WeasyPrint; WeasyPrint renders the entire shape as cyan, while the shape is supposed to be 5 colors...
btcd's `rpcclient` package is pulling in a quite large number of dependencies. It would be useful to evaluate whether this is contributing to excessive binary size or excessive attack surface,...
Per [this Mozilla doc](https://support.mozilla.org/en-US/kb/faq-encrypted-client-hello): > **How will ECH impact parental controls?** > If parental controls are applied, ECH encryption is disabled in order to avoid interfering with parental controls. >...