2022-01-07

<bitcoin-git> bitcoin/master fa88cfd MarcoFalke: Move functions to BlockManager
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/be72ae25a818...4ada74206a53
<bitcoin-git> bitcoin/master fa467f3 MarcoFalke: move-only: Create WriteBlockIndexDB helper
<bitcoin-git> bitcoin/master fab2621 MarcoFalke: Move blockstorage-related unload to BlockManager::Unload

2022-01-06

<bitcoin-git> [bitcoin] fanquake merged pull request #23996: test: set ban after mocking time (master...2022-01-fix-ban-mocktime) https://github.com/bitcoin/bitcoin/pull/23996
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95833c012e14...be72ae25a818
<bitcoin-git> bitcoin/master c9374af brunoerg: test: set ban after mocking time
<bitcoin-git> bitcoin/master be72ae2 fanquake: Merge bitcoin/bitcoin#23996: test: set ban after mocking time
<bitcoin-git> [bitcoin] brunoerg opened pull request #23996: test: set ban after mocking time (master...2022-01-fix-ban-mocktime) https://github.com/bitcoin/bitcoin/pull/23996
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<Guest94> selling tanbang bitcoin using nonor lcbel first nanbang bitcon on coinbase. what's the solution, through what boss, darn ginal's account can't login to the mining machine's password. please give the solution bossselling tanbang bitcoin using nonor lcbel first nanbang bitcon on coinbase. what's the solution, through what boss, darn ginal's account
<michaelfolkson> prayank: Is this the luke-jr doc you meant to link to? https://medium.com/@lukedashjr/how-to-securely-install-bitcoin-9bfeca7d3b2a
<sipa> i don't think it's a bad idea to have a guide "how to run bitcoin core securely" somewhere in our documentation, but it's a wide topic that could encompass lots of things
<prayank> goal: already shared in reasons, get some documentation about secuirty that users can rely on need: there is no such doc already so a project like bitcoin core needs one
<prayank> even json-rpc doc has 1-2 things about security but bitcoin core has more than just these few things about rpc and rest
<b10c__> e.g. the content of the REST interface "Risks" section? https://github.com/bitcoin/bitcoin/blob/master/doc/REST-interface.md#risks
<michaelfolkson> Note there is already https://github.com/bitcoin/bitcoin/blob/master/SECURITY.md but sounds like prayank wants a lot more guidance/content than what is in that
<prayank> Security recommendations, known issues, footguns and other things that affect security for p2p, rpc, wallet etc. when using Bitcoin Core. Can also add unfixed vulnerabilities like https://medium.com/@lukedashjr/cve-2018-20587-advisory-and-full-disclosure-a3105551e78b
<laanwj> there are 8 blockers, 1 chasing concept ACK in https://github.com/bitcoin/bitcoin/projects/8 at the moment
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball
<core-meetingbot> Meeting started Thu Jan 6 19:00:12 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] sipa opened pull request #23995: Simplify test_runner.py a bit (master...202201_partestrun_fix) https://github.com/bitcoin/bitcoin/pull/23995
<bitcoin-git> [bitcoin] sipa opened pull request #23994: Consolidate all uses of the fast range mapping technique in util/fastrange.h (master...202201_fastrange) https://github.com/bitcoin/bitcoin/pull/23994
<bitcoin-git> [gui] hebasto opened pull request #517: refactor, qt: Use std::chrono for parameters of QTimer methods (master...220106-chrono) https://github.com/bitcoin-core/gui/pull/517
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23938: ci: Clone entire bitcoin-core/qa-assets repo only when run fuzzing (master...220102-assets) https://github.com/bitcoin/bitcoin/pull/23938
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e94150750028...95833c012e14
<bitcoin-git> bitcoin/master 0b7c55f Hennadii Stepanov: ci: Clone entire bitcoin-core/qa-assets repo only when run fuzzing
<bitcoin-git> bitcoin/master 95833c0 MarcoFalke: Merge bitcoin/bitcoin#23938: ci: Clone entire bitcoin-core/qa-assets repo ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23992: fuzz: Set min fuzzed time to y2k (master...2201-fuzzTimeMin) https://github.com/bitcoin/bitcoin/pull/23992
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23963: test: run feature_pruning.py without wallet compiled (master...2022-test-run_feature_pruning_without_wallet) https://github.com/bitcoin/bitcoin/pull/23963
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddcc518cbdb0...e94150750028
<bitcoin-git> bitcoin/master 0754e9c Sebastian Falbesoner: test: run feature_pruning.py without wallet compiled
<bitcoin-git> bitcoin/master e941507 MarcoFalke: Merge bitcoin/bitcoin#23963: test: run feature_pruning.py without wallet c...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23828: scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a (master...pr/libnode) https://github.com/bitcoin/bitcoin/pull/23828
<bitcoin-git> bitcoin/master ddcc518 MarcoFalke: Merge bitcoin/bitcoin#23828: scripted-diff: Rename libbitcoin_server.a to ...
<bitcoin-git> bitcoin/master 172096e Russell Yanofsky: scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/70395bab4ef5...ddcc518cbdb0
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23760: util: move MapIntoRange() for reuse in fuzz tests (master...reuse_mapintorange) https://github.com/bitcoin/bitcoin/pull/23760
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3917dff732b4...70395bab4ef5
<bitcoin-git> bitcoin/master df2307c fanquake: util: move MapIntoRange() for reuse in fuzz tests
<bitcoin-git> bitcoin/master 70395ba MarcoFalke: Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz t...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23855: refactor: Post-"Chainstate loading sequence coalescence" fixups (master...2021-12-kernel-lib-v3-fixups) https://github.com/bitcoin/bitcoin/pull/23855
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/06209574da79...3917dff732b4
<bitcoin-git> bitcoin/master 3401630 Carl Dong: style-only: Rename *Chainstate return values
<bitcoin-git> bitcoin/master 1dd5827 Carl Dong: docs: Make LoadChainstate comment more accurate
<bitcoin-git> bitcoin/master 6b83576 Carl Dong: node/chainstate: Use MAX_FUTURE_BLOCK_TIME
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23832: Refactor: Changes time variables from int to chrono (master...time_refactor) https://github.com/bitcoin/bitcoin/pull/23832
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/799fd7a48836...06209574da79
<bitcoin-git> bitcoin/master fe86eb5 Shashwat: Refactor: Uses c++ init convention for time variables
<bitcoin-git> bitcoin/master 6111b0d Shashwat: Refactor: Changes remaining time variable type from int to chrono
<bitcoin-git> bitcoin/master 0620957 MarcoFalke: Merge bitcoin/bitcoin#23832: Refactor: Changes time variables from int to ...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23075: test: Fee estimation functional test cleanups (master...fee_est_test_cleanup) https://github.com/bitcoin/bitcoin/pull/23075
<bitcoin-git> bitcoin/master 19dd91a Antoine Poinsot: qa: remove a redundant condition in fee estimation test
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/cec6781a47d3...799fd7a48836
<bitcoin-git> bitcoin/master 1fc0315 Antoine Poinsot: qa: split coins in a single tx in fee estimation test
<bitcoin-git> bitcoin/master cc204b8 Antoine Poinsot: qa: use a single p2sh script in fee estimation test
<bitcoin-git> [bitcoin] fanquake merged pull request #23985: reviewers: add tracing (master...tracing-review) https://github.com/bitcoin/bitcoin/pull/23985
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17fdbefd3f40...cec6781a47d3
<bitcoin-git> bitcoin/master 9bd46e2 William Casarin: reviewers: add tracing
<bitcoin-git> bitcoin/master cec6781 fanquake: Merge bitcoin/bitcoin#23985: reviewers: add tracing
<gribble> https://github.com/bitcoin/bitcoin/issues/22910 | [RFC] Encapsulate asmap in NetGroupManager by jnewbery · Pull Request #22910 · bitcoin/bitcoin · GitHub

