<gribble>
https://github.com/bitcoin/bitcoin/issues/30982 | docs: Add instructions on how to self-sign bitcoin-core binaries for macOS by Christewart · Pull Request #30982 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] marcofleon opened pull request #31001: refactor: ensure type safety for txid and wtxid in `RelayTransaction` (master...2024/09/relaytx-type-safety) https://github.com/bitcoin/bitcoin/pull/31001
2024-09-29
<bitcoin-git>
[bitcoin] furszy opened pull request #31000: bench: add support for custom data directory (master...2024_bench_custom_datadir) https://github.com/bitcoin/bitcoin/pull/31000
<bitcoin-git>
[bitcoin] fanquake merged pull request #30921: test: generalize HasReason and use it in FailFmtWithError (master...l0rinc/format-hasReason) https://github.com/bitcoin/bitcoin/pull/30921
<bitcoin-git>
bitcoin/master 6c3c619 Lőrinc: test: generalize HasReason and use it in FailFmtWithError
<bitcoin-git>
bitcoin/master 18d4c43 merge-script: Merge bitcoin/bitcoin#30921: test: generalize HasReason and use it in Fail...
<Chris_Stewart_5>
and i don't believe it requires phoning home. I disconnected from my network connection and was still able to sign and run commands like ./bitcoin-cli --help
<bitcoin-git>
[bitcoin] Christewart opened pull request #30982: docs: Add instructions on how to self-sign bitcoin-core binaries for macOS (master...2024-09-26-selfsign-mac-instructions) https://github.com/bitcoin/bitcoin/pull/30982
<gmaxwell>
vasild: considering how easy it is to enumerate people running bitcoin from the p2p network the fact that it phones home isn't hard incompatible with bitcoin I think. But perhaps it would be a very unwelcome surprise to people using bitcoin behind tor.
<Chris_Stewart_5>
One last comment on the notarization problem on mac, here is a bitcoin stack exchange question detailing the problem and solution: https://bitcoin.stackexchange.com/a/117101
<sipa>
vasild: the world would be a lot better place if all humans were reasonable, but if that were the case, we probably wouldn't need bitcoin at all?
<fanquake>
willcl-ark: not sure, but anyone using bitcoin-qt, which is primarily what we ship on macos, isn't doing any of that
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #30965: kernel: Move block tree db open to block manager (master...blockmanDB) https://github.com/bitcoin/bitcoin/pull/30965
<bitcoin-git>
[bitcoin] fanquake merged pull request #30952: test: Use shell builtins in run_command test case (master...fix-runcommand-test) https://github.com/bitcoin/bitcoin/pull/30952
<bitcoin-git>
bitcoin/master 7bd3ee6 Ava Chow: test: Use shell builtins in run_command test case
<bitcoin-git>
bitcoin/master 393f323 merge-script: Merge bitcoin/bitcoin#30952: test: Use shell builtins in run_command test ...
<bitcoin-git>
[bitcoin] hodlinator opened pull request #30956: DO NOT MERGE: Windows bitcoind stall debugging (master...30390_windows_debug) https://github.com/bitcoin/bitcoin/pull/30956
<bitcoin-git>
[bitcoin] Sjors opened pull request #30955: Mining interface: getCoinbaseMerklePath() and submitSolution() (master...2024/07/merkle_path) https://github.com/bitcoin/bitcoin/pull/30955
<bitcoin-git>
[bitcoin] achow101 merged pull request #30678: wallet: Write best block to disk before backup (master...2024-08-backup-best) https://github.com/bitcoin/bitcoin/pull/30678
<bitcoin-git>
bitcoin/master 7e3dbe4 Fabian Jahr: wallet: Write best block to disk before backup
<bitcoin-git>
bitcoin/master 037b101 Fabian Jahr: test: Add coverage for best block locator write in wallet_backup
<bitcoin-git>
bitcoin/master 31c0df0 furszy: wallet: migration, write best locator before unloading wallet
<bitcoin-git>
[bitcoin] itornaza opened pull request #30953: refactor: Appropriate re-naming of MAX_OPCODE after tapscript (master...ion-max-script-opcodes) https://github.com/bitcoin/bitcoin/pull/30953
<bitcoin-git>
[bitcoin] achow101 opened pull request #30952: test: Use shell builtins in run_command test case (master...fix-runcommand-test) https://github.com/bitcoin/bitcoin/pull/30952
<bitcoin-git>
[bitcoin] stratospher opened pull request #30951: net: option to disallow v1 connection on ipv4 and ipv6 peers (master...v2-only-option) https://github.com/bitcoin/bitcoin/pull/30951
<padillac>
the exploit was submitted as an issue in the core github. my github account 'visualbasic6' was subsequently banned from the org. haha. sorry. it was around when this happened.... https://github.com/bitcoin/bitcoin/issues/27623
<padillac>
whatup everybody. just talked to luke. i want credit for the bitcoin dos. this is kevin mcsheehan / pad
<bitcoin-git>
[bitcoin] tdb3 opened pull request #30941: test: simplify timewarp boundary test (master...20240921_simplify_timewarp_tests) https://github.com/bitcoin/bitcoin/pull/30941
<bitcoin-git>
[bitcoin] hebasto opened pull request #30940: depends: Fix build with `MULTIPROCESS=1` in Guix environment (master...240921-guix-mp) https://github.com/bitcoin/bitcoin/pull/30940
2024-09-20
<bitcoin-git>
[bitcoin] achow101 merged pull request #30765: refactor: Allow `CScript`'s `operator` to accept spans, not just vectors (master...l0rinc/CScript-vector-and-array) https://github.com/bitcoin/bitcoin/pull/30765
<bitcoin-git>
bitcoin/master cac846c Lőrinc: Allow CScript's operator<< to accept spans, not just vectors
<bitcoin-git>
bitcoin/master 5e190cd Lőrinc: Replace CScript _hex_v_u8 appends with _hex
<bitcoin-git>
[bitcoin] achow101 merged pull request #30918: fuzz: Add check in `p2p_headers_presync` that chain work never exceeds minimum work (master...2024/09/headers-presync-fuzz-followup) https://github.com/bitcoin/bitcoin/pull/30918
<bitcoin-git>
bitcoin/master 9aa5d1c marcofleon: add clarification in comment
<bitcoin-git>
bitcoin/master 284bd17 marcofleon: add check that chainwork doesn't exceed minimum work
<bitcoin-git>
bitcoin/master 0894748 Ava Chow: Merge bitcoin/bitcoin#30918: fuzz: Add check in `p2p_headers_presync` that...
<bitcoin-git>
[bitcoin] achow101 merged pull request #30794: interpreter: use int32_t instead of int type for risczero compile (master...r0-fit) https://github.com/bitcoin/bitcoin/pull/30794
<bitcoin-git>
bitcoin/master 48c20db Ava Chow: Merge bitcoin/bitcoin#30794: interpreter: use int32_t instead of int type ...
<bitcoin-git>
[bitcoin] theStack opened pull request #30937: scripted-diff: drop config/ subdir for bitcoin-config.h (master...202409-build-drop_config_subdir) https://github.com/bitcoin/bitcoin/pull/30937
<bitcoin-git>
[bitcoin] fanquake merged pull request #30856: build: drop obj/ subdirectory for generated build.h (master...202409-build-drop_obj_subdir) https://github.com/bitcoin/bitcoin/pull/30856
<bitcoin-git>
bitcoin/master 0dd6625 Sebastian Falbesoner: build: drop obj/ subdir for generated build.h, rename to bitcoin-build-inf...
<bitcoin-git>
bitcoin/master 7025942 Sebastian Falbesoner: build: drop superfluous `HAVE_BUILD_INFO` define
<bitcoin-git>
bitcoin/master 197aa24 merge-script: Merge bitcoin/bitcoin#30856: build: drop obj/ subdirectory for generated b...
<bitcoin-git>
[bitcoin] l0rinc opened pull request #30936: doc: Add `nproc` support for Mac through `coreutils` (master...l0rinc/nproc-mac) https://github.com/bitcoin/bitcoin/pull/30936
<bitcoin-git>
[bitcoincore.org] fanquake closed pull request #1066: build(deps-dev): bump google-protobuf from 4.27.2 to 4.27.5 (master...dependabot/bundler/google-protobuf-4.27.5) https://github.com/bitcoin-core/bitcoincore.org/pull/1066
<bitcoin-git>
[qa-assets] marcofleon opened pull request #207: Initial inputs for `p2p_headers_presync` and `clusterlin_make_connected` (main...main) https://github.com/bitcoin-core/qa-assets/pull/207
<bitcoin-git>
[bitcoin] jonatack opened pull request #30930: netinfo: add peer services column and outbound-only peers list (master...2023-05-add-peer-services-to-netinfo) https://github.com/bitcoin/bitcoin/pull/30930
<bitcoin-git>
[bitcoincore.org] dependabot[bot] opened pull request #1066: build(deps-dev): bump google-protobuf from 4.27.2 to 4.27.5 (master...dependabot/bundler/google-protobuf-4.27.5) https://github.com/bitcoin-core/bitcoincore.org/pull/1066
<bitcoin-git>
[bitcoin] fanquake merged pull request #30927: Follow-up after AutoFile position caching: remove unused code (master...202409_tellcache_followup) https://github.com/bitcoin/bitcoin/pull/30927
<bitcoin-git>
[bitcoincore.org] fanquake merged pull request #1065: Add japanese translation about security advisories for vulnerabilities fixed in v24.0.1 (master...ja-translate-security-advisories-24.0.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1065
<bitcoin-git>
bitcoincore.org/master 952272a azuchi: Add japanese translation about security advisories for vulnerabilities fix...
<bitcoin-git>
bitcoincore.org/master 832981b merge-script: Merge bitcoin-core/bitcoincore.org#1065: Add japanese translation about se...
<bitcoin-git>
[bitcoin] LuizWT closed pull request #30925: Optimize: convert trusted keys list to a set for better performance (master...master) https://github.com/bitcoin/bitcoin/pull/30925
<bitcoin-git>
[bitcoincore.org] azuchi opened pull request #1065: Add japanese translation about security advisories for vulnerabilities fixed in v24.0.1 (master...ja-translate-security-advisories-24.0.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1065
<bitcoin-git>
[bitcoin] LuizWT opened pull request #30925: Optimize: convert trusted keys list to a set for better performance (master...master) https://github.com/bitcoin/bitcoin/pull/30925
<bitcoin-git>
[bitcoin] mzumsande closed pull request #28538: p2p: attempt to fill full outbound connection slots with peers that support tx relay (master...202309_fullob_to_blocksonly) https://github.com/bitcoin/bitcoin/pull/28538
<bitcoin-git>
[bitcoin] fanquake merged pull request #30875: doc: fixed inconsistencies in documentation between autotools to cmake change (master...devNotesDebugBuild) https://github.com/bitcoin/bitcoin/pull/30875
<bitcoin-git>
[bitcoin] l0rinc opened pull request #30921: test: generalize HasReason and use it in FailFmtWithError (master...l0rinc/format-hasReason) https://github.com/bitcoin/bitcoin/pull/30921
<bitcoin-git>
bitcoin-detached-sigs/28.x 8add3c5 fanquake: 28.x: macOS sig for rc2
<bitcoin-git>
bitcoin/master 6b97882 merge-script: Merge bitcoin/bitcoin#30915: ci: Use `ninja` to build in macOS native CI j...
<bitcoin-git>
[bitcoin] fanquake merged pull request #30915: ci: Use `ninja` to build in macOS native CI job (master...240917-ci-ninja) https://github.com/bitcoin/bitcoin/pull/30915
<bitcoin-git>
bitcoin/master d01b85b Hennadii Stepanov: ci: Use `ninja` to build in macOS native CI job
<bitcoin-git>
[bitcoin] maflcko opened pull request #30920: test: Remove 0.16.3 test from wallet_backwards_compatibility.py (master...2409-rem-test) https://github.com/bitcoin/bitcoin/pull/30920
2024-09-17
<bitcoin-git>
[bitcoin] marcofleon opened pull request #30918: fuzz: Add check in `p2p_headers_presync` that chain work never exceeds minimum work (master...2024/09/headers-presync-fuzz-followup) https://github.com/bitcoin/bitcoin/pull/30918