Dave Collins

Results 149 comments of Dave Collins

Reminder on this one. Will need a rebase to resolve conflicts as well.

We discussed this a bit on matrix and agreed that it's good to have this information available here for future reference, however, for the time being, the current algorithm isn't...

> I'm curious what this is? Presumably theres a request/response type and some handling code, but if the handling code is basically just a log line, where does the dev...

> I double checked and indeed the only other place unrelated to tx or block submission that uses it is as a reply to a version message when the connected...

The first part of this slated for v1.7.0 has been completed via PRs #2586 and #3017. Since the second part has to wait until v1.9.0 (or whatever version comes after...

Correct. They are not supported and doing so is a pretty hard change because the addr message format doesn't have enough space to support addresses that large.

Are you able to tell which RPC it is on the wallet side? @jrick Looks like wallet is likely sending a message that exceeds 16MiB which it shouldn't be.

If you run `dcrd` with `--debuglevel RPCS=debug` (or use `dcrctl debuglevel RPCS=debug` to set it without needing to restart dcrd), then connect the wallet, you should see some `Received command...

Thanks for posting. It looks like it's on `existsaddresses` from tracing the wallet code. I wouldn't think it should be hitting anywhere near 16MiB though given each address is about...