< bitcoin-git>
[bitcoin] fanquake closed pull request #21697: DONOTMERGE test: drop cnetaddr link-local assert for all CIs except macOS 10.14 (master...cnetaddr-link-local-test-2) https://github.com/bitcoin/bitcoin/pull/21697
< bitcoin-git>
[bitcoin] jonatack opened pull request #21697: DONOTMERGE test: drop cnetaddr link-local assert for all CIs except macOS 10.14 (master...cnetaddr-link-local-test-2) https://github.com/bitcoin/bitcoin/pull/21697
< bitcoin-git>
[bitcoin] jonatack opened pull request #21696: DONOTMERGE test: drop cnetaddr link-local assert for macOS 10.14 to re-verify CI (master...cnetaddr-link-local-test-1) https://github.com/bitcoin/bitcoin/pull/21696
< bitcoin-git>
[bitcoin] hebasto opened pull request #21695: Remove no longer used contrib/bitcoin-qt.pro from the repo (master...210415-pro) https://github.com/bitcoin/bitcoin/pull/21695
< bitcoin-git>
[bitcoin] hebasto opened pull request #21694: build: Use XLIFF file to provide more context to Transifex translators (master...210415-xliff) https://github.com/bitcoin/bitcoin/pull/21694
< hebasto>
wumpus: I cannot see any way how the `contrib/bitcoin-qt.pro` is used in the translation process, neither in the main repo nor in https://github.com/bitcoin-core/bitcoin-maintainer-tools. Besides it looks outdated and unmaintained. May I ask you to confirm/deny my assumption?
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21691: test: Check that no versionbits are re-used (master...2104-testVersionbits) https://github.com/bitcoin/bitcoin/pull/21691
< bitcoin-git>
[bitcoin] jonatack opened pull request #21690: test: use higher value in cnetaddr_basic link-local test (master...cnetaddr-link-local-test) https://github.com/bitcoin/bitcoin/pull/21690
< bitcoin-git>
[bitcoin] practicalswift opened pull request #21689: test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in `cnetaddr_basic` (master...remove-intermittently-failing-and-largely-meaningless-ipv6-test) https://github.com/bitcoin/bitcoin/pull/21689
< bitcoin-git>
[bitcoin] hebasto closed pull request #21680: test: Use called_from_lib to point uninstrumented libs to TSan (master...210414-tsan) https://github.com/bitcoin/bitcoin/pull/21680
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21677: fuzz: Avoid use of low file descriptor ids (which may be in use) in FuzzedSock (master...avoid-open-fds-when-fuzzing) https://github.com/bitcoin/bitcoin/pull/21677
< bitcoin-git>
bitcoin/master 9712f75 MarcoFalke: Merge #21677: fuzz: Avoid use of low file descriptor ids (which may be in ...
< bitcoin-git>
bitcoin/master 6262182 practicalswift: Avoid use of low file descriptor ids (which may be in use) in FuzzedSock a...
< amiti>
kanzure: it was very odd, my email address wouldn't subscribe to bitcoin-dev, so per ReubenSomsen's suggestion we debugged by using bitcoin-discuss
< kanzure>
amiti: also you may have sent to bitcoin-discuss instead of bitcoin-dev
< da2ce7_>
wumpus: "<bitcoin-git> [gui] laanwj merged pull request #260: Handle exceptions instead of crash (master...210326-ex) https://github.com/bitcoin-core/gui/pull/260" the merge script seems to have a bug...
< jonasschnelli>
#proposedmeetingtopic short info/update on the "Bitcoin Core Code Signing Association" status.
< BlueMatt>
plus voskuil *normally* disagrees very strongly on bitcoin fork activation stuff, so him agreeing is a pretty good "did we even slightly screw this up" check
< _Sam-->
Hi I just wanted to say thank you for doing all that work to make bitcoin. I appreciate you. I sit around and don't do anything, and make money just because of the work you did. Thanks dudes/girls. Have a nice day.
< bitcoin-git>
[bitcoin] hebasto opened pull request #21680: test: Use called_from_lib to point uninstrumented libs to TSan (master...210414-tsan) https://github.com/bitcoin/bitcoin/pull/21680
< bitcoin-git>
[bitcoin] promag opened pull request #21679: rpc: Keep default argument value in correct type (master...2021-04-rpc-defaults) https://github.com/bitcoin/bitcoin/pull/21679
< bitcoin-git>
[bitcoin] practicalswift opened pull request #21677: fuzz: Avoid use of low file descriptor ids (which may be in use) in FuzzedSock (master...avoid-open-fds-when-fuzzing) https://github.com/bitcoin/bitcoin/pull/21677
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21676: test: Use mocktime to avoid intermittent failure in rpc_tests (master...2104-testFixMocktime) https://github.com/bitcoin/bitcoin/pull/21676
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21675: ci: Only cache depends/sdk-sources for macos task in cirrus (master...2104-ciSdkMacosOnly) https://github.com/bitcoin/bitcoin/pull/21675
< sipa>
you don't need to do anything in general; bitcoin core will try to make connections to the network automatically
< GarouDan>
Thanks for these suggestions (#bitcoin or on https://bitcoin.stackexchange.com), I'll try to reach these options later as well, for future interactions
< wumpus>
after the so-manieth spat with Cobra i was sick of it, no idea if it will continue hosting bitcoin core binaries at all, but i'm no longer going to upload them
< wumpus>
i do not have access to bitcoin.org anymore
< achow101>
harding: wumpus: can you make the same change to bitcoin.org that was done for bitcoincore.org to redirect users to download the 0.21-win-unsigned.exe? I'm seeing several users posting issues there about that.
< bitcoin-git>
[bitcoin] fanquake opened pull request #21664: contrib: use LIEF for macOS and Windows symbol & security checks (master...macos_win_lief) https://github.com/bitcoin/bitcoin/pull/21664
< bitcoin-git>
[bitcoin] fanquake merged pull request #21330: Deal with missing data in signature hashes more consistently (master...202103_missing_data_verify) https://github.com/bitcoin/bitcoin/pull/21330
< bitcoin-git>
bitcoin/master 497718b Pieter Wuille: Treat amount<0 also as missing data for P2WPKH/P2WSH
< bitcoin-git>
bitcoin/master 3820090 Pieter Wuille: Make all SignatureChecker explicit about missing data
< bitcoin-git>
bitcoin/master b77b0cc Pieter Wuille: Add MissingDataBehavior and make TransactionSignatureChecker handle it
< jarthur>
I believe 0.9.1 and possibly 0.9.2 distributables had binaries with statically linked glibc. Can't check now though as bitcoin.org took them down for security reasons.
< jarthur>
Just tried the release binary, is dynamically linked to libc unfortunately. It looks like it stopped being fully static after this: https://github.com/bitcoin/bitcoin/pull/4042
< jarthur>
I see other projects have added a custom --enable-static-exec or --fully-static ./configure args, so maybe --enable-static means you only get static libbitcoin and libtest. Also tried adding --disable-shared without luck. I'll see if I can whip something up from older gitian when it built a static bitcoin core distributable.
< bitcoin-git>
[bitcoin] hebasto opened pull request #21655: build, qt: No longer need to set QT_RCC_TEST=1 for determinism (master...210411-qhash) https://github.com/bitcoin/bitcoin/pull/21655
< bitcoin-git>
[gui] hebasto opened pull request #277: Do not use QClipboard::Selection on Windows and macOS. (master...210410-clip) https://github.com/bitcoin-core/gui/pull/277
< bitcoin-git>
[bitcoin] rebroad closed pull request #21618: WIP: Reduce MinRelayFee slower when Mempool utilised and faster when needed. (master...MinRelayFeeReductionChanges) https://github.com/bitcoin/bitcoin/pull/21618
2021-04-09
< bitcoin-git>
[bitcoin] jonatack opened pull request #21644: net: use NetPermissions::HasFlag() in CConnman::Bind() (master...NetPermissionFlags-noban-bugfix) https://github.com/bitcoin/bitcoin/pull/21644
< wumpus>
(of course, if you use a client-side tool like bitcoin-maintainer-tools's ghwatch to watch notifications, it's possible to do any kind of filterint you want)
< jnewbery>
has anyone found a way to suppress github notifications of other projects merging bitcoin core commits that have your github handle in? I seem to get notifications almost every day of some randomcoin merging commits that happen to have my handle in the commit message.
< bitcoin-git>
[gui] hebasto closed pull request #274: [PoC] [do not merge]: Support runtime appearance adjustment on macOS (master...210407-dark-poc) https://github.com/bitcoin-core/gui/pull/274
< bitcoin-git>
[bitcoin] achow101 opened pull request #21640: [0.21] Introduce DeferredSignatureChecker and have SignatureExtractorClass subclass it (0.21...0.21-sig-ext) https://github.com/bitcoin/bitcoin/pull/21640