2021-07-20

< bitcoin-git> bitcoin/master bb09ec6 W. J. van der Laan: Merge bitcoin/bitcoin#22507: doc: Adjust commit message template for the g...
< bitcoin-git> bitcoin/master fafade9 MarcoFalke: doc: Adjust commit message template for the guix.sigs repo
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/951850bebfde...bb09ec6f106c
<@gribble> https://github.com/bitcoin/bitcoin/issues/20586 | Fix Windows build with --enable-werror by hebasto · Pull Request #20586 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sriramdvt opened pull request #22509: test: Use MiniWallet in mempool_accept.py (master...mini_memaccept) https://github.com/bitcoin/bitcoin/pull/22509
< sipa> https://bitcoin.stackexchange.com may be a better place (search for existing questions on the topic first)
< shiza> I asked in #bitcoin about five hourse ago, but I can wait more.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22371: Move pblocktree global to BlockManager (master...2106-treeGlobalNooo) https://github.com/bitcoin/bitcoin/pull/22371
< bitcoin-git> bitcoin/master 951850b MarcoFalke: Merge bitcoin/bitcoin#22371: Move pblocktree global to BlockManager
< bitcoin-git> bitcoin/master faa54e3 MarcoFalke: Move pblocktree global to BlockManager
< bitcoin-git> bitcoin/master fa27f03 MarcoFalke: Move LoadBlockIndexDB to BlockManager
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9faa4b68db80...951850bebfde
< bitcoin-git> [bitcoin] apoelstra opened pull request #22508: fuzz: replace every fuzzer-controlled while loop with a macro (master...2021-07--fuzzer-loops) https://github.com/bitcoin/bitcoin/pull/22508
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22507: doc: Adjust commit message template for the guix.sigs repo (master...2107-docGuixCommit) https://github.com/bitcoin/bitcoin/pull/22507
< bitcoin-git> [bitcoin] laanwj pushed tag v22.0rc1: https://github.com/bitcoin/bitcoin/compare/v22.0rc1
< bitcoin-git> [bitcoin] hebasto opened pull request #22506: build: Support x86_64 <-> arm64 cross-compiling for macOS (master...210720-xmac) https://github.com/bitcoin/bitcoin/pull/22506
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22232: refactor: Pass interpreter flags as uint32_t instead of signed int (master...2106-refactorFlags) https://github.com/bitcoin/bitcoin/pull/22232
< bitcoin-git> bitcoin/master 9faa4b6 MarcoFalke: Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ...
< bitcoin-git> bitcoin/master fa621ed MarcoFalke: refactor: Pass script verify flags as uint32_t
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d8c714d8e79...9faa4b68db80
< laanwj> well, I am (for https://github.com/bitcoin-core/bitcoin-maintainer-tools/blob/master/make-tag.py), but I need to update that anyhow because '_CLIENT_VERSION_REVISION' is not a thing anymore, so it doesn't matter too much, just need a consistent naming
< bitcoin-git> bitcoin/master 3d8c714 W. J. van der Laan: build: Bump master version to 22.99.0
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to master: https://github.com/bitcoin/bitcoin/compare/42af9596ce85...3d8c714d8e79
< bitcoin-git> [bitcoin] fanquake merged pull request #22499: Update assumed chain params (master...update_chainparams) https://github.com/bitcoin/bitcoin/pull/22499
< bitcoin-git> bitcoin/master 42af959 fanquake: Merge bitcoin/bitcoin#22499: Update assumed chain params
< bitcoin-git> bitcoin/master eeddd1c Sriram: Update assumed chain params
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/539023ab4155...42af9596ce85
<@gribble> https://github.com/bitcoin/bitcoin/issues/22499 | Update assumed chain params by sriramdvt · Pull Request #22499 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22492: wallet: Reorder locks in dumpwallet to avoid lock order assertion (master...dumpwallet-lock-order) https://github.com/bitcoin/bitcoin/pull/22492
< bitcoin-git> bitcoin/master 539023a MarcoFalke: Merge bitcoin/bitcoin#22492: wallet: Reorder locks in dumpwallet to avoid ...
< bitcoin-git> bitcoin/master 25d99e6 Andrew Chow: Reorder dumpwallet so that cs_main functions go first
< bitcoin-git> bitcoin/master 9b85a5e Andrew Chow: tests: Test for dumpwallet lock order issue
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8ed8164e6f1e...539023ab4155
< bitcoin-git> [bitcoin] jnewbery opened pull request #22505: addrman: Remove unused test_before_evict argument from Good() (master...2021-07-addrman-good-test-before-evict) https://github.com/bitcoin/bitcoin/pull/22505
< bitcoin-git> [bitcoin] fanquake merged pull request #22261: [p2p/mempool] Two small fixes to node broadcast logic (master...2021-06-broadcast-fixes) https://github.com/bitcoin/bitcoin/pull/22261
< bitcoin-git> bitcoin/master cd48372 John Newbery: [mempool] Allow rebroadcast for same-txid-different-wtxid transactions
< bitcoin-git> bitcoin/master 847b6ed Duncan Dean: [test] Test transactions are not re-added to unbroadcast set
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e4487fd5bbce...8ed8164e6f1e
< bitcoin-git> bitcoin/master 2837a9f John Newbery: [mempool] Only add a transaction to the unbroadcast set when it's added to...
< bitcoin-git> [bitcoin] fanquake merged pull request #22096: p2p: AddrFetch - don't disconnect on self-announcements (master...202105_addrfetch_fix) https://github.com/bitcoin/bitcoin/pull/22096
< bitcoin-git> bitcoin/master c34ad33 Martin Zumsande: net, rpc: Enable AddrFetch connections for functional testing
< bitcoin-git> bitcoin/master 533500d Martin Zumsande: p2p: Add timeout for AddrFetch peers
< bitcoin-git> bitcoin/master b6c5d1e Martin Zumsande: p2p: AddrFetch - don't disconnect on self-announcements
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5c8820b399f9...e4487fd5bbce
<@gribble> https://github.com/bitcoin/bitcoin/issues/22261 | [p2p/mempool] Two small fixes to node broadcast logic by jnewbery · Pull Request #22261 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22096 | p2p: AddrFetch - dont disconnect on self-announcements by mzumsande · Pull Request #22096 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake merged pull request #22436: build: use aarch64 Clang if cross-compiling for darwin on aarch64 (master...arm64_macos_cross_clang) https://github.com/bitcoin/bitcoin/pull/22436
< bitcoin-git> bitcoin/master 5c8820b fanquake: Merge bitcoin/bitcoin#22436: build: use aarch64 Clang if cross-compiling f...
< bitcoin-git> bitcoin/master 54c7754 fanquake: build: use aarch64 Clang if cross-compiling for darwin on aarch64
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/201c5e4aec52...5c8820b399f9
< bitcoin-git> [bitcoin] fanquake merged pull request #22465: guix: Pin kernel-header version, time-machine to upstream 1.3.0 commit (master...2021-07-guix-kernel-old) https://github.com/bitcoin/bitcoin/pull/22465
< bitcoin-git> bitcoin/master e6a94d4 Carl Dong: guix: Bump to version-1.3.0 from upstream
< bitcoin-git> bitcoin/master 201c5e4 fanquake: Merge bitcoin/bitcoin#22465: guix: Pin kernel-header version, time-machine...
< bitcoin-git> bitcoin/master 90fd13b Carl Dong: guix: Pin kernel header version
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4fdd0ff9ee90...201c5e4aec52
< bitcoin-git> [bitcoin] fanquake merged pull request #22199: macdeploy: minor fixups and simplifications (master...macdeploy_further_simplify) https://github.com/bitcoin/bitcoin/pull/22199
< bitcoin-git> bitcoin/master 639f064 fanquake: macdeploy: select the plugins we need, rather than excluding those we don't
< bitcoin-git> bitcoin/master 3d26b6b fanquake: macdeploy: fix framework printing when passing -verbose
< bitcoin-git> bitcoin/master dca6c90 fanquake: macdeploy: remove unused plistlib import
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e7441a6a4583...4fdd0ff9ee90
< bitcoin-git> [bitcoin] fanquake merged pull request #21711: guix: Add full installation and usage documentation (master...2021-03-guix-docs) https://github.com/bitcoin/bitcoin/pull/21711
< bitcoin-git> bitcoin/master 46ce6ce Carl Dong: tree-wide: Rename gitian-keys to builder-keys
< bitcoin-git> bitcoin/master fc4f844 Carl Dong: guix: Update various check_tools lists
< bitcoin-git> bitcoin/master 263220a Carl Dong: guix: Check for a sane services database
< bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/d542603c5ac9...e7441a6a4583
< bitcoin-git> [bitcoin] fanquake merged pull request #22502: scripted-diff: Revert "fuzz: Add Temporary debug assert for oss-fuzz issue" (master...2107-fuzzTempRevert) https://github.com/bitcoin/bitcoin/pull/22502
< bitcoin-git> bitcoin/master d542603 fanquake: Merge bitcoin/bitcoin#22502: scripted-diff: Revert "fuzz: Add Temporary de...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/624a19333022...d542603c5ac9
< bitcoin-git> bitcoin/master facd567 MarcoFalke: scripted-diff: Revert "fuzz: Add Temporary debug assert for oss-fuzz issue...
< bitcoin-git> [bitcoin] fanquake closed pull request #22471: addrman: reset I2P ports in all "new" buckets (master...reset_all_new_i2p_ports) https://github.com/bitcoin/bitcoin/pull/22471
< bitcoin-git> [bitcoin] fanquake closed pull request #22468: addrman: don't overwrite addr_info when resetting I2P ports (master...reset_i2p_ports_no_overwrite_pos) https://github.com/bitcoin/bitcoin/pull/22468
< bitcoin-git> [bitcoin] fanquake merged pull request #22497: scripted-diff: remove ResetI2PPorts() (revert e0a2b390c14) (master...remove_ResetI2PPorts) https://github.com/bitcoin/bitcoin/pull/22497
< bitcoin-git> bitcoin/master 624a193 fanquake: Merge bitcoin/bitcoin#22497: scripted-diff: remove ResetI2PPorts() (revert...
< bitcoin-git> bitcoin/master d4b67c8 Vasil Dimov: scripted-diff: remove ResetI2PPorts() (revert e0a2b390c14)
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54e31742d208...624a19333022

2021-07-19

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22502: scripted-diff: Revert "fuzz: Add Temporary debug assert for oss-fuzz issue" (master...2107-fuzzTempRevert) https://github.com/bitcoin/bitcoin/pull/22502
< dergoegge> is anyone aware of `sendrawtransaction` being used in the way that gleb mentioned here: https://github.com/bitcoin/bitcoin/pull/22340#issuecomment-875542706 ?
<@gribble> https://github.com/bitcoin/bitcoin/issues/22235 | script: add script to generate example bitcoin.conf by josibake · Pull Request #22235 · bitcoin/bitcoin · GitHub
< josibake> for anyone who's interested, #22235 (automatic generation of example bitcoin.conf) is ready for review
< bitcoin-git> [bitcoin] jonatack opened pull request #22501: cli: add new address statistics to -netinfo (master...netinfo-addr-statistics) https://github.com/bitcoin/bitcoin/pull/22501
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22500: Assert in CAddrMan::Check() (master...2107-addrmanCheckAssert) https://github.com/bitcoin/bitcoin/pull/22500
< bitcoin-git> [bitcoin] sriramdvt opened pull request #22499: Update assumed chain params (master...update_chainparams) https://github.com/bitcoin/bitcoin/pull/22499
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22498: Check that CAddrMan::m_key is not null after deserialize (master...2107-addrmanKeyZero) https://github.com/bitcoin/bitcoin/pull/22498
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22455: addrman: detect on-disk corrupted nNew and nTried during unserialization (master...addrman_detect_negative) https://github.com/bitcoin/bitcoin/pull/22455
< bitcoin-git> bitcoin/master 54e3174 MarcoFalke: Merge bitcoin/bitcoin#22455: addrman: detect on-disk corrupted nNew and nT...
< bitcoin-git> bitcoin/master 816f29e Vasil Dimov: addrman: detect on-disk corrupted nNew and nTried during unserialization
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3474b8df2f9...54e31742d208
< bitcoin-git> [bitcoin] vasild opened pull request #22497: scripted-diff: remove ResetI2PPorts() (revert e0a2b390c14) (master...remove_ResetI2PPorts) https://github.com/bitcoin/bitcoin/pull/22497
< bitcoin-git> [bitcoin] jnewbery opened pull request #22496: [addrman] Remove RemoveInvalid() and ResetI2PPorts() (master...2021-07-remove-addrman-hotfix) https://github.com/bitcoin/bitcoin/pull/22496
< bitcoin-git> [bitcoin] theStack opened pull request #22495: p2p: refactor: tidy up `PeerManagerImpl::Misbehaving(...)` (master...202107-net-tidy_up_misbehaving) https://github.com/bitcoin/bitcoin/pull/22495
<@gribble> https://github.com/bitcoin/bitcoin/issues/22465 | guix: Pin kernel-header version, time-machine to upstream 1.3.0 commit by dongcarl · Pull Request #22465 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22455 | addrman: detect on-disk corrupted nNew and nTried during unserialization by vasild · Pull Request #22455 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22468 | addrman: dont overwrite addr_info when resetting I2P ports by vasild · Pull Request #22468 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22471 | addrman: reset I2P ports in all "new" buckets by vasild · Pull Request #22471 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22387 | Rate limit the processing of rumoured addresses by sipa · Pull Request #22387 · bitcoin/bitcoin · GitHub
< laanwj> could even add a release note, though there may be better ways of reaching the few people who test I2P with bitcoin core master
< vasild> emzy: great! you may also want to pick up https://github.com/bitcoin/bitcoin/pull/22471
< michaelfolkson> fanquake robertspigler: Added a StackExchange post for the discussion of Guix within Gitian. Happy to edit/take it down if you don't want it up https://bitcoin.stackexchange.com/questions/107638/whats-the-purpose-of-using-guix-within-gitian-doesnt-that-reintroduce-depende/
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22493: fuzz: Extend addrman fuzz test with deserialize (master...2107-fuzzAddrDeser) https://github.com/bitcoin/bitcoin/pull/22493
< bitcoin-git> [bitcoin] laanwj merged pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> bitcoin/master b4ece8a Pieter Wuille: Functional tests for addr rate limiting
< bitcoin-git> bitcoin/master 5648138 Pieter Wuille: Randomize the order of addr processing
< bitcoin-git> bitcoin/master 0d64b8f Pieter Wuille: Rate limit the processing of incoming addr messages
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e8f85e0e86e9...d3474b8df2f9
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/18881 | Prevent UB in DeleteLock() function by hebasto · Pull Request #18881 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/18881 | Prevent UB in DeleteLock() function by hebasto · Pull Request #18881 · bitcoin/bitcoin · GitHub
< jnewbery> vasild: with DEBUG_LOCKORDER, we keep a global object to track all the previous lock stacks, to detect any potential lock inversions: https://github.com/bitcoin/bitcoin/blob/e8f85e0e86e92e583b8984455b7bf9d0a777578a/src/sync.cpp#L90-L104
< bitcoin-git> [bitcoin] achow101 opened pull request #22492: wallet: Reorder locks in dumpwallet to avoid lock order assertion (master...dumpwallet-lock-order) https://github.com/bitcoin/bitcoin/pull/22492
<@gribble> https://github.com/bitcoin/bitcoin/issues/22489 | The dumpwallet RPC command stops/kills bitcoind · Issue #22489 · bitcoin/bitcoin · GitHub

2021-07-18

< bitcoin-git> [bitcoin] mzumsande opened pull request #22490: test: Disable automatic connections when addrman is non-empty (master...202107_test_noautoconnect) https://github.com/bitcoin/bitcoin/pull/22490
< bitcoin-git> [bitcoin] hebasto opened pull request #22487: build, qt: Fix cross-compiling detection on M1-based macOS (aarch64) (master...210718-m1qt) https://github.com/bitcoin/bitcoin/pull/22487
< bitcoin-git> [bitcoin] dgoncharov opened pull request #22486: build: Avoid rebuilding makefiles (master...avoid_rebuilding_makefiles) https://github.com/bitcoin/bitcoin/pull/22486
< bitcoin-git> [bitcoin] dgoncharov closed pull request #22237: build: Avoid remaking makefiles. (master...avoid_rebuilding_makefiles) https://github.com/bitcoin/bitcoin/pull/22237
< bitcoin-git> [bitcoin] jamesob opened pull request #22485: index: doc/log BaseIndex sync behavior with empty datadir (master...2021-07-index-doc) https://github.com/bitcoin/bitcoin/pull/22485
< bitcoin-git> [bitcoin] jonatack closed pull request #22484: build: fix -Wreturn-type compiler warnings (Win64) (master...fix-Wreturn-type-warnings) https://github.com/bitcoin/bitcoin/pull/22484
< bitcoin-git> [bitcoin] jonatack opened pull request #22484: build: fix -Wreturn-type compiler warnings (Win64) (master...fix-Wreturn-type-warnings) https://github.com/bitcoin/bitcoin/pull/22484
< bitcoin-git> [bitcoin] meshcollider merged pull request #22421: Make IsSegWitOutput return true for taproot outputs (master...202107_taproot_is_segwit) https://github.com/bitcoin/bitcoin/pull/22421
< bitcoin-git> bitcoin/master e8f85e0 Samuel Dobson: Merge bitcoin/bitcoin#22421: Make IsSegWitOutput return true for taproot o...
< bitcoin-git> bitcoin/master 8465978 Pieter Wuille: Make IsSegWitOutput return true for taproot outputs
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0eea1dfe8025...e8f85e0e86e9
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22445: fuzz: Move implementations of non-template fuzz helpers from util.h to util.cpp (master...fuzz_move) https://github.com/bitcoin/bitcoin/pull/22445
< bitcoin-git> bitcoin/master 0eea1df MarcoFalke: Merge bitcoin/bitcoin#22445: fuzz: Move implementations of non-template fu...
< bitcoin-git> bitcoin/master a2aca20 Sriram: Move implementations of non-template fuzz helpers
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5341c3b1b35d...0eea1dfe8025
< bitcoin-git> [bitcoin] meshcollider merged pull request #22461: wallet: Change ScriptPubKeyMan::Upgrade default to True (master...implement-desc-upgrade) https://github.com/bitcoin/bitcoin/pull/22461
< bitcoin-git> bitcoin/master 5341c3b Samuel Dobson: Merge bitcoin/bitcoin#22461: wallet: Change ScriptPubKeyMan::Upgrade defau...
< bitcoin-git> bitcoin/master 5012a79 Andrew Chow: Test that descriptor wallet upgrade does nothing
< bitcoin-git> bitcoin/master 48bd7d3 Andrew Chow: Change ScriptPubKeyMan::Upgrade to default to return true
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4371e635d682...5341c3b1b35d
< bitcoin-git> [bitcoin] fanquake merged pull request #22410: Avoid GCC 7.1 ABI change warning in guix build (master...202107_nopsabi) https://github.com/bitcoin/bitcoin/pull/22410
< bitcoin-git> bitcoin/master 4371e63 fanquake: Merge bitcoin/bitcoin#22410: Avoid GCC 7.1 ABI change warning in guix buil...
< bitcoin-git> bitcoin/master 1edddf5 Pieter Wuille: Avoid GCC 7.1 ABI change warning in guix build
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4315dc02a1eb...4371e635d682
< bitcoin-git> [bitcoin] fanquake merged pull request #20641: depends: Use Qt top-level build facilities (master...201213-top) https://github.com/bitcoin/bitcoin/pull/20641
< bitcoin-git> bitcoin/master 6a1f98f Hennadii Stepanov: build, qt: Drop lrelease dependency patch
< bitcoin-git> bitcoin/master 39e561e Hennadii Stepanov: build, qt: Add linguist_tools list
< bitcoin-git> bitcoin/master 27d3def Hennadii Stepanov: build: Use Qt top-level build facilities
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/b5889611c7ad...4315dc02a1eb
< bitcoin-git> [bitcoin] fanquake merged pull request #22234: build: Mark print-% target as phony. (master...mark_print_as_phony) https://github.com/bitcoin/bitcoin/pull/22234
< bitcoin-git> bitcoin/master b588961 fanquake: Merge bitcoin/bitcoin#22234: build: Mark print-% target as phony.
< bitcoin-git> bitcoin/master fb7be92 Dmitry Goncharov: Mark print-% target as phony.
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6baabc4d1dfa...b5889611c7ad
< bitcoin-git> [bitcoin] fanquake merged pull request #21430: build: Add -Werror=implicit-fallthrough compile flag (master...210313-fall) https://github.com/bitcoin/bitcoin/pull/21430
< bitcoin-git> bitcoin/master 6baabc4 fanquake: Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compi...
< bitcoin-git> bitcoin/master 3c4c8e7 Hennadii Stepanov: build: Add -Werror=implicit-fallthrough compile flag
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f8b20fd35b0e...6baabc4d1dfa
< bitcoin-git> bitcoin/master 014110c Hennadii Stepanov: Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
< bitcoin-git> [bitcoin] jonatack opened pull request #22481: mempool: apply rule of 3 to epochguard.h, fix compiler warnings (master...epochguard-rule-of-three) https://github.com/bitcoin/bitcoin/pull/22481

2021-07-17

< bitcoin-git> [bitcoin] keystrike closed pull request #22480: doc: Moved -debuglogfile option to Debugging options (master...master) https://github.com/bitcoin/bitcoin/pull/22480
< bitcoin-git> [bitcoin] keystrike opened pull request #22480: doc: Moved -debuglogfile option to Debugging options (master...master) https://github.com/bitcoin/bitcoin/pull/22480
< bitcoin-git> [bitcoin] jonatack opened pull request #22479: p2p, doc: log DEBUG_ADDRMAN consistency checks, add developer notes info (master...debug-addrman) https://github.com/bitcoin/bitcoin/pull/22479
<@gribble> https://github.com/bitcoin/bitcoin/issues/22341 | rpc: add getxpub by Sjors · Pull Request #22341 · bitcoin/bitcoin · GitHub
< roconnor> hopefully the build of Bitcoin is independent of which version of guix you are using? Or maybe the specific bootstrap data is tied to guix versions, and that is what you are worried about?

2021-07-16

<@gribble> https://github.com/bitcoin/bitcoin/issues/22471 | addrman: reset I2P ports in all "new" buckets by vasild · Pull Request #22471 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/17975 | TestFramework: Add Python Miniscript Support by jachiang · Pull Request #17975 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/16800 | Basic Miniscript support in output descriptors by sipa · Pull Request #16800 · bitcoin/bitcoin · GitHub
< 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
< sipa> so it's not very appealing to see them diverge further if more feature are added to miniscript, independently of bitcoin core's script code
< sipa> and testing it is effectively dependent on being able to use bitcoin core's scripting engine
< sipa> the miniscript c++ repository is currently somewhat in limbo; it works, but it heavily depends on code copied from bitcoin core
< michaelfolkson> "I'd very much want to see it further along in integrating into Bitcoin Core" <- That sounded to me like you'd rather Miniscript was merged into Core before it supported Taproot
< sipa> if integrated into bitcoin core, it'd be also easy to e.g. produce test sets using fuzzing, which could be tested in other implementations
< sipa> and the Bitcoin Core wallet does support taproot scripts by the way, just only very limited ones (effectively just "<pubkey> OP_CHECKSIG")
< achow101> There are proposed taproot fields for psbt PR'd to the bips repo: https://github.com/bitcoin/bips/pull/1139
<@gribble> https://github.com/bitcoin/bitcoin/issues/22461 | wallet: Change ScriptPubKeyMan::Upgrade default to True by achow101 · Pull Request #22461 · bitcoin/bitcoin · GitHub
< meshcollider> #bitcoin-core-dev Wallet Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd phantomcircuit promag
< core-meetingbot> Meeting started Fri Jul 16 19:00:56 2021 UTC. The chair is meshcollider. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22470 | Changing I2P ports in addrman may wronly skip some entries from "new" buckets · Issue #22470 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22467 | Assertion `nRndPos1 < vRandom.size() && nRndPos2 < vRandom.size() failed · Issue #22467 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22471 | addrman: reset I2P ports in all "new" buckets by vasild · Pull Request #22471 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22470 | Changing I2P ports in addrman may wronly skip some entries from "new" buckets · Issue #22470 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] agroce opened pull request #22472: fuzz: Add environment option to keep /tmp/ clean (master...master) https://github.com/bitcoin/bitcoin/pull/22472
< bitcoin-git> [bitcoin] vasild opened pull request #22471: addrman: reset I2P ports in all "new" buckets (master...reset_all_new_i2p_ports) https://github.com/bitcoin/bitcoin/pull/22471
< vasild> 3. https://github.com/bitcoin/bitcoin/issues/22450#issuecomment-880602891 - I am working on it now, will also report it separately and open PR with a fix
<@gribble> https://github.com/bitcoin/bitcoin/issues/22468 | addrman: dont overwrite addr_info when resetting I2P ports by vasild · Pull Request #22468 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22467 | Assertion `nRndPos1 < vRandom.size() && nRndPos2 < vRandom.size() failed · Issue #22467 · bitcoin/bitcoin · GitHub
< vasild> 2. https://github.com/bitcoin/bitcoin/issues/22450#issuecomment-880629375 which I also reported separately in #22467, fixed in #22468
<@gribble> https://github.com/bitcoin/bitcoin/issues/22455 | addrman: detect on-disk corrupted nNew and nTried during unserialization by vasild · Pull Request #22455 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< vasild> sipa_: yes, it is not in any previous releases, but there are already a bunch of nodes and in seeds.txt, so the i2p bitcoin network exists
<@gribble> https://github.com/bitcoin/bitcoin/issues/22468 | addrman: dont overwrite addr_info when resetting I2P ports by vasild · Pull Request #22468 · bitcoin/bitcoin · GitHub
< vasild> sipa_: https://github.com/bitcoin/bitcoin/pull/22455#issuecomment-881525272 -- that is a good question but I think you posted it in the wrong PR, that PR is not related to I2P at all. Maybe you intended to post to #22468 instead?
<@gribble> https://github.com/bitcoin/bitcoin/issues/22468 | addrman: dont overwrite addr_info when resetting I2P ports by vasild · Pull Request #22468 · bitcoin/bitcoin · GitHub
< jonatack> yup, I called for more people to review in https://github.com/bitcoin/bitcoin/pull/22112#pullrequestreview-699042238, one can't be a review army by oneself but there are indeed few regular p2p contributors who look at work on privacy networks
< bitcoin-git> [bitcoin] hebasto opened pull request #22469: build: Add support for Android NDK r22+ (master...210716-ndk) https://github.com/bitcoin/bitcoin/pull/22469
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< MarcoFalke> > [09:43] <vasild> MarcoFalke: do you think that the fuzzer inputs from #22450 should be collected and added to bitcoin-core/qa-assets ?
< bitcoin-git> [bitcoin] vasild opened pull request #22468: addrman: don't overwrite addr_info when resetting I2P ports (master...reset_i2p_ports_no_overwrite_pos) https://github.com/bitcoin/bitcoin/pull/22468
< vasild> jnewbery: https://github.com/bitcoin/bitcoin/issues/22450#issuecomment-880602891 is a 3rd issue, I have not confirmed it yet, but read the comment: yes, it looks like it can cause a corruption, but again that is a 3rd distinct problem. I suspect it may be resolved by just removing "addr_info.GetPort() == I2P_SAM31_PORT"
< jnewbery> vasild: do you disagree that https://github.com/bitcoin/bitcoin/issues/22450#issuecomment-880602891 can cause corruption?
< vasild> I am now looking at https://github.com/bitcoin/bitcoin/issues/22450#issuecomment-880629375 which is a different issue, not sure yet where is the problem
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery closed pull request #18685: consensus: Simplify ConnectTrace (master...2020-04-connecttrace-simplify) https://github.com/bitcoin/bitcoin/pull/18685
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< vasild> MarcoFalke: do you think that the fuzzer inputs from #22450 should be collected and added to bitcoin-core/qa-assets ?
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22464: bench: fix 32-bit narrowing warning in bench/peer_eviction.cpp (master...fix-32bit-narrowing-warning) https://github.com/bitcoin/bitcoin/pull/22464
< bitcoin-git> bitcoin/master f8b20fd MarcoFalke: Merge bitcoin/bitcoin#22464: bench: fix 32-bit narrowing warning in bench/...
< bitcoin-git> bitcoin/master e49d50c Jon Atack: bench: fix 32-bit narrowing warning in bench/peer_eviction.cpp
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a88fa1a55519...f8b20fd35b0e
< fanquake> Guix is also a much more likely pathway to fully bootstrapable Bitcoin Core builds that what gitian could ever provide.
< fanquake> These are just two very practical benefits that using Guix provides (there are more), which ultimately all boil down to us being in much greater control of our release build environment. Something I am very happy about, and I think makes a lot of sense for a project like Bitcoin Core.
<@gribble> https://github.com/bitcoin/bitcoin/issues/22405 | build: remove --enable-glibc-back-compat from Guix build by fanquake · Pull Request #22405 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22365 | guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs by dongcarl · Pull Request #22365 · bitcoin/bitcoin · GitHub
< fanquake> This means that as you use newer versions of glibc, the number of "workarounds" you need to maintain backwards compatibility pile up, get continually more complicated, and even start to leak out of Bitcoin Core code, and into our dependency system. See all the PRs linked in this comment: https://github.com/bitcoin/bitcoin/pull/22418#issuecomment-876379846.
<@gribble> https://github.com/bitcoin/bitcoin/issues/22381 | guix: Test security-check sanity before performing them (with macOS) by fanquake · Pull Request #22381 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/18629 | scripts: add PE .reloc section check to security-check.py by fanquake · Pull Request #18629 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dongcarl opened pull request #22465: guix: Pin kernel-header version, time-machine to upstream 1.3.0 commit (master...2021-07-guix-kernel-old) https://github.com/bitcoin/bitcoin/pull/22465
< bitcoin-git> [bitcoin] fanquake closed pull request #22336: [TESTBED][NO-MERGE][POC] Use std::filesystem. Remove Boost Filesystem & System (master...feature/use_std_filesystem_testbed) https://github.com/bitcoin/bitcoin/pull/22336
< bitcoin-git> [bitcoin] fanquake closed pull request #22463: [TESTBED][NO-MERGE] Verbosity level 3 getblock rebase (master...verbosity-level-3-getblock-rebase) https://github.com/bitcoin/bitcoin/pull/22463

2021-07-15

< bitcoin-git> [bitcoin] hebasto closed pull request #22456: [WIP] build: Use specific cross-compilers instead of multilib one (master...210715-multilib) https://github.com/bitcoin/bitcoin/pull/22456
< bombingmiami> belcher is a liar piece of shit is that right belcher? He got 50.000 dollars from hrf.org to attack me and my organization. I had edit privileges on Bitcoin Wiki since 2015 with the username "humanrightsfoundation" https://web.archive.org/web/20151031001911/https://bitcointalk.org/index.php?topic=1025908.40. On 2020 Jun belcher was attacked me and
<@gribble> https://github.com/bitcoin/bitcoin/issues/22456 | [WIP] build: Use specific cross-compilers instead of multilib one by hebasto · Pull Request #22456 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #22464: bench: fix 32-bit narrowing warning in bench/peer_eviction.cpp (master...fix-32bit-narrowing-warning) https://github.com/bitcoin/bitcoin/pull/22464
< bitcoin-git> [bitcoin] kiminuo opened pull request #22463: [TESTBED][NO-MERGE] Verbosity level 3 getblock rebase (master...verbosity-level-3-getblock-rebase) https://github.com/bitcoin/bitcoin/pull/22463
<@gribble> https://github.com/bitcoin/bitcoin/issues/22439 | build: Use guix within gitian by achow101 · Pull Request #22439 · bitcoin/bitcoin · GitHub
< 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
< BlueMatt> jonatack: I mean have y'all bothered to ask if people *are* vaccinated? In my experience among bitcoin *developers* its like 100%. among bitcoin twitter users its much different.
<@gribble> https://github.com/bitcoin/bitcoin/issues/22421 | Make IsSegWitOutput return true for taproot outputs by sipa · Pull Request #22421 · bitcoin/bitcoin · GitHub
< luke-jr> [19:04:24] <gribble> https://github.com/bitcoin/bitcoin/issues/22421 | Make IsSegWitOutput return true for taproot outputs by sipa · Pull Request #22421 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22421 | Make IsSegWitOutput return true for taproot outputs by sipa · Pull Request #22421 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< laanwj> we're getting even closer, the last PRs are nearly ready for merge https://github.com/bitcoin/bitcoin/milestone/47 , after which we should tag rc1 imo, but some last-minute issue came up while fuzzing addrman serialization (#22450)
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
< 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 lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
< core-meetingbot> Meeting started Thu Jul 15 19:00:17 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #22457: refactor: Remove unused "disconnectpool is nullptr" feature (master...2107-refactorDisconnectPool) https://github.com/bitcoin/bitcoin/pull/22457
< bitcoin-git> [bitcoin] achow101 opened pull request #22461: wallet: Change ScriptPubKeyMan::Upgrade default to True (master...implement-desc-upgrade) https://github.com/bitcoin/bitcoin/pull/22461
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
< luke-jr> off-topic here tho, further ?s to #bitcoin please
< ron-slc> any word on why bitcoin.org is down?
<@gribble> https://github.com/bitcoin/bitcoin/issues/22450 | addrman serialize: nNew was wrong, oh ow · Issue #22450 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21711 | guix: Add full installation and usage documentation by dongcarl · Pull Request #21711 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22421 | Make IsSegWitOutput return true for taproot outputs by sipa · Pull Request #22421 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22387 | Rate limit the processing of rumoured addresses by sipa · Pull Request #22387 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #22211: net: relay I2P addresses even if not reachable (by us) (master...i2p_IsRelayable) https://github.com/bitcoin/bitcoin/pull/22211
< bitcoin-git> bitcoin/master 33e211d Vasil Dimov: test: implement ser/unser of I2P addresses in functional tests
< bitcoin-git> bitcoin/master 8674281 Vasil Dimov: test: use NODE_* constants instead of magic numbers
< bitcoin-git> bitcoin/master ba45f02 Vasil Dimov: net: relay I2P addresses even if not reachable (by us)
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/853ac47705c8...a88fa1a55519
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22393: doc: added info to bitcoin.conf doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22393
< bitcoin-git> bitcoin/master 853ac47 MarcoFalke: Merge bitcoin/bitcoin#22393: doc: added info to bitcoin.conf doc
< bitcoin-git> bitcoin/master fa84cae Brian Liotti: doc: added info to bitcoin.conf doc
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d86e6625e857...853ac47705c8
< bitcoin-git> [bitcoin] laanwj merged pull request #22369: doc: Add steps for Transifex to release process (master...update-transifex-release-process) https://github.com/bitcoin/bitcoin/pull/22369
< bitcoin-git> bitcoin/master d86e662 W. J. van der Laan: Merge bitcoin/bitcoin#22369: doc: Add steps for Transifex to release proce...
< bitcoin-git> bitcoin/master a16378e Wladimir J. van der Laan: doc: Remove unnecessary steps from translations update process
< bitcoin-git> bitcoin/master 2584929 Wladimir J. van der Laan: doc: Add steps for transifex to release process
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/21998bc028d6...d86e6625e857
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22457: refactor: Remove unused disconnectpool is nullptr feature (master...2107-refactorDisconnectPool) https://github.com/bitcoin/bitcoin/pull/22457
< bitcoin-git> [bitcoin] laanwj merged pull request #22284: p2p, refactor: performance improvements to ProtectEvictionCandidatesByRatio() (master...ProtectEvictionCandidatesByRatio-perf-enhancements) https://github.com/bitcoin/bitcoin/pull/22284
< bitcoin-git> bitcoin/master 02e411e Jon Atack: p2p: iterate eviction protection only on networks having candidates
< bitcoin-git> bitcoin/master 5adb064 Jon Atack: bench: add peer eviction protection benchmarks
< bitcoin-git> bitcoin/master 566357f Jon Atack: refactor: move GetRandomNodeEvictionCandidates() to test utilities
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/c0224bc96287...21998bc028d6
< vasild> jnewbery: https://github.com/bitcoin/bitcoin/pull/22455 -- the underlying issue is that nNew came as -1 from disk (fuzzer), from here one way or another we are f**d up
< bitcoin-git> [bitcoin] hebasto opened pull request #22456: [WIP] build: Use specific cross-compilers instead of multilib one (master...210715-multilib) https://github.com/bitcoin/bitcoin/pull/22456
< bitcoin-git> [bitcoin] vasild opened pull request #22455: addrman: detect on-disk corrupted nNew and nTried during unserialization (master...addrman_detect_negative) https://github.com/bitcoin/bitcoin/pull/22455
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22415: Make m_mempool optional in CChainState (master...2021-07-mempool-ptr) https://github.com/bitcoin/bitcoin/pull/22415
< bitcoin-git> bitcoin/master 4abf077 James O'Beirne: refactor: no mempool arg to GetCoinsCacheSizeState
< bitcoin-git> bitcoin/master 46e3efd James O'Beirne: refactor: move UpdateMempoolForReorg into CChainState
< bitcoin-git> bitcoin/master 6176617 James O'Beirne: validation: make CChainState::m_mempool optional
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/97153a702600...c0224bc96287
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22454: fuzz: Limit max ops in tx_pool fuzz targets (master...2107-fuzzPool) https://github.com/bitcoin/bitcoin/pull/22454
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22453: fuzz: Speed up rolling_bloom_filter fuzz test (master...2107-fuzzRoll) https://github.com/bitcoin/bitcoin/pull/22453
<@gribble> https://github.com/bitcoin/bitcoin/issues/22415 | Make m_mempool optional in CChainState by jamesob · Pull Request #22415 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22385: refactor: Use DeploymentEnabled to hide VB deployments (master...2107-dep) https://github.com/bitcoin/bitcoin/pull/22385
< bitcoin-git> bitcoin/master 97153a7 MarcoFalke: Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB de...
< bitcoin-git> bitcoin/master fa5658e MarcoFalke: Use DeploymentEnabled to hide VB deployments
< bitcoin-git> bitcoin/master fa11fec MarcoFalke: doc: Move buried deployment doc to the enum that enumerates them
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e2c4ac7cfb58...97153a702600
< bitcoin-git> [bitcoin] fanquake merged pull request #22447: test: whitelist rpc_rawtransaction peers to speed up tests (master...speed-up-rpc_rawtransaction-test) https://github.com/bitcoin/bitcoin/pull/22447
< bitcoin-git> bitcoin/master e2c4ac7 fanquake: Merge bitcoin/bitcoin#22447: test: whitelist rpc_rawtransaction peers to s...
< bitcoin-git> bitcoin/master a3d6ec5 Jon Atack: test: move rpc_rawtransaction tests to < 30s group
< bitcoin-git> bitcoin/master 5a1ed96 Jon Atack: test: whitelist rpc_rawtransaction peers to speed up tests
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fdf9b3eba3bc...e2c4ac7cfb58
< bitcoin-git> [bitcoin] fanquake merged pull request #22446: test: Fix wallet_listdescriptors.py if bdb is not compiled (master...210714-desc) https://github.com/bitcoin/bitcoin/pull/22446
< bitcoin-git> bitcoin/master fdf9b3e fanquake: Merge bitcoin/bitcoin#22446: test: Fix wallet_listdescriptors.py if bdb is...
< bitcoin-git> bitcoin/master 0c845e3 Hennadii Stepanov: test: Fix wallet_listdescriptors.py if bdb is not compiled
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/531c2b7c0489...fdf9b3eba3bc
< Bilnon> https://ieeexplore.ieee.org/document/8855738 - "Is Bitcoin Mining Halal? Investigating the Sharia Compliance of Bitcoin Mining"
< sipa> and it's unrelated to the development of the bitcoin core software
< Bilnon> what gets to me the most with acronyms like "uPoW" is how much these people take for granted the proof-of-work scheme used in bitcoin, like that useful proofs of work could be integrated at all without converting the entire system to a PoS system,
< Bilnon> I dont know how these idiot get their papers published, this is a terrible idea written by morons who clearly cant grasp even the basic concepts of bitcoin

2021-07-14

< bitcoin-git> [bitcoin] sipa opened pull request #22448: Update libsecp256k1 subtree to latest upstream (master...202107_secp256k1) https://github.com/bitcoin/bitcoin/pull/22448
< bitcoin-git> [bitcoin] jonatack opened pull request #22447: test: whitelist rpc_rawtransaction peers to speed up tests (master...speed-up-rpc_rawtransaction-test) https://github.com/bitcoin/bitcoin/pull/22447
< bitcoin-git> [bitcoin] hebasto opened pull request #22446: test: Fix wallet_listdescriptors.py if bdb is not compiled (master...210714-desc) https://github.com/bitcoin/bitcoin/pull/22446
< bitcoin-git> [bitcoin] sriramdvt opened pull request #22445: fuzz: Move implementations of non-template fuzz helpers from util.h to util.cpp (master...fuzz_move) https://github.com/bitcoin/bitcoin/pull/22445
< bitcoin-git> [bitcoin] fanquake closed pull request #20354: test: Add feature_taproot.py --previous_release (master...2010-testFeatureTaprootPreviousVersion) https://github.com/bitcoin/bitcoin/pull/20354
< bitcoin-git> [gui] hebasto opened pull request #381: refactor: Make BitcoinCore class reusable (master...210714-core) https://github.com/bitcoin-core/gui/pull/381
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22444: fuzz: Speed up prevector fuzz target (master...2107-fuzzPrev) https://github.com/bitcoin/bitcoin/pull/22444
< bitcoin-git> [bitcoin] NelsonGaldeman opened pull request #22442: util: improves error messages on get_previous_releases script (master...improves-error-message-on-utils) https://github.com/bitcoin/bitcoin/pull/22442
< bitcoin-git> bitcoin/master 29d6b1d Sjors Provoost: test: previous releases: add v0.20.1
< bitcoin-git> bitcoin/master 85ccffa Sjors Provoost: test: move releases download incantation to README