2021-08-18

<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b5c468cfe35e...bb9f76a7194a
<bitcoin-git> bitcoin/master bb9f76a Samuel Dobson: Merge bitcoin/bitcoin#22523: Document about wallet backup and restoration
<bitcoin-git> bitcoin/master ce4e906 lsilva01: Document about wallet backup and restoration
<bitcoin-git> [bitcoin] fanquake merged pull request #22725: MOVEONLY: tests: Move addrman ser/deser tests to addrman_tests.cpp (master...2021-08-move-addrman-tests) https://github.com/bitcoin/bitcoin/pull/22725
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62cb4009c2ac...b5c468cfe35e
<bitcoin-git> bitcoin/master aaa6ad5 John Newbery: [MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
<bitcoin-git> bitcoin/master b5c468c fanquake: Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests...
<bitcoin-git> [bitcoin] fanquake merged pull request #22215: refactor: Add FoundBlock.found member (master...pr/ipc-found) https://github.com/bitcoin/bitcoin/pull/22215
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fdd80b0a53b4...62cb4009c2ac
<bitcoin-git> bitcoin/master 5c5d0b6 Russell Yanofsky: Add FoundBlock.found member
<bitcoin-git> bitcoin/master 62cb400 fanquake: Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
<larryruane> Found a couple of typos in https://github.com/bitcoin-core/bitcoin-devwiki/wiki/22.0-Release-Candidate-Testing-Guide (I don't have permissions to change): line 173, "lets" should be "let's", and (more importantly) line 198, "wait" probably meant to be "watch" (the wait command makes no sense here)... If someone could fix those, I'd appreciate it!

2021-08-17

<bitcoin-git> [bitcoin] hebasto opened pull request #22731: [DO NOT MERGE, DEMO] [22.0] ci: Run fuzz tests for the master branch only (22.x...210817-22.0-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/22731
<bitcoin-git> [bitcoin] hebasto opened pull request #22730: ci: Run fuzz tests for the master branch only (master...210817-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/22730
<bitcoin-git> [bitcoin] vasild opened pull request #22729: Make it possible to disable and check for error in -bind=...=onion (master...torbind) https://github.com/bitcoin/bitcoin/pull/22729
<bitcoin-git> [bitcoin] laanwj merged pull request #22721: doc: add inital PR and author list to 0.21.2 release notes (0.21...0_21_2rc1_prelim_relnotes) https://github.com/bitcoin/bitcoin/pull/22721
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/89d148c8c65b...3118a5eedf65
<bitcoin-git> bitcoin/0.21 2873e01 fanquake: doc: add inital PR and author list to 0.21.2 release notes
<bitcoin-git> bitcoin/0.21 3118a5e W. J. van der Laan: Merge bitcoin/bitcoin#22721: doc: add inital PR and author list to 0.21.2 ...
<gribble> https://github.com/bitcoin/bitcoin/issues/20769 | net: fixes #20657 - Advertised address where nobody is listening by jadijadi · Pull Request #20769 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jnewbery opened pull request #22725: MOVEONLY: tests: Move addrman ser/deser tests to addrman_tests.cpp (master...2021-08-move-addrman-tests) https://github.com/bitcoin/bitcoin/pull/22725
<bitcoin-git> [bitcoin] fanquake opened pull request #22724: windres: use PACKAGE_VERSION rather than building more version numbers (master...windres_version_somplify) https://github.com/bitcoin/bitcoin/pull/22724
<bitcoin-git> [bitcoin] fanquake closed pull request #22688: contrib: use `keys.openpgp.org` to retrieve builder keys (master...use_ubuntu_keyserver) https://github.com/bitcoin/bitcoin/pull/22688
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f3dbd1c2b2bc...fdd80b0a53b4
<bitcoin-git> bitcoin/master 4c43b7d fanquake: contrib: use hkps://keys.openpgp.org to retrieve builder keys
<bitcoin-git> bitcoin/master fdd80b0 fanquake: Merge bitcoin/bitcoin#22688: contrib: use `keys.openpgp.org` to retrieve b...
<bitcoin-git> [bitcoin] pranabp-bit opened pull request #22722: rpc: update estimatesmartfee (master...estimatesmartfee) https://github.com/bitcoin/bitcoin/pull/22722
<bitcoin-git> [bitcoin] pranabp-bit closed pull request #22673: rpc: Add function walletestimatefee (master...walletestimatefee) https://github.com/bitcoin/bitcoin/pull/22673
<bitcoin-git> [bitcoin] fanquake opened pull request #22721: doc: add inital PR and author list to 0.21.2 release notes (0.21...0_21_2rc1_prelim_relnotes) https://github.com/bitcoin/bitcoin/pull/22721
<bitcoin-git> [bitcoin] fanquake closed pull request #22627: [addrman] De-duplicate Add() function (master...2021-08-merge-add) https://github.com/bitcoin/bitcoin/pull/22627
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df30375788ef...f3dbd1c2b2bc
<bitcoin-git> bitcoin/master 60e0cbd Amiti Uttarwar: [addrman] Merge the two Add() functions
<bitcoin-git> bitcoin/master f3dbd1c fanquake: Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() function
<bitcoin-git> [bitcoin] fanquake merged pull request #22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAME` in dumpwallet (master...rpcdump_use_formatfullversion) https://github.com/bitcoin/bitcoin/pull/22715
<bitcoin-git> bitcoin/master 2d7534b fanquake: wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8a40b227a61b...df30375788ef
<bitcoin-git> bitcoin/master 14b4802 fanquake: wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
<bitcoin-git> bitcoin/master df30375 fanquake: Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_...

2021-08-16

<bitcoin-git> [bitcoin] jonatack closed pull request #22586: p2p: fix ubsan implicit conversion error in CSubNet::ToString() (master...fix-netaddress-implicit-signed-integer-truncation) https://github.com/bitcoin/bitcoin/pull/22586
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22718: doc: Add missing PR 16333 release note (master...2108-docRel) https://github.com/bitcoin/bitcoin/pull/22718
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b935abb9eb2e...8a40b227a61b
<bitcoin-git> bitcoin/master fa76ebd MarcoFalke: doc: Add missing PR 16333 release note
<bitcoin-git> bitcoin/master 8a40b22 MarcoFalke: Merge bitcoin/bitcoin#22718: doc: Add missing PR 16333 release note
<BlueMatt> that's what I'd generally expect, but i dunno many/any lightning devs who follow bitcoin core closely enough to ensure that, which is part of the reason for me flagging now that non-v0 segwit output dust limit *also* falls under the "plz notify lightning devs and give us time to adapt before you change this" category
<harding> Sure, but I think Bitcoin Core's open development process has a pretty strong commitment to listening to LN devs and other ecosystem devs, so I think that's implicitly covered
<BlueMatt> sure, but that kind of thing requires at least a loose commitment from bitcoin core to do dust limit changes in a way that is compatible with that :p
<BlueMatt> "charity" of reducing total bitcoin supply :)
<harding> Sure, but if feerates increase significantly (and that certainly seems like a plausible scenario), those problems are going to need to be dealt with anyway. I don't think we should be forcing anyone to deal with those problems now, but I also kinda feel like some of the attention on the dust limit problem should be focused on improving LN rather than changing Bitcoin Core.
<harding> LN doesn't need to use the same dust limit Bitcoin Core does. Y'all can choose to treat as dust outputs that would cost more to spend than they're worth at 20 s/b, and so be insulated against any reasonable change in Bitcoin Core (especially since changes in Bitcoin Core should take a long time to become predominant across relay and mining).
<bitcoin-git> [bitcoin] hebasto closed pull request #19882: depends: Export variables from make to environment explicitly (master...200905-build) https://github.com/bitcoin/bitcoin/pull/19882
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22684: test: check for invalid `-prune` parameters (master...202108-test-check_invalid_prune_parameters) https://github.com/bitcoin/bitcoin/pull/22684
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42b00a37580a...b935abb9eb2e
<bitcoin-git> bitcoin/master e2ff385 Sebastian Falbesoner: test: check for invalid `-prune` parameters
<bitcoin-git> bitcoin/master b935abb MarcoFalke: Merge bitcoin/bitcoin#22684: test: check for invalid `-prune` parameters
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22718: doc: Add missing PR 16333 release note (master...2108-docRel) https://github.com/bitcoin/bitcoin/pull/22718
<laanwj> bitcoin-cli prints "timeout on transient error: ..." when the RPC port is not open, this is slightly confusing (though it does appropriately print a message about bitcoind not running afterwards)
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22648 | doc, test: improve i2p/tor docs and i2p reachable unit tests by jonatack · Pull Request #22648 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jamesob closed pull request #22699: doc: add libboost-thread-dev to build-unix (master...2021-08-build-unix-boost-thread) https://github.com/bitcoin/bitcoin/pull/22699
<prayank> I was reading the comments in this issue and wanted to know if someone has written any blog post or detailed answer somewhere that explains eviction process followed by Bitcoin Core.
<gribble> https://github.com/bitcoin/bitcoin/issues/22693 | RPC/Wallet: Add "use_txids" to output of getaddressinfo by luke-jr · Pull Request #22693 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22649: fuzz: Avoid OOM in system fuzz target (master...2108-fuzzSystemOOM) https://github.com/bitcoin/bitcoin/pull/22649
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3facf0a8ae99...42b00a37580a
<bitcoin-git> bitcoin/master fa77183 MarcoFalke: fuzz: Avoid OOM in system fuzz target
<bitcoin-git> bitcoin/master 42b00a3 MarcoFalke: Merge bitcoin/bitcoin#22649: fuzz: Avoid OOM in system fuzz target
<bitcoin-git> [bitcoin] fanquake opened pull request #22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAME` in dumpwallet (master...rpcdump_use_formatfullversion) https://github.com/bitcoin/bitcoin/pull/22715
<bitcoin-git> [bitcoin] sizeofvoid opened pull request #22713: Fix build with Boost 1.77.0 (master...boost-1770) https://github.com/bitcoin/bitcoin/pull/22713
<bitcoin-git> [bitcoin] fanquake merged pull request #22685: clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE (master...2021-08-clientversion-is-cursed) https://github.com/bitcoin/bitcoin/pull/22685
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/820129aee9fd...3facf0a8ae99
<bitcoin-git> bitcoin/master 5100dee Carl Dong: clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE
<bitcoin-git> bitcoin/master 3facf0a fanquake: Merge bitcoin/bitcoin#22685: clientversion: No suffix #if CLIENT_VERSION_I...
<bitcoin-git> [bitcoin] fanquake merged pull request #22686: wallet: Use GetSelectionAmount in ApproximateBestSubset (master...use-getselectionvalue) https://github.com/bitcoin/bitcoin/pull/22686
<bitcoin-git> bitcoin/master 2de222c Andrew Chow: wallet: Use GetSelectionAmount for target value calculations
<bitcoin-git> bitcoin/master d926232 Andrew Chow: wallet: Assert that enough was selected to cover the fees
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/11c7d001a9c3...820129aee9fd
<bitcoin-git> bitcoin/master 92885c4 Andrew Chow: test: Test for ApproximateBestSubset edge case with too little fees
<bitcoin-git> [bitcoin] fanquake merged pull request #22700: builder-keys: Add dongcarl (master...2021-08-add-dongcarl-builder) https://github.com/bitcoin/bitcoin/pull/22700
<bitcoin-git> bitcoin/master 7d95777 Carl Dong: builder-keys: Add dongcarl
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/502d22ceed1f...11c7d001a9c3
<bitcoin-git> bitcoin/master 11c7d00 fanquake: Merge bitcoin/bitcoin#22700: builder-keys: Add dongcarl