2022-01-05

<bitcoin-git> [bitcoin] jb55 opened pull request #23985: reviewers: add tracing (master...tracing-review) https://github.com/bitcoin/bitcoin/pull/23985
<bitcoin-git> [bitcoin] fanquake merged pull request #23970: Remove pointless and confusing shift in RelayAddress (master...2112-noShiftAdd) https://github.com/bitcoin/bitcoin/pull/23970
<bitcoin-git> bitcoin/master fa9f455 MarcoFalke: refactor: Remove pointless and confusing shift in RelayAddress
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/801aaac2b395...17fdbefd3f40
<bitcoin-git> bitcoin/master 17fdbef fanquake: Merge bitcoin/bitcoin#23970: Remove pointless and confusing shift in Relay...
<bitcoin-git> [bitcoin] laanwj merged pull request #23834: wallettool: Check that the dumpfile checksum is the correct size (master...dump-checksum-size) https://github.com/bitcoin/bitcoin/pull/23834
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34118bfaddc3...801aaac2b395
<bitcoin-git> bitcoin/master ac617cc Andrew Chow: wallettool: Check that the dumpfile checksum is the correct size
<bitcoin-git> bitcoin/master 801aaac laanwj: Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum ...
<bitcoin-git> [bitcoin] darosior closed pull request #23982: tests: use a cached datadir for wallet_descriptor.py (master...cache_chain_wallet_descriptor) https://github.com/bitcoin/bitcoin/pull/23982
<bitcoin-git> [bitcoin] darosior opened pull request #23982: tests: use a cached datadir for wallet_descriptor.py (master...cache_chain_wallet_descriptor) https://github.com/bitcoin/bitcoin/pull/23982
<prayank> #proposedmeetingtopic Add security.md in /doc which covers security recommendations, known issues, footguns and other names used for things that affect security for p2p, rpc, wallet etc. when using Bitcoin Core. Can also add unfixed vulnerabilities like https://medium.com/@lukedashjr/cve-2018-20587-advisory-and-full-disclosure-a3105551e78b
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23784: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx_check_witness_input_amount) https://github.com/bitcoin/bitcoin/pull/23784
<bitcoin-git> bitcoin/master c337b27 Ben Woosley: Require that input amount is provided for bitcoin-tx witness transactions
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/121d47afe3e6...34118bfaddc3
<bitcoin-git> bitcoin/master 8bd34dc Sebastian Falbesoner: test: check that bitcoin-tx detects missing input amount for segwit transa...
<bitcoin-git> bitcoin/master 34118bf MarcoFalke: Merge bitcoin/bitcoin#23784: bitcoin-tx: Require that input amount is prov...
<bitcoin-git> [bitcoin] laanwj merged pull request #23799: test: Let test_runner.py start multiple jobs per timeslot (master...202112_multitesturn) https://github.com/bitcoin/bitcoin/pull/23799
<bitcoin-git> bitcoin/master 975097f Pieter Wuille: Let test_runner.py start multiple jobs per timeslot
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af7fba3af788...121d47afe3e6
<bitcoin-git> bitcoin/master 121d47a laanwj: Merge bitcoin/bitcoin#23799: test: Let test_runner.py start multiple jobs ...
<gribble> https://github.com/bitcoin/bitcoin/issues/23778 | release: Guix 1.4.0 & GCC 10.3 by fanquake · Pull Request #23778 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21879 | refactor: wrap accept() and extend usage of Sock by vasild · Pull Request #21879 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] laanwj merged pull request #23980: doc: Fix typo in getmempoolinfo (z->s) (master...2201-docrpc) https://github.com/bitcoin/bitcoin/pull/23980
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8f1c28a609b2...af7fba3af788
<bitcoin-git> bitcoin/master fab1641 MarcoFalke: doc: Fix typo in getmempoolinfo
<bitcoin-git> bitcoin/master af7fba3 laanwj: Merge bitcoin/bitcoin#23980: doc: Fix typo in getmempoolinfo (z->s)
<laanwj> TallTim: this is definitely the wrong channel for PoW change proposals, i guess the mailing list or maybe bitcoin-wizards
<bitcoin-git> [bitcoin] laanwj merged pull request #21879: refactor: wrap accept() and extend usage of Sock (master...SockAccept) https://github.com/bitcoin/bitcoin/pull/21879
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/847cf7690def...8f1c28a609b2
<bitcoin-git> bitcoin/master f8bd13f Vasil Dimov: net: add new method Sock::Accept() that wraps accept()
<bitcoin-git> bitcoin/master 9e3cbfc Vasil Dimov: net: use Sock in CConnman::ListenSocket
<bitcoin-git> bitcoin/master 6bf6e9f Vasil Dimov: net: change CreateNodeFromAcceptedSocket() to take Sock
<TallTim> Forgive me if wrong channel, but I'd like to know where/when BIP 1126 (Adds BIP52) for Optical Proof of Work (OPoW) will be discussed. The logic on this one seems deeply flawed in favor of the "Bitcoin will consume too much power" narrative. Thanks in advance.
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23981: doc: Fix typo in LoadBlockIndex (master...2022-01-fix-typo-validation) https://github.com/bitcoin/bitcoin/pull/23981
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e31cdb0238f0...847cf7690def
<bitcoin-git> bitcoin/master c03cf38 brunoerg: doc: Fix typo in LoadBlockIndex
<bitcoin-git> bitcoin/master 847cf76 MarcoFalke: Merge bitcoin/bitcoin#23981: doc: Fix typo in LoadBlockIndex
<bitcoin-git> [bitcoin] brunoerg opened pull request #23981: doc: Fix typo in LoadBlockIndex (master...2022-01-fix-typo-validation) https://github.com/bitcoin/bitcoin/pull/23981
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23980: doc: Fix typo in getmempoolinfo (z->s) (master...2201-docrpc) https://github.com/bitcoin/bitcoin/pull/23980
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23411: refactor: Avoid integer overflow in ApplyStats when activating snapshot (master...2111-fuzzIntAmt) https://github.com/bitcoin/bitcoin/pull/23411
<bitcoin-git> bitcoin/master fa526d8 MarcoFalke: Add dev doc to CCoinsStats::m_hash_type and make it const
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e00e990606dc...e31cdb0238f0
<bitcoin-git> bitcoin/master faff051 MarcoFalke: style: Remove unused whitespace
<bitcoin-git> bitcoin/master fac0188 MarcoFalke: Move AdditionOverflow to util, Add CheckedAdd with unit tests
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #16116: Avoid unnecessary signing provider copies on descriptor expansion (master...merge-flat-signing-provider) https://github.com/bitcoin/bitcoin/pull/16116
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23978: test: use MiniWallet for mining_basic.py (master...2022-test-use_MiniWallet_for_mining_basic) https://github.com/bitcoin/bitcoin/pull/23978
<bitcoin-git> bitcoin/master 7746606 Sebastian Falbesoner: test: use MiniWallet for mining_basic.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/45ed459f95d3...e00e990606dc
<bitcoin-git> bitcoin/master e00e990 MarcoFalke: Merge bitcoin/bitcoin#23978: test: use MiniWallet for mining_basic.py
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23979: test: wait for rather than assert presence of file in startupnotify test (master...fix_feature_startupnotify_test) https://github.com/bitcoin/bitcoin/pull/23979
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e5dd94c423b...45ed459f95d3
<bitcoin-git> bitcoin/master 45ed459 MarcoFalke: Merge bitcoin/bitcoin#23979: test: wait for rather than assert presence of...
<bitcoin-git> bitcoin/master 96eb009 fanquake: test: wait rather than assert presence of file in startupnotify test
<gribble> https://github.com/bitcoin/bitcoin/issues/20744 | Use std::filesystem. Remove Boost Filesystem & System by fanquake · Pull Request #20744 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23778 | release: Guix 1.4.0 & GCC 10.3 by fanquake · Pull Request #23778 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23909: build: use a static .tiff for macOS .dmg rather than generating (master...use_static_background_tiff) https://github.com/bitcoin/bitcoin/pull/23909
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1aabbf33d74b...3e5dd94c423b
<bitcoin-git> bitcoin/master e09773d fanquake: build: use a static .tiff for macOS .dmg over generating
<bitcoin-git> bitcoin/master 3e5dd94 fanquake: Merge bitcoin/bitcoin#23909: build: use a static .tiff for macOS .dmg rath...
<bitcoin-git> [bitcoin] fanquake opened pull request #23979: test: wait for rather than assert presence of file in startupnotify test (master...fix_feature_startupnotify_test) https://github.com/bitcoin/bitcoin/pull/23979
<bitcoin-git> [bitcoin] fanquake merged pull request #23977: depends: Fix typo (master...typos) https://github.com/bitcoin/bitcoin/pull/23977
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8c84e047c61...1aabbf33d74b
<bitcoin-git> bitcoin/master 1aabbf3 fanquake: Merge bitcoin/bitcoin#23977: depends: Fix typo
<bitcoin-git> bitcoin/master d2fdc32 Dimitris Apostolou: depends: Fix typo
<bitcoin-git> [bitcoin] fanquake merged pull request #23975: doc: Mark proprietary array optional (master...2201-docrpc) https://github.com/bitcoin/bitcoin/pull/23975
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53b0450edeaa...f8c84e047c61
<bitcoin-git> bitcoin/master faa51a6 MarcoFalke: doc: Mark proprietary array optional
<bitcoin-git> bitcoin/master f8c84e0 fanquake: Merge bitcoin/bitcoin#23975: doc: Mark proprietary array optional

