<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28185: ci: Use hard-coded root path for CI containers (bugfix) (master...2307-ci-hard-code-) https://github.com/bitcoin/bitcoin/pull/28185
<bitcoin-git>
[bitcoin] aureleoules closed pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28178: fuzz: Generate with random libFuzzer settings (master...2307-fuzz-rand-gen-) https://github.com/bitcoin/bitcoin/pull/28178
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #28176: tests: add coverage to feature_addrman.py (master...test-addrman-large-vals) https://github.com/bitcoin/bitcoin/pull/28176
2023-07-27
<bitcoin-git>
[bitcoin] luke-jr opened pull request #28175: CONTRIBUTING: Caution against using AI/LLMs (ChatGPT, Copilot, etc) (master...doc_no_ai) https://github.com/bitcoin/bitcoin/pull/28175
<bitcoin-git>
[bitcoin] aureleoules opened pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git>
bitcoin/master d60229e Antoine Poinsot: fuzz: make the parsed descriptor testing into a function
<bitcoin-git>
bitcoin/master 90a2474 Antoine Poinsot: fuzz: add a new, more efficient, descriptor parsing target
<bitcoin-git>
bitcoin/master 131314b Antoine Poinsot: fuzz: increase coverage of the descriptor targets
<bitcoin-git>
[bitcoin] hebasto closed pull request #27771: ci: Use docker image cache for "Win64 native [vs2022]" task (master...230528-docker-win) https://github.com/bitcoin/bitcoin/pull/27771
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git>
bitcoin/master faca9a3 MarcoFalke: test: Avoid intermittent issues due to async events in validationinterface...
<bitcoin-git>
[bitcoin] fanquake merged pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git>
bitcoin/master d0c6cc4 fanquake: suppressions: note that 'type:ClassName::MethodName' should be used
<bitcoin-git>
bitcoin/master 4517e2f fanquake: Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::Meth...
<bitcoin-git>
bitcoin/master 07c59ed Casey Carter: Don't derive secure_allocator from std::allocator
<bitcoin-git>
bitcoin/master 32c1523 Andrew Chow: Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std:...
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #28157: test doc: tests `acceptstalefeeestimates` option is only supported on regtest chain (master...07-2023-avoid-serving-stale-fees-follow-up) https://github.com/bitcoin/bitcoin/pull/28157
<bitcoin-git>
[bitcoin] fanquake opened pull request #28151: [WIP] guix: use `-muse-unaligned-vector-move` for Windows builds (master...win_muse_unaligned_vector_move) https://github.com/bitcoin/bitcoin/pull/28151
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git>
[bitcoin] stickies-v opened pull request #28149: Net processing: clamp PeerManager::Options user input (master...2023-07/peerman-opts-check-bounds) https://github.com/bitcoin/bitcoin/pull/28149
<bitcoin-git>
[bitcoin] stickies-v opened pull request #28148: Refactor: consistently use ApplyArgsManOptions for PeerManager::Options (master...2023-07/blocksonly-peerman-opts) https://github.com/bitcoin/bitcoin/pull/28148
<bitcoin-git>
[bitcoin] fanquake opened pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git>
[bitcoin] achow101 opened pull request #28142: wallet: Allow users to create a wallet that encrypts all database records (master...encrypt-watch-only) https://github.com/bitcoin/bitcoin/pull/28142
<bitcoin-git>
[bitcoin] furszy opened pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git>
[bitcoin] jonatack opened pull request #28134: rpc, util: deduplicate AmountFromValue() using util::Result (master...2023-07-dedupe-AmountFromValue) https://github.com/bitcoin/bitcoin/pull/28134
<kenshir0>
hi! are there plans to add Payjoin to Bitcoin Core? It would be great to have some option for private payments, even if it requires both parties are online.
<bitcoin-git>
[gui] achow101 reopened pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #28121: include verbose debug messages in testmempoolaccept reject-reason (master...tma-debug) https://github.com/bitcoin/bitcoin/pull/28121
<bitcoin-git>
[bitcoin] furszy opened pull request #28120: p2p: make block download logic aware of limited peers threshold (master...2023_net_limited_peers) https://github.com/bitcoin/bitcoin/pull/28120
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28118: test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC (master...2307-test-mock-sync-) https://github.com/bitcoin/bitcoin/pull/28118
<vasild>
Before only maintainers could add PRs to the high prio for review (https://github.com/orgs/bitcoin/projects/1/views/4) but at some point that changed and I was able to add items myself. I assumed that's for every "member" of the org, but I see MacroFake and hebasto yesterday asked for PRs to be added to the list on their behalf which I find surprising - why not add it yourself?
2023-07-20
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #28106: ci: Set DEBUG=1 for valgrind fuzz task (master...2307-ci-valgrind-DEBUG-) https://github.com/bitcoin/bitcoin/pull/28106
<bitcoin-git>
bitcoin/master e667bd6 Martin Zumsande: test: fix intermittent failure in wallet_resendwallettransactions.py
<bitcoin-git>
bitcoin/master b3022af Andrew Chow: Merge bitcoin/bitcoin#28108: test: fix intermittent failure in wallet_rese...
<bitcoin-git>
[bitcoin] achow101 merged pull request #28067: descriptors: do not return top-level only funcs as sub descriptors (master...2023_wallet_infer_watchonly_sh_script) https://github.com/bitcoin/bitcoin/pull/28067
<bitcoin-git>
bitcoin/master dd9633b furszy: test: wallet, add coverage for watch-only raw sh script migration
<bitcoin-git>
[bitcoin] darosior closed pull request #28112: descriptor: do not parse from script unspendable Miniscript descriptors (master...miniscript_from_script_unspendable) https://github.com/bitcoin/bitcoin/pull/28112
<bitcoin-git>
[bitcoin] darosior opened pull request #28112: descriptor: do not parse from script unspendable Miniscript descriptors (master...miniscript_from_script_unspendable) https://github.com/bitcoin/bitcoin/pull/28112
<bitcoin-git>
[bitcoin] fanquake merged pull request #26654: util: Show descriptive error messages when FileCommit fails (master...2022_12_BetterSystemErrorLogging) https://github.com/bitcoin/bitcoin/pull/26654
<bitcoin-git>
bitcoin/master c95a443 John Moffett: Show descriptive error messages when FileCommit fails
<bitcoin-git>
bitcoin/master 5408a55 John Moffett: Consolidate Win32-specific error formatting
<bitcoin-git>
bitcoin/master ac7c177 fanquake: Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when Fi...
<bitcoin-git>
[bitcoin] fanquake merged pull request #26467: bumpfee: Allow the user to choose which output is change (master...bumpfee-choose-change-txout) https://github.com/bitcoin/bitcoin/pull/26467
<bitcoin-git>
bitcoin/master 4f4d440 Andrew Chow: test: Test bumpfee reduce_output
<bitcoin-git>
bitcoin/master e8c31f1 Andrew Chow: tests: Test for bumping single output transaction
<bitcoin-git>
bitcoin/master 20b4946 Vasil Dimov: test: remove race in the user-agent reception check
<bitcoin-git>
bitcoin/master 0be2f54 fanquake: Merge bitcoin/bitcoin#27986: test: remove race in the user-agent reception...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28105: doc: Clarify that -fstack-reuse=all bugs exist on all versions of GCC (master...2307-doc-gcc-bug-take-2-) https://github.com/bitcoin/bitcoin/pull/28105
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #28101: Changing -torcontrol help to specify that a default port is used (master...torcontrolHelp) https://github.com/bitcoin/bitcoin/pull/28101
<bitcoin-git>
bitcoin/master fa2f18a MarcoFalke: ci: Use DOCKER_BUILDKIT for lint image
<bitcoin-git>
bitcoin/master c6a338b fanquake: Merge bitcoin/bitcoin#28083: ci: Use DOCKER_BUILDKIT for lint image
<bitcoin-git>
[bitcoin] fanquake opened pull request #28099: contrib: move user32.dll from bitcoind.exe libs (master...user32_dll_qt_only) https://github.com/bitcoin/bitcoin/pull/28099
<mooncoder>
I'd like to write a third party app that indexes some blockchain data but I'd like to rely on my local bitcoin-core node to handle consensus and validation, etc. Is there a guide somewhere on how to do this? basically i need the third party app to receive valid blocks from my local bitcoin-core node. i am not sure if it'd be better to use RPC for
<bitcoin-git>
bitcoin/master 40e6c5b Pieter Wuille: crypto: add Poly1305 class with std::byte Span interface
<bitcoin-git>
bitcoin/master 8871f7d Pieter Wuille: tests: add more Poly1305 test vectors
<bitcoin-git>
[bitcoin] fanquake opened pull request #28093: subtree: update libsecp256k1 to latest master (master...update_libsecp256k1_1378) https://github.com/bitcoin/bitcoin/pull/28093
<bitcoin-git>
[bitcoin] fanquake opened pull request #28092: build: document that -Wreturn-type has been fixed upstream (mingw-w64) (master...update_windows_return_type_docs) https://github.com/bitcoin/bitcoin/pull/28092
<bitcoin-git>
[bitcoin] brunoerg opened pull request #28091: fuzz: use `ConnmanTestMsg` in `connman` (master...2023-07-connman-mnodes) https://github.com/bitcoin/bitcoin/pull/28091