2021-08-15

<bitcoin-git> [bitcoin] fanquake closed pull request #22709: Sorry, remove this. It was mistake.. (master...pos) https://github.com/bitcoin/bitcoin/pull/22709
<bitcoin-git> [bitcoin] theStack opened pull request #22711: test: check for specific block reject reasons in p2p_segwit.py (master...202108-test-check_specific_segwit_reject_reasons) https://github.com/bitcoin/bitcoin/pull/22711
<bitcoin-git> [bitcoin] hebasto opened pull request #22710: [WIP] ci: Invalidate depends sources cache (master...210815-ci) https://github.com/bitcoin/bitcoin/pull/22710
<bitcoin-git> [bitcoin] stansage opened pull request #22709: Pos (master...pos) https://github.com/bitcoin/bitcoin/pull/22709
<bitcoin-git> [bitcoin] hebasto opened pull request #22708: [PoC] build, qt: Add Wayland support for Linux builds with depends (master...210815-wayland) https://github.com/bitcoin/bitcoin/pull/22708
<bitcoin-git> [bitcoin] mjdietzx opened pull request #22707: test: improve mempool_updatefrom efficiency by using getmempoolentry for specific txns (master...test_improve_mempool_updatefromblock_efficiency) https://github.com/bitcoin/bitcoin/pull/22707
<bitcoin-git> [bitcoin] meshcollider merged pull request #22541: Add a new RPC command: restorewallet (master...restore_wallet_command) https://github.com/bitcoin/bitcoin/pull/22541
<bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be499aa07ff1...502d22ceed1f
<bitcoin-git> bitcoin/master ae23fab lsilva01: Add a new RPC command: restorewallet
<bitcoin-git> bitcoin/master 5fe8100 lsilva01: Change the wallet_backup.py test to use the restorewallet RPC command inst...
<bitcoin-git> bitcoin/master 502d22c Samuel Dobson: Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewallet
<bitcoin-git> [bitcoin] hebasto closed pull request #22705: Bitcoinrupee (master...Bitcoinrupee) https://github.com/bitcoin/bitcoin/pull/22705
<bitcoin-git> [bitcoin] amjadshaheed opened pull request #22705: Bitcoinrupee (master...Bitcoinrupee) https://github.com/bitcoin/bitcoin/pull/22705
<bitcoin-git> [bitcoin] fanquake merged pull request #22692: builder-keys: add jamesob (master...add-jamesob-builder) https://github.com/bitcoin/bitcoin/pull/22692
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adf9bcfc37db...be499aa07ff1
<bitcoin-git> bitcoin/master 45babb2 James O'Beirne: builder-keys: add jamesob
<bitcoin-git> bitcoin/master be499aa fanquake: Merge bitcoin/bitcoin#22692: builder-keys: add jamesob