2022-01-04

<bitcoin-git> [bitcoin] theStack opened pull request #23978: test: use MiniWallet for mining_basic.py (master...2022-test-use_MiniWallet_for_mining_basic) https://github.com/bitcoin/bitcoin/pull/23978
<bitcoin-git> [bitcoin] jb55 closed pull request #23809: tracing: reduce instructions generated by net:message tracepoints (master...conntype-enum-usdt) https://github.com/bitcoin/bitcoin/pull/23809
<bitcoin-git> [bitcoin] sdaftuar reopened pull request #20726: p2p: Add DISABLETX message for negotiating block-relay-only connections (master...2020-12-negotiate-block-relay) https://github.com/bitcoin/bitcoin/pull/20726
<bitcoin-git> [bitcoin] rex4539 opened pull request #23977: depends: Fix typo (master...typos) https://github.com/bitcoin/bitcoin/pull/23977
<bitcoin-git> [bitcoin] glozow opened pull request #23976: document and clean up MaybeUpdateMempoolForReorg (master...2022-01-lp) https://github.com/bitcoin/bitcoin/pull/23976
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23973: test: Bundle all integer sanitizer suppressions of dependencies (master...2201-testSup) https://github.com/bitcoin/bitcoin/pull/23973
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab788a48fc52...53b0450edeaa
<bitcoin-git> bitcoin/master fa77dc9 MarcoFalke: test: Bundle all integer sanitizer suppressions of dependencies
<bitcoin-git> bitcoin/master 53b0450 MarcoFalke: Merge bitcoin/bitcoin#23973: test: Bundle all integer sanitizer suppressio...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23975: doc: Mark proprietary array optional (master...2201-docrpc) https://github.com/bitcoin/bitcoin/pull/23975
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23954: doc: remove CC_FOR_BUILD from OpenBSD build doc (master...openbsd_no_longer_need_cc_for_build) https://github.com/bitcoin/bitcoin/pull/23954
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4ee78450fff0...ab788a48fc52
<bitcoin-git> bitcoin/master 62c173a fanquake: doc: remove CC_FOR_BUILD from OpenBSD build doc
<bitcoin-git> bitcoin/master ab788a4 MarcoFalke: Merge bitcoin/bitcoin#23954: doc: remove CC_FOR_BUILD from OpenBSD build d...
<gribble> https://github.com/bitcoin/bitcoin/issues/23604 | Use Sock in CNode by vasild · Pull Request #23604 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21879 | refactor: wrap accept() and extend usage of Sock by vasild · Pull Request #21879 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23826: test: Make AddrMan unit tests use public interface, extend coverage (master...202112_addrman_unit_tests_1) https://github.com/bitcoin/bitcoin/pull/23826
<bitcoin-git> bitcoin/master dad5f76 Amiti Uttarwar: addrman: Introduce a test-only function to lookup addresses
<bitcoin-git> bitcoin/master 2ba1e74 Amiti Uttarwar: test: Update addrman_serialization unit test to use AddrMan's interface
<bitcoin-git> bitcoin/master 5b7aac3 Amiti Uttarwar: test: delete unused GetBucketAndEntry function
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/300124dedfff...4ee78450fff0
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23936: rpc: Add and use EnsureArgsman helper (master...2201-rpcArgs) https://github.com/bitcoin/bitcoin/pull/23936
<bitcoin-git> bitcoin/master 300124d MarcoFalke: Merge bitcoin/bitcoin#23936: rpc: Add and use EnsureArgsman helper
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8319c4e906e6...300124dedfff
<bitcoin-git> bitcoin/master fa5bb37 MarcoFalke: rpc: Use EnsureAnyArgsman in rpc/blockchain
<bitcoin-git> bitcoin/master fa98b6f MarcoFalke: rpc: Add EnsureArgsman helper
<bitcoin-git> [bitcoin] laanwj merged pull request #23838: scripts: make security checks architecture independent (master...arch_independent_sec_checks) https://github.com/bitcoin/bitcoin/pull/23838
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/66be456d93a6...8319c4e906e6
<bitcoin-git> bitcoin/master b9898ae fanquake: scripts: make security checks architecture independent
<bitcoin-git> bitcoin/master 8319c4e W. J. van der Laan: Merge bitcoin/bitcoin#23838: scripts: make security checks architecture in...
<bitcoin-git> [bitcoin] laanwj merged pull request #23320: rpc: Add RPC help for getblock verbosity level 3 (master...feature/2021-10-20-verbosity-level-3-nits) https://github.com/bitcoin/bitcoin/pull/23320
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2211fe712d2d...66be456d93a6
<bitcoin-git> bitcoin/master 1bdd5f6 Kiminuo: Address review comments from #22918
<bitcoin-git> bitcoin/master 059f88b Kiminuo: Add RPC help for getblock verbosity level 3
<bitcoin-git> bitcoin/master 66be456 W. J. van der Laan: Merge bitcoin/bitcoin#23320: rpc: Add RPC help for getblock verbosity leve...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23974: Make blockstorage globals private members of BlockManager (master...2201-LessGlobals) https://github.com/bitcoin/bitcoin/pull/23974
<gribble> https://github.com/bitcoin/bitcoin/issues/23826 | test: Make AddrMan unit tests use public interface, extend coverage by mzumsande · Pull Request #23826 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23973: test: Bundle all integer sanitizer suppressions of dependencies (master...2201-testSup) https://github.com/bitcoin/bitcoin/pull/23973
<bitcoin-git> [gui] hebasto merged pull request #516: Change 'Show' icon (master...change_details_icon) https://github.com/bitcoin-core/gui/pull/516
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38146a4bd2e5...2211fe712d2d
<bitcoin-git> bitcoin/master 1831d43 w0xlt: Change 'Show' icon
<bitcoin-git> bitcoin/master 2211fe7 Hennadii Stepanov: Merge bitcoin-core/gui#516: Change 'Show' icon
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23970: refactor: Remove pointless and confusing shift in RelayAddress (master...2112-noShiftAdd) https://github.com/bitcoin/bitcoin/pull/23970
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23957: Remove txmempool implicit-integer-sign-change sanitizer suppressions (master...2201-remTxPool) https://github.com/bitcoin/bitcoin/pull/23957
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23964: Update test/sanitizer_suppressions/lsan (master...220103-lsan) https://github.com/bitcoin/bitcoin/pull/23964
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4eedabaf6f14...38146a4bd2e5
<bitcoin-git> bitcoin/master 1eb5389 Hennadii Stepanov: Update test/sanitizer_suppressions/lsan
<bitcoin-git> bitcoin/master 38146a4 MarcoFalke: Merge bitcoin/bitcoin#23964: Update test/sanitizer_suppressions/lsan
<bitcoin-git> [bitcoin] fanquake opened pull request #23969: build: reduce TARGET_OS usage in favour of host_os (master...drop_TARGET_OS_usage) https://github.com/bitcoin/bitcoin/pull/23969
<bitcoin-git> [bitcoin] fanquake merged pull request #23947: build: use host_os instead of TARGET_OS in configure output (master...use_host_os_over_TARGET_OS) https://github.com/bitcoin/bitcoin/pull/23947
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f37b221d183...4eedabaf6f14
<bitcoin-git> bitcoin/master 1bf3809 fanquake: build: use host_os instead of TARGET_OS in configure output
<bitcoin-git> bitcoin/master 4eedaba fanquake: Merge bitcoin/bitcoin#23947: build: use host_os instead of TARGET_OS in co...
<bitcoin-git> [bitcoin] fanquake merged pull request #23581: Move BlockManager to node/blockstorage (master...2111-blockstorage) https://github.com/bitcoin/bitcoin/pull/23581
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7097a63033a3...2f37b221d183
<bitcoin-git> bitcoin/master fade2a4 MarcoFalke: Move BlockManager to node/blockstorage
<bitcoin-git> bitcoin/master 2f37b22 fanquake: Merge bitcoin/bitcoin#23581: Move BlockManager to node/blockstorage
<bitcoin-git> bitcoin/master fa7efc9 MarcoFalke: Fixup style of moved code
<bitcoin-git> [bitcoin] fanquake merged pull request #23751: build, qt: No need to set inapplicable QPA backend for Android (master...211212-qpa) https://github.com/bitcoin/bitcoin/pull/23751
<bitcoin-git> bitcoin/master 29e1794 Hennadii Stepanov: build, qt: No need to set inapplicable QPA backend for Android
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db5f441408ac...7097a63033a3
<bitcoin-git> bitcoin/master 7097a63 fanquake: Merge bitcoin/bitcoin#23751: build, qt: No need to set inapplicable QPA ba...
<bitcoin-git> [bitcoin] fanquake merged pull request #23959: ci: Update Cirrus CI task name (master...220103-ci-name) https://github.com/bitcoin/bitcoin/pull/23959
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75a227e39e37...db5f441408ac
<bitcoin-git> bitcoin/master d04f68d Hennadii Stepanov: ci: Update Cirrus CI task name
<bitcoin-git> bitcoin/master db5f441 fanquake: Merge bitcoin/bitcoin#23959: ci: Update Cirrus CI task name
<bitcoin-git> [bitcoin] thecodeMD closed pull request #23966: Rename example_test.py to chaincode_exercise.py (master...chaincode_exercise-1) https://github.com/bitcoin/bitcoin/pull/23966
<bitcoin-git> [bitcoin] thecodeMD opened pull request #23966: Rename example_test.py to chaincode_exercise.py (master...chaincode_exercise-1) https://github.com/bitcoin/bitcoin/pull/23966
<bitcoin-git> [bitcoin] thecodeMD closed pull request #23965: Rename example_test.py to chaincode_exercise.py (master...chaincode_exercise) https://github.com/bitcoin/bitcoin/pull/23965
<bitcoin-git> [bitcoin] thecodeMD opened pull request #23965: Rename example_test.py to chaincode_exercise.py (master...chaincode_exercise) https://github.com/bitcoin/bitcoin/pull/23965

