π¬ instagibbs commented on pull request "test: Don't fetch orphan parent when parent is in orphanage":
(https://github.com/bitcoin/bitcoin/pull/29915#discussion_r1574948358)
hmm yeah this doesn't add anything *unless it was requested in a separate `getdata` which this check wouldn't ensure anyways.
(https://github.com/bitcoin/bitcoin/pull/29915#discussion_r1574948358)
hmm yeah this doesn't add anything *unless it was requested in a separate `getdata` which this check wouldn't ensure anyways.
β
instagibbs closed a pull request: "test: Don't fetch orphan parent when parent is in orphanage"
(https://github.com/bitcoin/bitcoin/pull/29915)
(https://github.com/bitcoin/bitcoin/pull/29915)
π¬ maflcko commented on pull request "test: Fix multiprocess CI timeout in p2p_tx_download":
(https://github.com/bitcoin/bitcoin/pull/29926#issuecomment-2069873791)
> Hm, I didn't see Stopping nodes being printed so I am not convinced it's during shutdown
This will be printed after the network thread is closed. However, the network thread not closing is the underlying bug.
You can see this in the traceback I posted above. (`self.network_thread.close()` is line 314, and "Stopping nodes" is line 316)
(https://github.com/bitcoin/bitcoin/pull/29926#issuecomment-2069873791)
> Hm, I didn't see Stopping nodes being printed so I am not convinced it's during shutdown
This will be printed after the network thread is closed. However, the network thread not closing is the underlying bug.
You can see this in the traceback I posted above. (`self.network_thread.close()` is line 314, and "Stopping nodes" is line 316)
π achow101 merged a pull request: "ZMQ: Support UNIX domain sockets"
(https://github.com/bitcoin/bitcoin/pull/27679)
(https://github.com/bitcoin/bitcoin/pull/27679)
β
achow101 closed an issue: "Invalid port specified in -zmqpubrawtx when using IPC"
(https://github.com/bitcoin/bitcoin/issues/29802)
(https://github.com/bitcoin/bitcoin/issues/29802)
π¬ fjahr commented on pull request "doc: explain what the wallet password does":
(https://github.com/bitcoin/bitcoin/pull/28974#issuecomment-2069900043)
ACK 55b13ecd2e00ad2dbfd44c34d7de6f616590adf8
(https://github.com/bitcoin/bitcoin/pull/28974#issuecomment-2069900043)
ACK 55b13ecd2e00ad2dbfd44c34d7de6f616590adf8
π¬ levantah commented on issue "Release schedule for 27.0":
(https://github.com/bitcoin/bitcoin/issues/29028#issuecomment-2069950412)
Thank you @fanquake , @bitcoin please delete the previous comment and this one the same way. And Thanks.
(https://github.com/bitcoin/bitcoin/issues/29028#issuecomment-2069950412)
Thank you @fanquake , @bitcoin please delete the previous comment and this one the same way. And Thanks.
π¬ levantah commented on issue "Release schedule for 27.0":
(https://github.com/bitcoin/bitcoin/issues/29028#issuecomment-2069955306)
And happy Passover!
(https://github.com/bitcoin/bitcoin/issues/29028#issuecomment-2069955306)
And happy Passover!
π¬ fjahr commented on pull request "test: Fix intermittent timeout in p2p_tx_download.py":
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070011950)
We should probably re-run the multiprocess job at least 2 more times manually here to ensure this actually fixes it and it wasn't just lucky this one time.
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070011950)
We should probably re-run the multiprocess job at least 2 more times manually here to ensure this actually fixes it and it wasn't just lucky this one time.
π¬ RandyMcMillan commented on pull request "Feature: Use different datadirs for different signets":
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070016254)
i concur with @tdb3 - use underscores for signet paths.
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070016254)
i concur with @tdb3 - use underscores for signet paths.
π¬ maflcko commented on pull request "doc: add LLVM instruction for macOS < 13":
(https://github.com/bitcoin/bitcoin/pull/29934#discussion_r1575006254)
nit: According to Wikipedia, Big Sur is "Unsupported as of September 26, 2023." (https://en.wikipedia.org/wiki/MacOS_Big_Sur)
Maybe just say macOS Monterey 12 (and earlier), or drop Big Sur?
(https://github.com/bitcoin/bitcoin/pull/29934#discussion_r1575006254)
nit: According to Wikipedia, Big Sur is "Unsupported as of September 26, 2023." (https://en.wikipedia.org/wiki/MacOS_Big_Sur)
Maybe just say macOS Monterey 12 (and earlier), or drop Big Sur?
π¬ maflcko commented on pull request "test: Fix intermittent timeout in p2p_tx_download.py":
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070020844)
It is already re-run 10 times. You can double check by navigating to the Cirrus CI page for this pull request.
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070020844)
It is already re-run 10 times. You can double check by navigating to the Cirrus CI page for this pull request.
π€ glozow reviewed a pull request: "test: Fix intermittent issue in p2p_handshake.py"
(https://github.com/bitcoin/bitcoin/pull/29898#pullrequestreview-2015211017)
ACK 6b02c11d667adff24daf611f9b14815d27963674
(https://github.com/bitcoin/bitcoin/pull/29898#pullrequestreview-2015211017)
ACK 6b02c11d667adff24daf611f9b14815d27963674
π¬ fjahr commented on pull request "test: Fix intermittent timeout in p2p_tx_download.py":
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070033655)
> It is already re-run 10 times. You can double check by navigating to the Cirrus CI page for this pull request.
Thanks, ACK fa6c300a9926a1d35fdd0a80f59ea39769bd2596
(https://github.com/bitcoin/bitcoin/pull/29933#issuecomment-2070033655)
> It is already re-run 10 times. You can double check by navigating to the Cirrus CI page for this pull request.
Thanks, ACK fa6c300a9926a1d35fdd0a80f59ea39769bd2596
π glozow merged a pull request: "test: Fix intermittent issue in p2p_handshake.py"
(https://github.com/bitcoin/bitcoin/pull/29898)
(https://github.com/bitcoin/bitcoin/pull/29898)
π¬ achow101 commented on pull request "test: Fix intermittent issue in p2p_handshake.py":
(https://github.com/bitcoin/bitcoin/pull/29898#issuecomment-2070050583)
ACK 6b02c11d667adff24daf611f9b14815d27963674
(https://github.com/bitcoin/bitcoin/pull/29898#issuecomment-2070050583)
ACK 6b02c11d667adff24daf611f9b14815d27963674
π¬ RandyMcMillan commented on pull request "Feature: Use different datadirs for different signets":
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070059159)
I concur with @Sjors.
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070059159)
I concur with @Sjors.
π¬ achow101 commented on pull request "net: Decrease nMaxIPs when learning from DNS seeds":
(https://github.com/bitcoin/bitcoin/pull/29850#issuecomment-2070059206)
ACK f2e3662e57eca1330962faf38ff428a564d50a11
(https://github.com/bitcoin/bitcoin/pull/29850#issuecomment-2070059206)
ACK f2e3662e57eca1330962faf38ff428a564d50a11
π¬ RandyMcMillan commented on pull request "Feature: Use different datadirs for different signets":
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070074983)
Ensure the signet path prefix is shared with the wallet so it can find the appropriate wallets for each signet. Treating the global signet as βjust another signetβ ought to simplify the wallet logic as well as avoiding a bug where the wallet doesnβt distinguish between global signet and custom signets.
(https://github.com/bitcoin/bitcoin/pull/29838#issuecomment-2070074983)
Ensure the signet path prefix is shared with the wallet so it can find the appropriate wallets for each signet. Treating the global signet as βjust another signetβ ought to simplify the wallet logic as well as avoiding a bug where the wallet doesnβt distinguish between global signet and custom signets.
β
achow101 closed an issue: "Decreasing nMaxIPs when learning from DNS seeds"
(https://github.com/bitcoin/bitcoin/issues/16070)
(https://github.com/bitcoin/bitcoin/issues/16070)