2021-08-14

<bitcoin-git> [bitcoin] stratospher opened pull request #22704: fuzz: Differential fuzzing to compare Bitcoin Core's and D. J. Bernstein's implementation of ChaCha20 (master...diff-fuzz-chacha20) https://github.com/bitcoin/bitcoin/pull/22704
<Talkless> fanquake: what was that? :| https://github.com/bitcoin/bitcoin/issues/22687
<bitcoin-git> [bitcoin] fanquake merged pull request #22696: p2p: log addrman consistency checks (master...log-addrman-consistency-checks) https://github.com/bitcoin/bitcoin/pull/22696
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c87665707af...adf9bcfc37db
<bitcoin-git> bitcoin/master 4844b74 Jon Atack: p2p: log addrman consistency checks
<bitcoin-git> bitcoin/master adf9bcf fanquake: Merge bitcoin/bitcoin#22696: p2p: log addrman consistency checks
<bitcoin-git> [bitcoin] fanquake merged pull request #22604: p2p, rpc, test: address rate-limiting follow-ups (master...rate_limit_addr_follow-ups) https://github.com/bitcoin/bitcoin/pull/22604
<bitcoin-git> bitcoin/master d930c7f Jon Atack: p2p, rpc, test: address rate-limiting follow-ups
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/803ef70fd9f6...4c87665707af
<bitcoin-git> bitcoin/master 4c87665 fanquake: Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-...