2022-01-03

<bitcoin-git> [bitcoin] hebasto reopened pull request #23964: Update test/sanitizer_suppressions/lsan (master...220103-lsan) https://github.com/bitcoin/bitcoin/pull/23964
<bitcoin-git> [bitcoin] hebasto closed pull request #23964: Update test/sanitizer_suppressions/lsan (master...220103-lsan) https://github.com/bitcoin/bitcoin/pull/23964
<bitcoin-git> [bitcoin] hebasto opened pull request #23964: Update test/sanitizer_suppressions/lsan (master...220103-lsan) https://github.com/bitcoin/bitcoin/pull/23964
<bitcoin-git> [bitcoin] theStack opened pull request #23963: test: run feature_pruning.py without wallet compiled (master...2022-test-run_feature_pruning_without_wallet) https://github.com/bitcoin/bitcoin/pull/23963
<bitcoin-git> [bitcoin] hebasto opened pull request #23962: Use int64_t type for transaction sizes consistently (master...220103-txsize) https://github.com/bitcoin/bitcoin/pull/23962
<bitcoin-git> [bitcoin] hebasto opened pull request #23959: ci: Update Cirrus CI task name (master...220103-ci-name) https://github.com/bitcoin/bitcoin/pull/23959
<bitcoin-git> [bitcoin] hebasto opened pull request #23958: refactor: Replace `struct update_lock_points` with lambda (master...220103-updatelp) https://github.com/bitcoin/bitcoin/pull/23958
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23957: Remove txmempool implicit-integer-sign-change sanitizer suppressions (master...2201-remTxPool) https://github.com/bitcoin/bitcoin/pull/23957
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22913: Fix the case where the peer status is not updated (master...fix210908) https://github.com/bitcoin/bitcoin/pull/22913
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23683: bug fix: valid but different LockPoints after a reorg (master...2021-12-lockpoints-fix) https://github.com/bitcoin/bitcoin/pull/23683
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d69af93223c4...75a227e39e37
<bitcoin-git> bitcoin/master b6002b0 glozow: MOVEONLY: update_lock_points to txmempool.h
<bitcoin-git> bitcoin/master b4adc5a glozow: [bugfix] update lockpoints correctly during reorg
<bitcoin-git> bitcoin/master 75a227e MarcoFalke: Merge bitcoin/bitcoin#23683: bug fix: valid but different LockPoints after...
<bitcoin-git> [bitcoin] fanquake opened pull request #23956: build: use zeromq 4.3.4 in depends & fix NetBSD 10 build (master...zeromq_4_3_4) https://github.com/bitcoin/bitcoin/pull/23956
<bitcoin-git> [bitcoin] fanquake opened pull request #23955: build: add support for NetBSD in depends (master...depends_support_netbsd) https://github.com/bitcoin/bitcoin/pull/23955
<bitcoin-git> [bitcoin] fanquake opened pull request #23954: doc: remove CC_FOR_BUILD from OpenBSD build doc (master...openbsd_no_longer_need_cc_for_build) https://github.com/bitcoin/bitcoin/pull/23954
<bitcoin-git> [bitcoin] fanquake closed pull request #23949: 3000 something commits behind Bitcoin master (master...master) https://github.com/bitcoin/bitcoin/pull/23949
<bitcoin-git> [bitcoin] melissamforbs opened pull request #23949: 3000 something commits behind Bitcoin master (master...master) https://github.com/bitcoin/bitcoin/pull/23949
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23737: test: make feature_init more robust (master...2021-12-feature-init-test-improvement) https://github.com/bitcoin/bitcoin/pull/23737
<bitcoin-git> bitcoin/master a2fb62b James O'Beirne: test: introduce TestNode.debug_log_bytes
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/31f385c1380b...d69af93223c4
<bitcoin-git> bitcoin/master a8ffbc0 James O'Beirne: test: add TestNode.wait_for_debug_log
<bitcoin-git> bitcoin/master 24fcf6e James O'Beirne: test: feature_init: tweak all .ldb files of a certain type
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23532: test: add functional test for -startupnotify (master...2021-11-test-startupnotify) https://github.com/bitcoin/bitcoin/pull/23532
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bcf2b25eec8a...31f385c1380b
<bitcoin-git> bitcoin/master 31f385c MarcoFalke: Merge bitcoin/bitcoin#23532: test: add functional test for -startupnotify
<bitcoin-git> bitcoin/master 1268532 Bruno Garcia: test: add functional test for -startupnotify
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23945: doc: Update license year range to 2022 (master...update-license-year-range-to-2022) https://github.com/bitcoin/bitcoin/pull/23945
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af863b6f1644...bcf2b25eec8a
<bitcoin-git> bitcoin/master bcf2b25 MarcoFalke: Merge bitcoin/bitcoin#23945: doc: Update license year range to 2022
<bitcoin-git> bitcoin/master a1b532d Kuro: doc: Update license year range to 2022
<bitcoin-git> [bitcoin] fanquake opened pull request #23948: build: add support for FreeBSD to depends (master...depends_support_freebsd) https://github.com/bitcoin/bitcoin/pull/23948
<bitcoin-git> [bitcoin] fanquake opened pull request #23947: build: use host_os instead of TARGET_OS in configure output (master...use_host_os_over_TARGET_OS) https://github.com/bitcoin/bitcoin/pull/23947
<Guest45> bitcoin let's see hope and happy life.
<Guest45> Jeremybubin, you and your team not only help me but also help millions of people. and in the future, bitcoin will help the whole human being.
<jeremyrubin> love you Guest45! it means a lot from anyone who is working on Bitcoin that our work has a positive impact on your life. If you don't mind sharing, what has Bitcoin helped you to accomplish that you otherwise couldn't?
<harding> Yeah, Cobra controls the Bitcoin.org donate address. It's a little sad to hear that people are donating to that thinking it's for something else.
<Guest45> Hi jeremyrubin, thanks.  Is bitcoin.org donate address for bitcoin-core dev? I have sent a little bit to this address.