2021-08-13

<bitcoin-git> [bitcoin] martinus opened pull request #22702: Add allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/22702
<bitcoin-git> [bitcoin] dongcarl opened pull request #22700: builder-keys: Add dongcarl (master...2021-08-add-dongcarl-builder) https://github.com/bitcoin/bitcoin/pull/22700
<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
<bitcoin-git> [bitcoin] jamesob opened pull request #22699: doc: add libboost-thread-dev to build-unix (master...2021-08-build-unix-boost-thread) https://github.com/bitcoin/bitcoin/pull/22699
<achow101> #bitcoin-core-dev Wallet 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 nehan NicolasDorier paveljanik petertodd
<core-meetingbot> Meeting started Fri Aug 13 19:00:24 2021 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] mjdietzx opened pull request #22698: Fix CVE-2021-31876 RBF inherited signaling and fixes getmempoolentry returned bip125-replaceable status (master...fix_bip125_inherited_signaling) https://github.com/bitcoin/bitcoin/pull/22698
<bitcoin-git> [bitcoin] jnewbery opened pull request #22697: addrman: Remove CAddrMan::Clear() function (master...2021-08-remove-addrman-clear) https://github.com/bitcoin/bitcoin/pull/22697
<bitcoin-git> [bitcoin] jonatack opened pull request #22696: p2p: log addrman consistency checks (master...log-addrman-consistency-checks) https://github.com/bitcoin/bitcoin/pull/22696
<bitcoin-git> [bitcoin] fanquake closed pull request #20233: addrman: Make consistency checks a runtime option (master...2020-10-addrman-sanity) https://github.com/bitcoin/bitcoin/pull/20233
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/439e58c4d819...803ef70fd9f6
<bitcoin-git> bitcoin/master fa9710f John Newbery: [addrman] Add deterministic argument to CAddrMan ctor
<bitcoin-git> bitcoin/master ee458d8 MarcoFalke: Add missing const to CAddrMan::Check_()
<bitcoin-git> bitcoin/master 10aac24 John Newbery: [tests] Make deterministic addrman use nKey = 1
<vasild> coz specifying more than one -onlynet is "strange": https://github.com/bitcoin/bitcoin/pull/22651#issuecomment-895144677
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Zero-1729 opened pull request #22695: build: enable SC2046 and SC2086 in lint-shell (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22695
<bitcoin-git> [bitcoin] luke-jr opened pull request #22693: RPC/Wallet: Add "txids" Array to getaddressinfo result for used addresses (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693

2021-08-12

<bitcoin-git> [bitcoin] jamesob opened pull request #22692: builder-keys: add jamesob (master...add-jamesob-builder) https://github.com/bitcoin/bitcoin/pull/22692
<bitcoin-git> [gui] luke-jr opened pull request #404: Fix various edge case bugs in QValidatedLineEdit (master...bugfix_qvalidlineedit) https://github.com/bitcoin-core/gui/pull/404
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/15606 | assumeutxo by jamesob · Pull Request #15606 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/12677 | RPC: Add ancestor{count,size,fees} to listunspent output by luke-jr · Pull Request #12677 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22648 | doc, test: improve i2p/tor docs and i2p reachable unit tests by jonatack · Pull Request #22648 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21526 | validation: UpdateTip/CheckBlockIndex assumeutxo support by jamesob · Pull Request #21526 · bitcoin/bitcoin · GitHub
<laanwj> current status: https://github.com/bitcoin/bitcoin/projects/8 5 blockers, no bugfixes or chasing concept ACK
<laanwj> welcome to the weekly bitcoin-core-dev meeting
<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 Aug 12 19:00:22 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<gribble> https://github.com/bitcoin/bitcoin/issues/21422 | Add feerate histogram to getmempoolinfo by kiminuo · Pull Request #21422 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21848 | refactor: Make CFeeRate constructor architecture-independent by MarcoFalke · Pull Request #21848 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9948f114f8e6...439e58c4d819
<bitcoin-git> bitcoin/master 93cc53a Russell Yanofsky: gui: Unregister wallet notifications before unloading wallets
<bitcoin-git> bitcoin/master 439e58c Hennadii Stepanov: Merge bitcoin-core/gui#360: Unregister wallet notifications before unloadi...
<bitcoin-git> [gui] hebasto merged pull request #360: Unregister wallet notifications before unloading wallets (master...pr/qtwd) https://github.com/bitcoin-core/gui/pull/360
<bitcoin-git> [bitcoin] josibake opened pull request #22689: rpc: properly deprecate mempool entry fee fields (master...josibake-deprecate-mempool-entry-fee-fields) https://github.com/bitcoin/bitcoin/pull/22689
<bitcoin-git> [bitcoin] fanquake opened pull request #22688: contrb: use `keyserver.ubuntu.com` to retrieve builder keys (master...use_ubuntu_keyserver) https://github.com/bitcoin/bitcoin/pull/22688
<bitcoin-git> [bitcoin] achow101 opened pull request #22686: wallet: Use GetSelectionAmount in ApproximateBestSubset (master...use-getselectionvalue) https://github.com/bitcoin/bitcoin/pull/22686
<bitcoin-git> [bitcoin] fanquake pushed tag v0.21.2rc1: https://github.com/bitcoin/bitcoin/compare/v0.21.2rc1

2021-08-11

<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e614cc8cd808...9948f114f8e6
<bitcoin-git> bitcoin/master ad28b66 Prateek Sancheti: qt: Add SubFeeFromAmount option
<bitcoin-git> bitcoin/master 62b125f Prateek Sancheti: qt, refactor: Fix indentation
<bitcoin-git> bitcoin/master 9948f11 Hennadii Stepanov: Merge bitcoin-core/gui#390: Add SubFeeFromAmount to options
<bitcoin-git> [gui] hebasto merged pull request #390: Add SubFeeFromAmount to options (master...i386_0729) https://github.com/bitcoin-core/gui/pull/390
<bitcoin-git> [bitcoin] achow101 closed pull request #22680: guix: make git tag and commit known prior to building (master...guix-use-tag) https://github.com/bitcoin/bitcoin/pull/22680
<bitcoin-git> [bitcoin] dongcarl opened pull request #22685: clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE (master...2021-08-clientversion-is-cursed) https://github.com/bitcoin/bitcoin/pull/22685
<bitcoin-git> [gui] hebasto merged pull request #399: Fix "Load PSBT" functionality when no wallet loaded (master...i232-0806) https://github.com/bitcoin-core/gui/pull/399
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/77e23ca94503...e614cc8cd808
<bitcoin-git> bitcoin/master 0237d95 Prateek Sancheti: qt: Add Load PSBT functionaliy with nowallet
<bitcoin-git> bitcoin/master e614cc8 Hennadii Stepanov: Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet l...
<bitcoin-git> [bitcoin] theStack opened pull request #22684: test: check for invalid `-prune` parameters (master...202108-test-check_invalid_prune_parameters) https://github.com/bitcoin/bitcoin/pull/22684
<bitcoin-git> [gui] hebasto opened pull request #403: refactor: Make paths to update Encryption and HD wallet statuses simpler (master...210811-hd) https://github.com/bitcoin-core/gui/pull/403
<bitcoin-git> [gui] hebasto closed pull request #400: Honor inbound/outbound arrow prefix when sorting peer address column (master...address_prefix_sort) https://github.com/bitcoin-core/gui/pull/400
<bitcoin-git> [gui] hebasto closed pull request #372: Remove "Type" column from peers window (master...remove-peers-type-column) https://github.com/bitcoin-core/gui/pull/372
<bitcoin-git> bitcoin/master 6971e79 Jon Atack: gui: add Direction column to peers tab
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d9cdb16897b...77e23ca94503
<bitcoin-git> bitcoin/master 77e23ca Hennadii Stepanov: Merge bitcoin-core/gui#317: Add Direction column to Peers Tab
<bitcoin-git> [gui] hebasto merged pull request #317: Add Direction column to Peers Tab (master...direction-col-peers) https://github.com/bitcoin-core/gui/pull/317
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3545a739678...3d9cdb16897b
<bitcoin-git> bitcoin/master 4830f49 João Barbosa: qt: Refactor open date range to use std::optional
<bitcoin-git> bitcoin/master 3d9cdb1 Hennadii Stepanov: Merge bitcoin-core/gui#354: Refactor open date range to use std::optional
<bitcoin-git> [gui] hebasto merged pull request #354: Refactor open date range to use std::optional (master...2021-06-date-range) https://github.com/bitcoin-core/gui/pull/354
<bitcoin-git> [bitcoin] laanwj pushed 1 commit to 22.x: https://github.com/bitcoin/bitcoin/compare/873fbc745d03...d3bd5410f64e
<bitcoin-git> bitcoin/22.x d3bd541 W. J. van der Laan: doc: Manual pages update for 22.0rc2
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/4b523c8f0a72...89d148c8c65b
<bitcoin-git> bitcoin/0.21 e94e433 W. J. van der Laan: doc: Update manual pages for 0.21.2
<bitcoin-git> bitcoin/0.21 bf672ce W. J. van der Laan: build: Bump version to 0.21.2rc1
<bitcoin-git> bitcoin/0.21 89d148c W. J. van der Laan: qt: Translations update for 0.21.2rc1
<bitcoin-git> [bitcoin] fanquake closed pull request #22664: docs: fix typo spelling grammar (master...docs-fixing) https://github.com/bitcoin/bitcoin/pull/22664
<bitcoin-git> [bitcoin] fanquake closed pull request #18818: Fix release tarball generated by gitian (master...fix_gitian_src_202004) https://github.com/bitcoin/bitcoin/pull/18818
<bitcoin-git> [bitcoin] fanquake closed pull request #22625: guix: Build out of source tree (master...210804-tag) https://github.com/bitcoin/bitcoin/pull/22625
<bitcoin-git> [bitcoin] fanquake merged pull request #22653: refactor: Rename JoinErrors and re-use it (master...210806-err) https://github.com/bitcoin/bitcoin/pull/22653
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0b5344b0d187...c3545a739678
<bitcoin-git> bitcoin/master 6a5ccd6 Hennadii Stepanov: scripted-diff: Rename JoinErrors in more general MakeUnorderedList
<bitcoin-git> bitcoin/master 77a90f0 Hennadii Stepanov: refactor: Move MakeUnorderedList into util/string.h to make it reusable
<bitcoin-git> bitcoin/master bb56486 Hennadii Stepanov: refactor: Reuse MakeUnorderedList where possible
<bitcoin-git> [bitcoin] achow101 opened pull request #22680: guix: make git tag and commit known prior to building (master...guix-use-tag) https://github.com/bitcoin/bitcoin/pull/22680
<bitcoin-git> [gui] fanquake closed pull request #402: Create codeql-analysis.yml (master...master) https://github.com/bitcoin-core/gui/pull/402
<bitcoin-git> [gui] ljkt7334 opened pull request #402: Create codeql-analysis.yml (master...master) https://github.com/bitcoin-core/gui/pull/402