2022-01-02

<bitcoin-git> [bitcoin] fanquake merged pull request #23937: doc: Fix dumptxoutset RPC help doc (master...2201-docRPC) https://github.com/bitcoin/bitcoin/pull/23937
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b5a4de904b4...af863b6f1644
<bitcoin-git> bitcoin/master faa9e46 MarcoFalke: doc: Fix dumptxoutset RPC help doc
<bitcoin-git> bitcoin/master af863b6 fanquake: Merge bitcoin/bitcoin#23937: doc: Fix dumptxoutset RPC help doc
<bitcoin-git> [bitcoin] KuroGuo opened pull request #23945: doc: Update license year range to 2022 (master...update-license-year-range-to-2022) https://github.com/bitcoin/bitcoin/pull/23945
<bitcoin-git> [bitcoin] hebasto opened pull request #23938: ci: Clone entire bitcoin-core/qa-assets repo only when run fuzzing (master...220102-assets) https://github.com/bitcoin/bitcoin/pull/23938
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23937: doc: Fix dumptxoutset RPC help doc (master...2201-docRPC) https://github.com/bitcoin/bitcoin/pull/23937
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23936: rpc: Add and use EnsureArgsman helper (master...2201-rpcArgs) https://github.com/bitcoin/bitcoin/pull/23936
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23795: refactor: Remove implicit-integer-sign-change suppressions in validation (master...2112-refValSup) https://github.com/bitcoin/bitcoin/pull/23795
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9d099b02d8f0...8b5a4de904b4
<bitcoin-git> bitcoin/master 8b5a4de MarcoFalke: Merge bitcoin/bitcoin#23795: refactor: Remove implicit-integer-sign-change...
<bitcoin-git> bitcoin/master fadd730 MarcoFalke: refactor: Remove implicit-integer-sign-change suppressions in validation.c...
<bitcoin-git> [bitcoin] hebasto reopened pull request #23670: build: Build test binaries in `make check`, not in `make` (master...211204-check) https://github.com/bitcoin/bitcoin/pull/23670
<gribble> https://github.com/bitcoin/bitcoin/issues/22929 | wallet: Automatically add receiving destinations to the address book by S3RK · Pull Request #22929 · bitcoin/bitcoin · GitHub
<prayank> sfadftuar1: I also had few opinions on this PR although not as influentials as you. Sometimes solutions can be simple. Let me know if this is chaincodelabs approved: https://github.com/bitcoinknots/bitcoin/issues/42
<prayank> no feature on Bitcoin
<prayank> Sir. I run an umbrel node with bitcoin core. How can I get this privacy feature in Bitcoin? https://github.com/bitcoin/bitcoin/pull/21061
<bitcoin-git> [bitcoin] fanquake merged pull request #23836: rest: Expose block filters follow-ups (master...17631_style_followup) https://github.com/bitcoin/bitcoin/pull/23836
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/653577251011...9d099b02d8f0
<bitcoin-git> bitcoin/master 83b8f3a Niklas Gögge: [refactor] various style fix-ups
<bitcoin-git> bitcoin/master 064abd1 Niklas Gögge: [rest] add a more verbose error message for invalid header counts
<bitcoin-git> bitcoin/master 3a2464f Niklas Gögge: [rest] drop superfluous rpc serializations flags for block filters
<bitcoin-git> [bitcoin] fanquake merged pull request #23882: doc: testnet3 was not reset and is doing BIP30 checks again (master...2112-docBip30Testnet3) https://github.com/bitcoin/bitcoin/pull/23882
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e9ee023f6eaa...653577251011
<bitcoin-git> bitcoin/master fa1a51c MarcoFalke: doc: testnet3 was not reset and is doing BIP30 checks again
<bitcoin-git> bitcoin/master 6535772 fanquake: Merge bitcoin/bitcoin#23882: doc: testnet3 was not reset and is doing BIP3...
<bitcoin-git> [bitcoin] fanquake merged pull request #23929: doc: fix undo data filename (s/undo???.dat/rev???.dat/) (master...doc-fix_undo_data_filename_comment) https://github.com/bitcoin/bitcoin/pull/23929
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a1e04e107997...e9ee023f6eaa
<bitcoin-git> bitcoin/master 2e42050 Sebastian Falbesoner: doc: fix undo data filename (s/undo???.dat/rev???.dat/)
<bitcoin-git> bitcoin/master e9ee023 fanquake: Merge bitcoin/bitcoin#23929: doc: fix undo data filename (s/undo???.dat/re...

2022-01-01

<prayank> If you don't know how Windows shortcut works, don't know what the issue is about, confused about details and call the one who created issue misleading others or other dumb things.... Please expect a response to this non sense. Neither I am robot nor paid to manage this shit. I do this as volunteer because I like contribuing to Bitcoin.
<bitcoin-git> [bitcoin] sipa closed pull request #23935: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/23935
<bitcoin-git> [bitcoin] hhhogannwo opened pull request #23935: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/23935
<bitcoin-git> [bitcoin] sipa closed pull request #23934: 0.18 (master...0.18) https://github.com/bitcoin/bitcoin/pull/23934
<bitcoin-git> [bitcoin] hhhogannwo opened pull request #23934: 0.18 (master...0.18) https://github.com/bitcoin/bitcoin/pull/23934
<bitcoin-git> [bitcoin] prayank23 opened pull request #23931: create bitcoin.conf on first run with template (master...bitcoin-conf) https://github.com/bitcoin/bitcoin/pull/23931
<bitcoin-git> [bitcoin] theStack opened pull request #23929: doc: fix undo data filename (s/undo???.dat/rev???.dat/) (master...doc-fix_undo_data_filename_comment) https://github.com/bitcoin/bitcoin/pull/23929
<prayank> 2. I can work on this PR by addressing some comments from ealirer PR and new approach in which bitcoin.conf is created with some comments instead of bitcoin.conf.example
<prayank> meshcollider: jonasschnelii was not sure: https://github.com/bitcoin/bitcoin/pull/13761#issuecomment-408045138, sipa had no problem: https://github.com/bitcoin/bitcoin/pull/13761#issuecomment-408276809, laanwj NACKed it saying "Daemons should not write their own configuration file": https://github.com/bitcoin/bitcoin/pull/13761#issuecomment-408830553, A compromise was suggested by laanwj in https://github.com/bitcoin/bitcoin/pu