2021-08-10

<roasbeef> ok this comment just answered one of the questions re is there a dep or not: https://github.com/bitcoin/bitcoin/pull/20564#issuecomment-738928981
<bitboy> and as long as it matches the .asc file hashes on the bitcoin.org depository i'm 100% fine
<bitboy> - out_manifest: '0ce5ca1ba424603526d8a40d9321f1f735797a7205a7fbbe39561c078f2a0858 bitcoin-osx-signed.dmg
<bitboy> b13d6f88af52638bf984d5268e5adfbeac9d797b77ce73080c33ddb702572ccb bitcoin-osx-signed.dmg
<sipa_> bitboy: bitcoin core has never had any money-stealing wallet bugs
<bitboy> question: why have many versions including 0.15.1 been removing from bitcoin.org and a notice posted "Bitcoin Core version 0.15.1 is not available for security reasons:" ... any idea?
<bitboy> i would think that 99% of people that are using bitcoin are not using core
<achow101> you can check the hashes against the deterministic build results for that release too: https://github.com/bitcoin-core/gitian.sigs/tree/master/0.15.1-osx-signed
<bitboy> so, the bit-defender software looked inside the 0.15.1 DMG and specifically had a problem with Bitcoin-Qt.app/Contents/MacOS/BITCOIN_QT
<achow101> Bitcoin Core is frequently incorrectly flagged as malware because it searchs for a wallet.dat file and includes mining code
<achow101> some AVs have added exceptions for some versions of Bitcoin Core
<bitboy> but i have other version of bitcoin core .dmgs on my computers and that antivirus software didnt flag those
<bitboy> then i checked each files hash to the hash on the bitcoin.org depository (https://bitcoin.org/bin/insecure-CVE-2018-17144/bitcoin-core-0.15.1/), and they matched perfectly ... so then i downloaded 0.15.1 off of the depository and ran it through the virus scanner and got the same warning that it had a virus. so the one hosted on bitcoin.org got
<bitboy> i had an old copy of the bitcoin core 0.15.1 DMG file on my mac, and recently installed BitDefender anti-virus (from the Mac App Store), and it said that it had a virus in it: Application.MAC.Miner.NB inside the DMG, specifically Bitcoin-Qt.app/Contents/MacOS/BITCOIN_QT
<bitcoin-git> [bitcoin] glozow opened pull request #22677: [RFC] cut the validation <-> txmempool circular dependency (master...2021-08-circular-dep) https://github.com/bitcoin/bitcoin/pull/22677
<bitcoin-git> [bitcoin] laanwj merged pull request #22632: test: Set regtest.BIP66Height = 102 to speed up tests (master...2108-regtestFasterBip66) https://github.com/bitcoin/bitcoin/pull/22632
<bitcoin-git> bitcoin/master fafe896 MarcoFalke: test: Set regtest.BIP66Height = 102 to speed up tests
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce0913148b68...0b5344b0d187
<bitcoin-git> bitcoin/master 0b5344b W. J. van der Laan: Merge bitcoin/bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed ...
<bitcoin-git> [bitcoin] glozow opened pull request #22675: MOVEONLY policy: extract RBF logic into policy/rbf (master...2021-08-rbf) https://github.com/bitcoin/bitcoin/pull/22675
<bitcoin-git> [bitcoin] glozow opened pull request #22674: validation: mempool validation and submission for packages of 1 child + parents (master...package-child-with-parents) https://github.com/bitcoin/bitcoin/pull/22674
<bitcoin-git> [bitcoin] meshcollider merged pull request #22547: cli: Add progress bar for -getinfo (master...getinfo-progressbar) https://github.com/bitcoin/bitcoin/pull/22547
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8193294caba0...ce0913148b68
<bitcoin-git> bitcoin/master b851a92 klementtan: cli: Add progress bar for -getinfo
<bitcoin-git> bitcoin/master ce09131 Samuel Dobson: Merge bitcoin/bitcoin#22547: cli: Add progress bar for -getinfo
<bitcoin-git> [gui] hebasto closed pull request #387: Un-color the scammers warning when using testnet. (master...20210728) https://github.com/bitcoin-core/gui/pull/387
<Kiminuo> Guys, would anyone have time to review https://github.com/bitcoin/bitcoin/pull/21245 or just make a quick comment how to improve it to increase the chance of merging it?
<bitcoin-git> [bitcoin] pranabp-bit opened pull request #22673: Add function walletestimatefee (master...walletestimatefee) https://github.com/bitcoin/bitcoin/pull/22673
<bitcoin-git> [bitcoin] fanquake closed pull request #22672: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/22672
<bitcoin-git> [bitcoin] Jsn2win opened pull request #22672: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/22672
<bitcoin-git> [bitcoin] fanquake closed pull request #22671: Create o.node.o (0.16...patch-1) https://github.com/bitcoin/bitcoin/pull/22671
<bitcoin-git> [bitcoin] LOCK33IDGuardian opened pull request #22671: Create o.node.o (0.16...patch-1) https://github.com/bitcoin/bitcoin/pull/22671
<bitcoin-git> [bitcoin] fanquake closed pull request #22669: Add .whitesource configuration file (master...whitesource/configure) https://github.com/bitcoin/bitcoin/pull/22669

2021-08-09

<bitcoin-git> [bitcoin] Jsn2win opened pull request #22669: Add .whitesource configuration file (master...whitesource/configure) https://github.com/bitcoin/bitcoin/pull/22669
<bitcoin-git> [bitcoin] jamesob closed pull request #22640: Improve speed, memory efficiency with alternate hashmap (#2) (master...2019-08-robinhood) https://github.com/bitcoin/bitcoin/pull/22640
<bitcoin-git> [bitcoin] hebasto opened pull request #22667: [22.x] qt: Pre-rc3 translations update (22.x...22.x-tr) https://github.com/bitcoin/bitcoin/pull/22667
<bitcoin-git> [bitcoin] fanquake merged pull request #22642: release: Release with separate SHA256SUMS and sig files (master...2021-08-distribute-separate-asc-and-SHASUM) https://github.com/bitcoin/bitcoin/pull/22642
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a9509fedc825...8193294caba0
<bitcoin-git> bitcoin/master 90b3e48 Carl Dong: release: Release with separate SHA256SUMS and sig files
<bitcoin-git> bitcoin/master 8193294 fanquake: Merge bitcoin/bitcoin#22642: release: Release with separate SHA256SUMS and...
<bitcoin-git> [bitcoin] fanquake merged pull request #22643: guix-verify: Non-zero exit code when anything fails (master...2021-08-guix-verify-exit-code) https://github.com/bitcoin/bitcoin/pull/22643
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/21438d55d553...a9509fedc825
<bitcoin-git> bitcoin/master d451b60 Carl Dong: guix-verify: Non-zero exit code when anything fails
<bitcoin-git> bitcoin/master a9509fe fanquake: Merge bitcoin/bitcoin#22643: guix-verify: Non-zero exit code when anything...
<bitcoin-git> [bitcoin] fanquake merged pull request #21800: mempool/validation: mempool ancestor/descendant limits for packages (master...package-mempool-ancestors) https://github.com/bitcoin/bitcoin/pull/21800
<bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/b1a672d158ee...21438d55d553
<bitcoin-git> bitcoin/master 97dd1c7 glozow: MOVEONLY: add helper function for calculating ancestors and checking limits
<bitcoin-git> bitcoin/master f95bbf5 glozow: misc package validation doc improvements
<bitcoin-git> bitcoin/master f551841 glozow: [refactor] pass size/count instead of entry to CalculateAncestorsAndCheckL...
<bitcoin-git> [bitcoin] meshcollider merged pull request #22337: wallet: Use bilingual_str for errors (master...wallet-bilingualstr) https://github.com/bitcoin/bitcoin/pull/22337
<bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a162edfdd1e6...b1a672d158ee
<bitcoin-git> bitcoin/master 171366e Andrew Chow: Use bilingual_str for address fetching functions
<bitcoin-git> bitcoin/master 9571c69 Andrew Chow: Add bilingual_str::clear()
<bitcoin-git> bitcoin/master 92993aa Andrew Chow: Change SignTransaction's input_errors to use bilingual_str
<bitcoin-git> [bitcoin] meshcollider merged pull request #22359: wallet: Do not set fInMempool in transactionAddedToMempool when tx is not in the mempool (master...2106-walletFix) https://github.com/bitcoin/bitcoin/pull/22359
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fa03c4ddf83...a162edfdd1e6
<bitcoin-git> bitcoin/master fa6fd3d MarcoFalke: wallet: Properly set fInMempool in mempool notifications
<bitcoin-git> bitcoin/master a162edf Samuel Dobson: Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionA...
<bitcoin-git> [bitcoin] meshcollider merged pull request #21500: wallet, rpc: add an option to list private descriptors (master...listdescriptors_private) https://github.com/bitcoin/bitcoin/pull/21500
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db94d74f2414...8fa03c4ddf83
<bitcoin-git> bitcoin/master bb822a7 S3RK: wallet, rpc: add listdescriptors private option
<bitcoin-git> bitcoin/master 8fa03c4 Samuel Dobson: Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private de...

2021-08-08

<bitcoin-git> [bitcoin] hebasto closed pull request #22666: /main/0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/22666
<bitcoin-git> [bitcoin] Iceymann18777 opened pull request #22666: /main/0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/22666
<bitcoin-git> [bitcoin] darosior opened pull request #22665: policy/rbf: don't return "incorrect" replaceability status (master...rbf_optin_nomempool) https://github.com/bitcoin/bitcoin/pull/22665
<bitcoin-git> [bitcoin] slowy07 opened pull request #22664: docs: fix typo spelling grammar (master...docs-fixing) https://github.com/bitcoin/bitcoin/pull/22664
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/15423 | torcontrol: Query Tor for correct -onion configuration by luke-jr · Pull Request #15423 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/19358 | torcontrol : avoid to set wrong outbound proxy and network settings when creating an inbound onion service. by Saibato · Pull Request #19358 · bitcoin/bitcoin · GitHub
<bitcoin-git> [gui] wodry opened pull request #400: Honor inbound/outbound arrow prefix when sorting peer address column (master...address_prefix_sort) https://github.com/bitcoin-core/gui/pull/400
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #22663: dbwrapper: wrap options in unique_ptr and use DeleteOptions (master...unique_ptr_options_08072021) https://github.com/bitcoin/bitcoin/pull/22663

2021-08-07

<bitcoin-git> [gui] psancheti110 opened pull request #399: [WIP] qt: Fix "Load PSBT" functionality when no wallet loaded (master...i232-0806) https://github.com/bitcoin-core/gui/pull/399
<bitcoin-git> [bitcoin] theStack opened pull request #22660: contrib: catch bitcoin-cli RPC call errors in getcoins.py (master...202107-script-signet_getcoins_catch_rpc_errors) https://github.com/bitcoin/bitcoin/pull/22660
<bitcoin-git> [gui] hebasto opened pull request #398: refactor: Pass WalletModel object to the WalletView constructor (master...210807-model) https://github.com/bitcoin-core/gui/pull/398
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22657: fuzz: Re-enable assert in banman again (master...2108-fuzzBan) https://github.com/bitcoin/bitcoin/pull/22657
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/03826aecc56c...db94d74f2414
<bitcoin-git> bitcoin/master fabed98 MarcoFalke: fuzz: Re-enable assert in banman again
<bitcoin-git> bitcoin/master db94d74 MarcoFalke: Merge bitcoin/bitcoin#22657: fuzz: Re-enable assert in banman again
<bitcoin-git> [bitcoin] S3RK closed pull request #22659: WIP (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22659
<bitcoin-git> [bitcoin] S3RK opened pull request #22659: WIP (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22659
<bitcoin-git> [bitcoin] S3RK closed pull request #22658: WIP (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22658
<bitcoin-git> [bitcoin] S3RK opened pull request #22658: WIP (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22658
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22657: fuzz: Re-enable assert in banman again (master...2108-fuzzBan) https://github.com/bitcoin/bitcoin/pull/22657

2021-08-06

<bitcoin-git> [bitcoin] achow101 opened pull request #22654: guix: Don't include directory name in SHA256SUMS (master...shasum-no-dir) https://github.com/bitcoin/bitcoin/pull/22654
<bitcoin-git> [bitcoin] hebasto opened pull request #22653: refactor: Rename JoinErrors and re-use it (master...210806-err) https://github.com/bitcoin/bitcoin/pull/22653
<muhblockchain> * #bitcoin-hwi
<provoostenator> kiran: looks like you need to setup the emulator first so it has keys. Let's move to ##bitcoin-hwi
<kiran> When trying to connect through bitcoin-qt(in external signer script path) and create a wallet, I am getting not initialized error.
<kiran> I am trying to test emulator Hardware wallet connection to bitcoin-qt v22.0rc2.
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22569: [0.21] Rate limit the processing of rumoured addresses (0.21...202107_rate_limit_addr_0.21) https://github.com/bitcoin/bitcoin/pull/22569
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/068ac69b56d6...4b523c8f0a72
<bitcoin-git> bitcoin/0.21 aaa4833 Pieter Wuille: Functional tests for addr rate limiting
<bitcoin-git> bitcoin/0.21 8df3e5b Pieter Wuille: Randomize the order of addr processing
<bitcoin-git> bitcoin/0.21 83dfe6c Pieter Wuille: Rate limit the processing of incoming addr messages
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7ebc4c668968...03826aecc56c
<bitcoin-git> bitcoin/master a9b9ca8 Andrew Chow: gui: ensure external signer option remains disabled without signers
<bitcoin-git> bitcoin/master 03826ae Hennadii Stepanov: Merge bitcoin-core/gui#396: Ensure external signer option remains disabled...
<bitcoin-git> [gui] hebasto merged pull request #396: Ensure external signer option remains disabled without signers (master...ensure-no-extsigner) https://github.com/bitcoin-core/gui/pull/396