2021-12-31

<bitcoin-git> [bitcoin] brunoerg opened pull request #23928: test: clean up logs when there aren't perf subprocesses (master...2021-12-fix-perf-clean-up) https://github.com/bitcoin/bitcoin/pull/23928
<bitcoin-git> [gui] w0xlt opened pull request #516: Change 'Show' icon (master...change_details_icon) https://github.com/bitcoin-core/gui/pull/516
<bitcoin-git> [bitcoin] fjahr opened pull request #23927: rpc: Pruning nodes can not fetch blocks before syncing past their height (master...2021-12-prunefutureblockfetch) https://github.com/bitcoin/bitcoin/pull/23927
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23926: rpc: Quote user supplied descriptor in error msg (master...2112-rpcQuote) https://github.com/bitcoin/bitcoin/pull/23926
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/623745ca74cf...a1e04e107997
<bitcoin-git> bitcoin/master fa4c599 MarcoFalke: rpc: Quote user supplied descriptor in error msg
<bitcoin-git> bitcoin/master a1e04e1 MarcoFalke: Merge bitcoin/bitcoin#23926: rpc: Quote user supplied descriptor in error ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23926: rpc: Quote user supplied descriptor in error msg (master...2112-rpcQuote) https://github.com/bitcoin/bitcoin/pull/23926
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23912: Insert and bump copyright headers (master...211230-copyright) https://github.com/bitcoin/bitcoin/pull/23912
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5d911336998e...623745ca74cf
<bitcoin-git> bitcoin/master c29105e Hennadii Stepanov: script: Fix copyright_header.py
<bitcoin-git> bitcoin/master f47dda2 Hennadii Stepanov: scripted-diff: Bump copyright headers
<bitcoin-git> bitcoin/master 1362d61 Hennadii Stepanov: scripted-diff: Insert missed copyright headers
<bitcoin-git> [bitcoin] fanquake closed pull request #23925: Update license year range to 2022 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23925
<bitcoin-git> [bitcoin] curet opened pull request #23925: Update license year range to 2022 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23925
<prayank> It's amazing how people think it's not okay for bitcoind to create its own config file with some templates in https://github.com/bitcoin/bitcoin/pull/13761
<bitcoin-git> [bitcoin] prayank23 closed pull request #23850: doc: add security recommendation about *notify config params (master...notify-security-doc) https://github.com/bitcoin/bitcoin/pull/23850

2021-12-30

<bitcoin-git> [bitcoin] dscotese opened pull request #23916: Added key import code for use with Windows. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23916
<bitcoin-git> [bitcoin] hebasto opened pull request #23912: Insert and bump copyright headers (master...211230-copyright) https://github.com/bitcoin/bitcoin/pull/23912
<bitcoin-git> [bitcoin] DrahtBot closed pull request #23903: scripted-diff: Bump copyright headers (master...2112-drahty) https://github.com/bitcoin/bitcoin/pull/23903