2022-01-25

<bitcoin-git> [bitcoin] fanquake merged pull request #21464: Mempool Update Cut-Through Optimization (master...epoch-mempool-cut-through-optimized) https://github.com/bitcoin/bitcoin/pull/21464
<bitcoin-git> bitcoin/master c49daf9 Jeremy Rubin: [TESTS] Increase limitancestorcount in tournament RPC test to showcase imp...
<bitcoin-git> bitcoin/master c5b36b1 Jeremy Rubin: Mempool Update Cut-Through Optimization
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/417e7503f80b...0147278e37d0
<bitcoin-git> bitcoin/master 0147278 fanquake: Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimization
<bitcoin-git> [bitcoin] fanquake merged pull request #23804: validation: followups for de-duplication of packages (master...2021-12-dedup-packages) https://github.com/bitcoin/bitcoin/pull/23804
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/9ec3991ad3b2...417e7503f80b
<bitcoin-git> bitcoin/master 83d4fb7 glozow: [packages] return DIFFERENT_WITNESS for same-txid-different-witness tx
<bitcoin-git> bitcoin/master 9ad211c glozow: [doc] more detailed explanation for deduplication
<bitcoin-git> bitcoin/master 2db77cd glozow: [unit test] different witness in package submission
<bitcoin-git> [bitcoin] RandyMcMillan opened pull request #24143: net/p2p:rename COMMAND_SIZE to MESSAGE_SIZE (master...1643068742-rename-COMMAND_SIZE-to-MESSAGE_SIZE) https://github.com/bitcoin/bitcoin/pull/24143

2022-01-24

<bitcoin-git> [bitcoin] achow101 opened pull request #24142: Deprecate SubtractFeeFromOutputs (master...deprecate-sffo) https://github.com/bitcoin/bitcoin/pull/24142
<bitcoin-git> [gui] luke-jr opened pull request #537: Point out position of invalid characters in Bech32 addresses (master...gui_bech32_errpos) https://github.com/bitcoin-core/gui/pull/537
<bitcoin-git> [bitcoin] shaavan opened pull request #24141: Rename message_command variables in src/net* and src/rpc/net.cpp (master...220124-message) https://github.com/bitcoin/bitcoin/pull/24141
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24057: guix: point to recent commit on the master branch (master...actually_fix_guix) https://github.com/bitcoin/bitcoin/pull/24057
<bitcoin-git> bitcoin/master e8a6c88 fanquake: build: point to latest commit on the master branch
<bitcoin-git> bitcoin/master 8588591 fanquake: guix: ignore additioanl failing certvalidator test
<bitcoin-git> bitcoin/master 9ec3991 MarcoFalke: Merge bitcoin/bitcoin#24057: guix: point to recent commit on the master br...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e3de7cb90397...9ec3991ad3b2
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24139: Avoid unsigned integer overflow in bitcoin-tx (master...2201-utilTxOverflow) https://github.com/bitcoin/bitcoin/pull/24139
<bitcoin-git> [bitcoin] mzumsande opened pull request #24138: index: Commit MuHash and best block together for coinstatsindex (master...202201_coinstatsindex_commits) https://github.com/bitcoin/bitcoin/pull/24138
<bitcoin-git> [gui] meshcollider opened pull request #536: Add address error location to GUI (master...202201_bech32_error_gui) https://github.com/bitcoin-core/gui/pull/536
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24102: mempool: Run coin.IsSpent only once in a row (master...2201-mempoolCoinOnce) https://github.com/bitcoin/bitcoin/pull/24102
<bitcoin-git> bitcoin/master fa2bcc4 MarcoFalke: Run coin.IsSpent only once in a row
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b32f0d3af1e0...e3de7cb90397
<bitcoin-git> bitcoin/master e3de7cb MarcoFalke: Merge bitcoin/bitcoin#24102: mempool: Run coin.IsSpent only once in a row
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24108: Replace RecursiveMutex `cs_addrLocal` with Mutex, and rename it (master...change_cs_addrLocal) https://github.com/bitcoin/bitcoin/pull/24108
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b3122e167a02...b32f0d3af1e0
<bitcoin-git> bitcoin/master c4a31ca w0xlt: scripted-diff: rename cs_addrLocal -> m_addr_local_mutex
<bitcoin-git> bitcoin/master 93609c1 w0xlt: p2p: add assertions and negative TS annotations for m_addr_local_mutex
<bitcoin-git> bitcoin/master dec787d w0xlt: refactor: replace RecursiveMutex `m_addr_local_mutex` with Mutex
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23543: test: Prevent non-compatible sed binary for scripted-diffs (master...improve-scripted-diff-check) https://github.com/bitcoin/bitcoin/pull/23543
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/973c39029808...b3122e167a02
<bitcoin-git> bitcoin/master d8dfc40 anouar kappitou: script: redirecting stderr to stdout before pipelining into grep
<bitcoin-git> bitcoin/master 30df5c3 anouar kappitou: script: preventing non-compatible sed binary.
<bitcoin-git> bitcoin/master b3122e1 MarcoFalke: Merge bitcoin/bitcoin#23543: test: Prevent non-compatible sed binary for s...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24137: doc: Rework generate* doc (master...2201-docBlock) https://github.com/bitcoin/bitcoin/pull/24137
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, rework BIP 65/68/112 docs (master...2201-docSeq) https://github.com/bitcoin/bitcoin/pull/24136
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24078: net, refactor: Rename CNetMessage::m_command with CNetMessage::m_type (master...220115-message) https://github.com/bitcoin/bitcoin/pull/24078
<bitcoin-git> bitcoin/master 224d878 Hennadii Stepanov: net, refactor: Drop tautological local variables
<bitcoin-git> bitcoin/master 3073a99 Hennadii Stepanov: scripted-diff: Rename CNetMessage::m_command with CNetMessage::m_type
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d859cbd794a...973c39029808
<bitcoin-git> bitcoin/master 973c390 MarcoFalke: Merge bitcoin/bitcoin#24078: net, refactor: Rename CNetMessage::m_command ...

2022-01-23

<bitcoin-git> [bitcoin] hebasto opened pull request #24134: build: Fix zeromq package when cross-compiling (master...220123-zmq) https://github.com/bitcoin/bitcoin/pull/24134
<stick> ah, I thought, you were asking in context of https://github.com/bitcoin/bitcoin/pull/24115
<bitcoin-git> [bitcoin] fjahr opened pull request #24133: index: Improve robustness of coinstatsindex at restart (master...2022-01-index-fixups) https://github.com/bitcoin/bitcoin/pull/24133
<bitcoin-git> [bitcoin] hebasto opened pull request #24132: build: Bump minimum Qt version to 5.11.3 (master...220123-qtmin) https://github.com/bitcoin/bitcoin/pull/24132
<bitcoin-git> [bitcoin] hebasto opened pull request #24131: build, qt: Fix Windows cross-compiling with Qt 5.15 (master...220123-mingw) https://github.com/bitcoin/bitcoin/pull/24131
<bitcoin-git> [bitcoin] hebasto opened pull request #24130: doc: Update the used Qt version (master...220123-deps) https://github.com/bitcoin/bitcoin/pull/24130
<bitcoin-git> [gui] w0xlt opened pull request #534: gui: add translatable address error message (master...2_error_message_addr) https://github.com/bitcoin-core/gui/pull/534
<bitcoin-git> [bitcoin] fanquake merged pull request #24021: Rename and move PoissonNextSend functions (master...202201_jnewbery_poisson_rename) https://github.com/bitcoin/bitcoin/pull/24021
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e3ce019667fb...6d859cbd794a
<bitcoin-git> bitcoin/master 9e64d69 John Newbery: [move] Move PoissonNextSend to src/random and update comment
<bitcoin-git> bitcoin/master 03cfa1b John Newbery: [refactor] Use uint64_t and std namespace in PoissonNextSend
<bitcoin-git> bitcoin/master bb06074 John Newbery: scripted-diff: replace PoissonNextSend with GetExponentialRand

2022-01-22

<bitcoin-git> [bitcoin] hebasto opened pull request #24129: build: Fix xargs warnings for Guix builds (master...220122-xargs) https://github.com/bitcoin/bitcoin/pull/24129
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24128: wallet: Implement BIP 326 sequence based anti-fee-snipe for taproot inputs (master...2201-126) https://github.com/bitcoin/bitcoin/pull/24128
<bitcoin-git> [bitcoin] fanquake closed pull request #24126: Create CODE_OF_CONDUCT.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/24126
<bitcoin-git> [bitcoin] uvhw opened pull request #24126: Create CODE_OF_CONDUCT.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/24126
<bitcoin-git> [bitcoin] w0xlt opened pull request #24125: p2p: Replace RecursiveMutex `cs_tx_inventory` with Mutex and rename it (master...cs_tx_inventory_mutex) https://github.com/bitcoin/bitcoin/pull/24125

2022-01-21

<jeremyrubin> looks like laanwj might know whats going on here based on https://github.com/bitcoin/bitcoin/pull/8653
<gribble> https://github.com/bitcoin/bitcoin/issues/21702 | Implement BIP-119 Validation (CheckTemplateVerify) by JeremyRubin · Pull Request #21702 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24123: [POC] build: enable Pointer Authentication and Branch Target Identification for aarch64 (Linux) (master...mbranch_protection_aarch64_linux) https://github.com/bitcoin/bitcoin/pull/24123
<stick> sipa: what HW did you use for testing https://github.com/bitcoin/bitcoin/pull/24115#issuecomment-1018001885 ?
<bitcoin-git> [bitcoin] theStack opened pull request #24122: refactor: replace RecursiveMutex `cs_vProcessMsg` with Mutex (and rename) (master...202201-refactor_replace_RecursiveMutex_cs_vProcess) https://github.com/bitcoin/bitcoin/pull/24122
<bitcoin-git> [bitcoin] w0xlt opened pull request #24121: wallet: treat P2TR address with invalid x-only pubkey as invalid (master...validate_P2TR_invalid_pk) https://github.com/bitcoin/bitcoin/pull/24121
<bitcoin-git> [gui] w0xlt opened pull request #533: gui: add more detailed address error message (master...1_error_message_addr) https://github.com/bitcoin-core/gui/pull/533
<fanquake> Blocked shahinfe from the /bitcoin org. Also for spamming the /bips wiki
<sugarpuff_> prayank nipped out before finishing what he wrote... Greg Maxwell no longer contributes to bitcoin - isn't that because of the lawsuit? If so, then Craig can continue to sue the remaining developers and kick everyone out if nobody goes to court against him. I don't think anyone here can really give me an answer, since this is a decision they have to make on their own (or together), but I just wanted to share my

2022-01-20

<michaelfolkson> sugarpuff_: For more details on a Bitcoin Legal Defense fund feel free to email the address contained in this https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-January/019741.html
<prayank> sugarpuff_: 1. Legal issues are handled by people involved in different ways. Recently few organizations and individuals have tried to support the devs. 2. Greg Maxwell does not directly contribute to Bitcoin anymore as shared by him multiple times. He can respond to your questions on reddit as they are not related to Bitcoin Core. 3. Bitcoin is fine and CSW or any such scammers will not be able to do much. There was a tweet thread which clearl
<sugarpuff_> My question is: what are the bitcoin developers doing (other than trying to switch to pseudonymous development) to defend against this? I have seen gmaxwell repeatedly call Wright a fraud. If Maxwell actually believes this, then why is he avoiding the legal challenge? I think Bitcoin could lose if this sort of approach (of running away from Wright) continues.
<sugarpuff_> hi guys, I realize this question might not be considered "development" per se, but it is development related: right now the developers (y'all) are under legal attack by Craig Wright. Afaict, Wright is being used a new means of attack against Bitcoin. The last time I witnessed such a serious attack was BitcoinXT, except this time I think the threat is even greater.
<bitcoin-git> [gui] jonatack opened pull request #526: Add address relay/processed/rate-limited fields to peer details (master...add-addr-fields-to-peer-details) https://github.com/bitcoin-core/gui/pull/526
<bitcoin-git> [bitcoin] Xekyo opened pull request #24118: Add 'sweep' RPC (master...sweep-wallet-rpc) https://github.com/bitcoin/bitcoin/pull/24118
<bitcoin-git> [bitcoin] mzumsande opened pull request #24117: index: make indices robust against init aborts (master...202201_index_startup) https://github.com/bitcoin/bitcoin/pull/24117
<bitcoin-git> [bitcoin] thonkle opened pull request #24116: Document listening on port 0 assigns a random unused port (master...doc-port-0) https://github.com/bitcoin/bitcoin/pull/24116
<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/17786 | refactor: Nuke policy/fees->mempool circular dependencies by hebasto · Pull Request #17786 · bitcoin/bitcoin · GitHub
<_aj_> https://github.com/bitcoin/bitcoin/issues/15465 maybe relevant history/context
<gribble> https://github.com/bitcoin/bitcoin/issues/22969 | Release schedule for 23.0 · Issue #22969 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22932 | Add CBlockIndex lock annotations, guard nStatus/nFile/nDataPos/nUndoPos by cs_main by jonatack · Pull Request #22932 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<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/23604 | Use Sock in CNode by vasild · Pull Request #23604 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23438 | refactor: Use spans of std::byte in serialize by MarcoFalke · Pull Request #23438 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 : 9 blockers, 1 chasing concept ACK
<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 20 19:01:22 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] prusnak opened pull request #24115: ARMv8 SHA2 Intrinsics (master...armv8-shani) https://github.com/bitcoin/bitcoin/pull/24115
<bitcoin-git> [bitcoin] achow101 merged pull request #23171: qa: test descriptors with mixed xpubs and const pubkeys (master...desc_test_mix) https://github.com/bitcoin/bitcoin/pull/23171
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b60c477d54bb...e3ce019667fb
<bitcoin-git> bitcoin/master 36012ef Antoine Poinsot: qa: test descriptors with mixed xpubs and const pubkeys
<bitcoin-git> bitcoin/master e3ce019 Andrew Chow: Merge bitcoin/bitcoin#23171: qa: test descriptors with mixed xpubs and con...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23629: refactor tests to fix ubsan suppressions (master...2111-testInt) https://github.com/bitcoin/bitcoin/pull/23629
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1824644a363b...b60c477d54bb
<bitcoin-git> bitcoin/master faedb11 MarcoFalke: refactor tests to fix ubsan suppressions
<bitcoin-git> bitcoin/master b60c477 MarcoFalke: Merge bitcoin/bitcoin#23629: refactor tests to fix ubsan suppressions
<bitcoin-git> [bitcoin] jonatack opened pull request #24113: test, refactor: add GetTransaction() coverage, part 2 (master...rpc_rawtransaction-test-followups) https://github.com/bitcoin/bitcoin/pull/24113
<gribble> https://github.com/bitcoin/bitcoin/issues/19303 | Replace all of the RecursiveMutex instances with the Mutex ones · Issue #19303 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24112: build: pass win32-dll to LT_INIT() (master...libtool_init_win32_dll) https://github.com/bitcoin/bitcoin/pull/24112
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24099: Replace `RecursiveMutex cs_mapLocalHost` with Mutex, and rename it (master...mutex-mapLocalHost) https://github.com/bitcoin/bitcoin/pull/24099
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/63fc2f5cce6a...1824644a363b
<bitcoin-git> bitcoin/master 5e7e4c9 w0xlt: refactor: replace RecursiveMutex g_maplocalhost_mutex with Mutex
<bitcoin-git> bitcoin/master a7da140 w0xlt: scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
<bitcoin-git> bitcoin/master 1824644 MarcoFalke: Merge bitcoin/bitcoin#24099: Replace `RecursiveMutex cs_mapLocalHost` with...
<bitcoin-git> [bitcoin] fanquake opened pull request #24111: build: force CRCCheck in Windows installer (master...force_win_installer_crccheck) https://github.com/bitcoin/bitcoin/pull/24111
<bitcoin-git> [bitcoin] w0xlt opened pull request #24108: Replace RecursiveMutex `cs_addrLocal` with Mutex, and rename it (master...change_cs_addrLocal) https://github.com/bitcoin/bitcoin/pull/24108
<bitcoin-git> [bitcoin] fanquake merged pull request #24065: build: explicitly disable support for external signing on Windows (master...no_external_signer_win_openbsd) https://github.com/bitcoin/bitcoin/pull/24065
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a541e5d51988...63fc2f5cce6a
<bitcoin-git> bitcoin/master e2ab9f8 fanquake: build: disable external signer on Windows
<bitcoin-git> bitcoin/master 63fc2f5 fanquake: Merge bitcoin/bitcoin#24065: build: explicitly disable support for externa...
<bitcoin-git> [bitcoin] fanquake merged pull request #24104: fs: Make compatible with boost 1.78 (master...fix-fs-path-plus) https://github.com/bitcoin/bitcoin/pull/24104
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7102f7d6f3c4...a541e5d51988
<bitcoin-git> bitcoin/master dc5d6b0 Andrew Chow: fs: Make compatible with boost 1.78
<bitcoin-git> bitcoin/master a541e5d fanquake: Merge bitcoin/bitcoin#24104: fs: Make compatible with boost 1.78
<bitcoin-git> [bitcoin] theStack opened pull request #24106: policy: treat P2TR outputs with invalid x-only pubkey as non-standard (master...202201-policy-treat_p2tr_with_invalid_xpubkey_as_nonstandard) https://github.com/bitcoin/bitcoin/pull/24106
<fanquake> Blocked 13rAXwNNnaAuCJA3z1REfJbJNMwgK4LBTC from the bitcoin/ org, as they were spamming the wiki in the bips repo
<bitcoin-git> [bitcoin] fanquake merged 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/master ce6dd2f fanquake: zeromq 4.3.4
<bitcoin-git> bitcoin/master 6897c4b fanquake: build: patch depends zeromq to fix building on NetBSD Current
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/06b636976613...7102f7d6f3c4
<bitcoin-git> bitcoin/master 7102f7d fanquake: Merge bitcoin/bitcoin#23956: build: use zeromq 4.3.4 in depends & fix NetB...
<_aj_> theStack_: https://github.com/bitcoin/bitcoin/pull/2791 was included in 0.9 not 0.8 i think?

2022-01-19

<bitcoin-git> [bitcoin] JeremyRubin opened pull request #24105: Optimize CHECKSIGADD Script Validation (master...optimize-checksigadd) https://github.com/bitcoin/bitcoin/pull/24105
<bitcoin-git> [bitcoin] achow101 opened pull request #24104: fs: Make compatible with boost 1.78 (master...fix-fs-path-plus) https://github.com/bitcoin/bitcoin/pull/24104
<gribble> https://github.com/bitcoin/bitcoin/issues/22338 | Change MAX_OPCODE to OP_CHECKSIGADD by sanket1729 · Pull Request #22338 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] w0xlt opened pull request #24103: Replace RecursiveMutex `m_cs_chainstate` with Mutex, and rename it (master...m_cs_chainstate_mutex) https://github.com/bitcoin/bitcoin/pull/24103
<gribble> https://github.com/bitcoin/bitcoin/issues/23846 | No match for fs::path operator+= when compiling with Boost 1.78 · Issue #23846 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24102: Run coin.IsSpent only once in a row (master...2201-mempoolCoinOnce) https://github.com/bitcoin/bitcoin/pull/24102
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23976: document and clean up MaybeUpdateMempoolForReorg (master...2022-01-lp) https://github.com/bitcoin/bitcoin/pull/23976
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2d7ffce8521a...06b636976613
<bitcoin-git> bitcoin/master e177fca glozow: Replace `struct update_lock_points` with lambda
<bitcoin-git> bitcoin/master c7cd98c glozow: document and clean up MaybeUpdateMempoolForReorg
<bitcoin-git> bitcoin/master 06b6369 MarcoFalke: Merge bitcoin/bitcoin#23976: document and clean up MaybeUpdateMempoolForRe...
<bitcoin-git> [bitcoin] fanquake merged pull request #24093: build: specify hosts for qrencode package (master...specify_qrencode_oses) https://github.com/bitcoin/bitcoin/pull/24093
<bitcoin-git> bitcoin/master bf044ef fanquake: build: specify hosts for qrencode package
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c3bfee46a5a...2d7ffce8521a
<bitcoin-git> bitcoin/master 2d7ffce fanquake: Merge bitcoin/bitcoin#24093: build: specify hosts for qrencode package
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24054: test: rest /tx with an invalid/unknown txid (master...2022-01-rest-functional) https://github.com/bitcoin/bitcoin/pull/24054
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/869c6e23c5a6...5c3bfee46a5a
<bitcoin-git> bitcoin/master bd52684 brunoerg: test: rest /tx with an invalid/unknown txid
<bitcoin-git> bitcoin/master 5c3bfee MarcoFalke: Merge bitcoin/bitcoin#24054: test: rest /tx with an invalid/unknown txid
<prayank> I was never a dev, idk whoami but I will always help indians following this channel but not sure. Minisscript or Sapio or something else, you would always learn something that helps in life if not Bitcoin.

2022-01-18

<bitcoin-git> [bitcoin] w0xlt opened pull request #24099: Replace `RecursiveMutex cs_mapLocalHost` with Mutex, and rename it (master...mutex-mapLocalHost) https://github.com/bitcoin/bitcoin/pull/24099
<bitcoin-git> [bitcoin] erenalyoruk closed pull request #24019: doc: format markdown files (master...markdown_lint) https://github.com/bitcoin/bitcoin/pull/24019
<bitcoin-git> [bitcoin] w0xlt closed pull request #24092: refactor: replace RecursiveMutex `m_cs_banned` with Mutex (and rename) (master...refactor_replace_recursive_mutex_m_cs_banned) https://github.com/bitcoin/bitcoin/pull/24092
<sipa> This is not a support channel. You may have better luck on https://bitcoin.stackexchange.com, or other sites.
<Guest40> Good afternoon. I am a bitcoin core wallet user. In 2017, I performed operations on my wallet. Then there was a long break. I had a certain amount of satoshi left in my wallet. Now I have opened my wallet, the blocks have been synchronized, and inside there is no history of my transactions, no balance on my wallet. I ask you to help me sort out my
<Guest40> Good afternoon. I am a bitcoin core wallet user. In 2017, I performed operations on my wallet. Then there was a long break. I had a certain amount of satoshi left in my wallet. Now I have opened my wallet, the blocks have been synchronized, and inside there is no history of my transactions, no balance on my wallet. I ask you to help me sort out my
<bitcoin-git> [bitcoin] stickies-v opened pull request #24098: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24098
<bitcoin-git> [bitcoin] stickies-v closed pull request #24012: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24012
<jamesob> Hey, does anyone think the emails for ACK posts like these (containing signatures and build output, etc.) are annoying? I can't tell because I don't receive emails for my own posts. https://github.com/bitcoin/bitcoin/pull/24050#pullrequestreview-855953736
<bitcoin-git> [bitcoin] achow101 merged pull request #22317: doc: Highlight DNS requests part in tor.md (master...highlight-dns-request) https://github.com/bitcoin/bitcoin/pull/22317
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b24aa9c8ef24...869c6e23c5a6
<bitcoin-git> bitcoin/master 86a4a15 Prayank: Highlight DNS request part
<bitcoin-git> bitcoin/master 869c6e2 Andrew Chow: Merge bitcoin/bitcoin#22317: doc: Highlight DNS requests part in tor.md
<gribble> https://github.com/bitcoin/bitcoin/issues/423982 | HTTP Error 404: Not Found
<bitcoin-git> [bitcoin] hebasto opened pull request #24097: Replace RecursiveMutex m_cs_banned with Mutex, and rename it (master...220118-banman) https://github.com/bitcoin/bitcoin/pull/24097
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24095: util: Fix mis-swapped `prettyIndent` and `indentLevel` arguments (master...220118-univalue) https://github.com/bitcoin/bitcoin/pull/24095
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d0bf9bb6a539...b24aa9c8ef24
<bitcoin-git> bitcoin/master f251141 Hennadii Stepanov: util: Fix mis-swapped `prettyIndent` and `indentLevel` arguments
<bitcoin-git> bitcoin/master b24aa9c MarcoFalke: Merge bitcoin/bitcoin#24095: util: Fix mis-swapped `prettyIndent` and `ind...
<bitcoin-git> [bitcoin] hebasto opened pull request #24095: util: Fix mis-swapped `prettyIndent` and `indentLevel` arguments (master...220118-univalue) https://github.com/bitcoin/bitcoin/pull/24095
<gribble> https://github.com/bitcoin/bitcoin/issues/22317 | doc: Highlight DNS requests part in tor.md by prayank23 · Pull Request #22317 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24093: build: specify hosts for qrencode package (master...specify_qrencode_oses) https://github.com/bitcoin/bitcoin/pull/24093
<bitcoin-git> [bitcoin] hebasto closed pull request #23958: refactor: Replace `struct update_lock_points` with lambda (master...220103-updatelp) https://github.com/bitcoin/bitcoin/pull/23958

2022-01-17

<bitcoin-git> [bitcoin] achow101 opened pull request #24091: wallet: Consolidate CInputCoin and COutput (master...consolidate-coutput-cinputcoin) https://github.com/bitcoin/bitcoin/pull/24091
<bitcoin-git> [bitcoin] RandyMcMillan opened pull request #24090: net/p2p: change nScore data type to int64_t (master...1642450390-issue-24049) https://github.com/bitcoin/bitcoin/pull/24090
<bitcoin-git> [bitcoin] phyBrackets reopened pull request #24088: refactor: deduplicate integer serialization in RollingBloom benchmark (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24088
<bitcoin-git> [bitcoin] phyBrackets closed pull request #24088: refactor: deduplicate integer serialization in RollingBloom benchmark (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24088
<bitcoin-git> [bitcoin] phyBrackets opened pull request #24088: shouldn't we follow DRY principle here? (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24088
<gribble> https://github.com/bitcoin/bitcoin/issues/23276 | [22.x] Backports for 22.x by fanquake · Pull Request #23276 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22317 | doc: Highlight DNS requests part in tor.md by prayank23 · Pull Request #22317 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] brunoerg opened pull request #24084: doc: add information about status code 404 for some endpoints (rest) (master...2022-01-rest-doc) https://github.com/bitcoin/bitcoin/pull/24084
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23373: test: Parse command line arguments from unit and fuzz tests, make addrman consistency check ratio easier to change (master...checkaddrman_in_tests) https://github.com/bitcoin/bitcoin/pull/23373
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/427e9c9435f6...d0bf9bb6a539
<bitcoin-git> bitcoin/master 92a0f7e Vasil Dimov: test: parse the command line arguments in unit tests
<bitcoin-git> bitcoin/master 6f7c756 Vasil Dimov: fuzz: parse the command line arguments in fuzz tests
<bitcoin-git> bitcoin/master 6dff621 Vasil Dimov: bench: put addrman check ratio in a variable
<bitcoin-git> [bitcoin] S3RK opened pull request #24083: Revert "Add to spends only transcations from me" (master...restore_wallet_conflicts) https://github.com/bitcoin/bitcoin/pull/24083
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24069: refactor: replace RecursiveMutex `m_cs_callbacks_pending` with Mutex (and rename) (master...202201-refactor_replace_recursive_mutex_callbacks) https://github.com/bitcoin/bitcoin/pull/24069
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbf81a73e371...427e9c9435f6
<bitcoin-git> bitcoin/master 3aa2581 Sebastian Falbesoner: scripted-diff: rename `m_cs_callbacks_pending` -> `m_callbacks_mutex`
<bitcoin-git> bitcoin/master 5574e6e Sebastian Falbesoner: refactor: replace RecursiveMutex `m_callbacks_mutex` with Mutex
<bitcoin-git> bitcoin/master 427e9c9 MarcoFalke: Merge bitcoin/bitcoin#24069: refactor: replace RecursiveMutex `m_cs_callba...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24079: refactor: replace RecursiveMutex `cs_SubVer` with Mutex (and rename) (master...202201-refactor_replace_RecursiveMutex_cs_subver) https://github.com/bitcoin/bitcoin/pull/24079
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/92a71f65be7b...dbf81a73e371
<bitcoin-git> bitcoin/master 0639aba Sebastian Falbesoner: scripted-diff: rename `cs_SubVer` -> `m_subver_mutex`
<bitcoin-git> bitcoin/master 30927cb Sebastian Falbesoner: refactor: replace RecursiveMutex `m_subver_mutex` with Mutex
<bitcoin-git> bitcoin/master dbf81a7 MarcoFalke: Merge bitcoin/bitcoin#24079: refactor: replace RecursiveMutex `cs_SubVer` ...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24059: Fix implicit-integer-sign-change in arith_uint256 (master...2201-int) https://github.com/bitcoin/bitcoin/pull/24059
<bitcoin-git> bitcoin/master fa99e10 MarcoFalke: Fix implicit-integer-sign-change in arith_uint256
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dfe1341c57d8...92a71f65be7b
<bitcoin-git> bitcoin/master 92a71f6 MarcoFalke: Merge bitcoin/bitcoin#24059: Fix implicit-integer-sign-change in arith_uin...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24033: log: Remove GetAdjustedTime from IBD header progress estimation (master...2201-logNoNonsense) https://github.com/bitcoin/bitcoin/pull/24033
<bitcoin-git> bitcoin/master fac22fd MarcoFalke: log: Remove GetAdjustedTime from IBD header progress estimation
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7de2cf9b2585...dfe1341c57d8
<bitcoin-git> bitcoin/master dfe1341 MarcoFalke: Merge bitcoin/bitcoin#24033: log: Remove GetAdjustedTime from IBD header p...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23992: fuzz: Limit fuzzed time to years 2000-2100 (master...2201-fuzzTimeMin) https://github.com/bitcoin/bitcoin/pull/23992
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a062508b73d...7de2cf9b2585
<bitcoin-git> bitcoin/master fa72383 MarcoFalke: fuzz: Limit fuzzed time to years 2000-2100
<bitcoin-git> bitcoin/master 7de2cf9 MarcoFalke: Merge bitcoin/bitcoin#23992: fuzz: Limit fuzzed time to years 2000-2100
<bitcoin-git> [bitcoin] fanquake merged pull request #24068: doc: Rework 14707 release notes (master...2201-docRel) https://github.com/bitcoin/bitcoin/pull/24068
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/807169e10b4a...4a062508b73d
<bitcoin-git> bitcoin/master fa4c72e MarcoFalke: doc: Rework 14707 release notes
<bitcoin-git> bitcoin/master 4a06250 fanquake: Merge bitcoin/bitcoin#24068: doc: Rework 14707 release notes
<bitcoin-git> bitcoin/master fa9377c MarcoFalke: doc: move-only release note snippets

2022-01-16

<bitcoin-git> [bitcoin] sipa closed pull request #24082: Bitcoin creator (master...master) https://github.com/bitcoin/bitcoin/pull/24082
<bitcoin-git> [bitcoin] satoshinakamoto007 opened pull request #24082: Bitcoin creator (master...master) https://github.com/bitcoin/bitcoin/pull/24082
<bitcoin-git> [bitcoin] hebasto closed pull request #24081: Bitcoin creator (master...bramdarras) https://github.com/bitcoin/bitcoin/pull/24081
<bitcoin-git> [bitcoin] satoshinakamoto007 opened pull request #24081: Bitcoin creator (master...bramdarras) https://github.com/bitcoin/bitcoin/pull/24081
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24080: refactor: Remove unused locktime flags (master...2201-lockstuff) https://github.com/bitcoin/bitcoin/pull/24080
<bitcoin-git> [bitcoin] theStack opened pull request #24079: refactor: replace RecursiveMutex `cs SubVer` with Mutex (and rename) (master...202201-refactor_replace_RecursiveMutex_cs_subver) https://github.com/bitcoin/bitcoin/pull/24079

2022-01-15

<bitcoin-git> [bitcoin] hebasto opened pull request #24078: net, refactor: Rename CNetMessage::m_command with CNetMessage::m_type (master...220115-message) https://github.com/bitcoin/bitcoin/pull/24078
<bitcoin-git> [bitcoin] TheQuantumPhysicist opened pull request #24077: Replace uint256 specific implementations of base_uint::GetHex() and base_uint::SetHex() with proper ones that don't depend on uint256 (master...fix/arith_uint256-specializations) https://github.com/bitcoin/bitcoin/pull/24077
<bitcoin-git> [bitcoin] prayank23 closed pull request #24075: rpc: add error for genesis block in `getblockstats` (master...getblockstats-genesis) https://github.com/bitcoin/bitcoin/pull/24075
<bitcoin-git> [bitcoin] prayank23 opened pull request #24075: rpc: add error for genesis block in `getblockstats` (master...getblockstats-genesis) https://github.com/bitcoin/bitcoin/pull/24075

2022-01-14

<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
<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 larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier paveljanik
<core-meetingbot`> Meeting started Fri Jan 14 19:00:22 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<prayank> Also do you plan to share this on bitcoin-dev mailing list?
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/2 | Long-term, safe, store-of-value · Issue #2 · bitcoin/bitcoin · GitHub
<Jeremy55> Hi there! First time I join a bitcoin chan !:)  So don't hesitate to redirect me if it's the wrong place. I have an issue when trying to send btc from a taproot address using bitcoin-cli on regtest (bitcoin core 22.0). I create a blank wallet with descriptors enabled, then I importdescriptors to add taproot descriptor (tr()), I getnewaddress of
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24038: wallet: Use MTP for locktime checks, not adjusted time (master...2201-lockstuff) https://github.com/bitcoin/bitcoin/pull/24038
<bitcoin-git> [bitcoin] willcl-ark opened pull request #24072: rpc: fix wording of alertnotify to match behaviour (master...alert_notify) https://github.com/bitcoin/bitcoin/pull/24072
<gribble> https://github.com/bitcoin/bitcoin/issues/21878 | Make all networking code mockable by vasild · Pull Request #21878 · bitcoin/bitcoin · GitHub
<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/23604 | Use Sock in CNode by vasild · Pull Request #23604 · bitcoin/bitcoin · GitHub
<vasild> Maybe #23604 can be added to blockers/high-prio for review - it is blocking another piece of #21878 which would make CConnman::SocketEvents() mockable (more precisely it is this commit: https://github.com/bitcoin/bitcoin/pull/21878/commits/22a60e9f3936223c3290838576b7757693596848). #23604 has one ACK and 3 invalidated ACKs due to rebase.
<bitcoin-git> [bitcoin] theStack opened pull request #24069: refactor: replace RecursiveMutex `m_cs_callbacks_pending` with Mutex (and rename) (master...202201-refactor_replace_recursive_mutex_callbacks) https://github.com/bitcoin/bitcoin/pull/24069
<bitcoin-git> [bitcoin] prayank23 reopened pull request #22317: doc: Highlight DNS requests part in tor.md (master...highlight-dns-request) https://github.com/bitcoin/bitcoin/pull/22317
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24068: doc: Rework 14707 release notes (master...2201-docRel) https://github.com/bitcoin/bitcoin/pull/24068
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24067: wallet: Actually treat (un)confirmed txs as (un)confirmed (master...2201-crappyCode) https://github.com/bitcoin/bitcoin/pull/24067
<bitcoin-git> [bitcoin] whitslack opened pull request #24066: contrib/init: (OpenRC) use -daemonwait to wait for startup completion (master...openrc-daemonwait) https://github.com/bitcoin/bitcoin/pull/24066
<bitcoin-git> [bitcoin] whitslack closed pull request #22354: contrib/init: (OpenRC) use -startupnotify to wait for startup completion [alternative] (master...openrc-startupnotify-bkg) https://github.com/bitcoin/bitcoin/pull/22354
<bitcoin-git> [bitcoin] whitslack closed pull request #22285: contrib/init: (OpenRC) use -startupnotify to wait for startup completion (master...openrc-startupnotify) https://github.com/bitcoin/bitcoin/pull/22285
<bitcoin-git> [bitcoin] fanquake opened pull request #24065: build: explicitly disable support for external signing on Windows & OpenBSD (master...no_external_signer_win_openbsd) https://github.com/bitcoin/bitcoin/pull/24065
<bitcoin-git> [bitcoin] theStack opened pull request #24062: refactor: replace RecursiveMutex `cs_most_recent_block` with Mutex (and rename) (master...202201-refactor_replace_recursive_mutex_cs_last_block) https://github.com/bitcoin/bitcoin/pull/24062

2022-01-13

<jeremyrubin> in any case we're at a hugh level of pedantism for #bitcoin-core-dev, we could chat on wizards about it more
<jeremyrubin> "everyone should compile bitcoin by hand"
<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
<provoostenator> jeremyrubin: afaik you can point bitcoin.conf to arbirary signets
<gribble> https://github.com/bitcoin/bitcoin/issues/21702 | Implement BIP-119 Validation (CheckTemplateVerify) by JeremyRubin · Pull Request #21702 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22702 | Add allocator for node based containers by martinus · Pull Request #22702 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22932 | Guard CBlockIndex::nStatus by cs_main, require GetBlockPos/GetUndoPos to hold cs_main by jonatack · Pull Request #22932 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23629 | refactor tests to fix ubsan suppressions by MarcoFalke · Pull Request #23629 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 has 8 blockers, no bugfixes, 1 chasing concept ACK at the moment
<laanwj> welcome to the weekly general 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 larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball
<core-meetingbot`> Meeting started Thu Jan 13 19:00:17 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<sipa> i just don't see how this concerns the ML... it's an issue with Bitcoin Core's wallet, only affecting the users of that wallet
<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
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24035: test: use MiniWallet for mempool_accept.py (master...202201-test-use_MiniWallet_for_mempool_accept_etc) https://github.com/bitcoin/bitcoin/pull/24035
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/767ee2e3a108...807169e10b4a
<bitcoin-git> bitcoin/master f30041c Sebastian Falbesoner: test: create txs with current `nVersion` (2) by default
<bitcoin-git> bitcoin/master 2f79786 Sebastian Falbesoner: test: refactor: add constant for sequence number `SEQUENCE_FINAL`
<bitcoin-git> bitcoin/master b24f6c6 Sebastian Falbesoner: test: MiniWallet: support default `from_node` for creating txs
<bitcoin-git> [bitcoin] laanwj merged pull request #23607: rpc: Pass const char* to evhttp_connection_get_peer for new libevent (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23607
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/31db3dd874df...767ee2e3a108
<bitcoin-git> bitcoin/master 767ee2e laanwj: Merge bitcoin/bitcoin#23607: rpc: Pass const char* to evhttp_connection_ge...
<bitcoin-git> bitcoin/master c62d763 Perlover: Necessary improvements to make configure work without libevent installed
<bitcoin-git> bitcoin/master 091ccc3 Perlover: The evhttp_connection_get_peer function from libevent changes the type of ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24059: Fix implicit-integer-sign-change in arith_uint256 (master...2201-int) https://github.com/bitcoin/bitcoin/pull/24059
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24047: Uninstall icon changed from default nsis to bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24047
<bitcoin-git> [bitcoin] kallewoof opened pull request #24058: BIP-322 basic support (master...202201-bip322) https://github.com/bitcoin/bitcoin/pull/24058
<b10c> https://github.com/bitcoin/bitcoin/issues/23902 looks like spam to me and can be closed?
<bitcoin-git> [bitcoin] fanquake opened pull request #24057: build: point to latest commit on 1.4.0 branch (master...actually_fix_guix) https://github.com/bitcoin/bitcoin/pull/24057
<bitcoin-git> [bitcoin] brunoerg opened pull request #24054: test: rest /tx with an invalid/unknown txid (master...2022-01-rest-functional) https://github.com/bitcoin/bitcoin/pull/24054
<bitcoin-git> [bitcoin] laanwj merged pull request #24048: build: Improve error message when pkg-config is not installed (master...220112-m4) https://github.com/bitcoin/bitcoin/pull/24048
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/290ff5ef6d38...31db3dd874df
<bitcoin-git> bitcoin/master 18f304d Hennadii Stepanov: build: Improve error message when pkg-config is not installed
<bitcoin-git> bitcoin/master 31db3dd laanwj: Merge bitcoin/bitcoin#24048: build: Improve error message when pkg-config ...
<bitcoin-git> [gui] promag closed pull request #385: Always log context function of QtDebugMsg messages (master...2021-07-qdebug-func) https://github.com/bitcoin-core/gui/pull/385

2022-01-12

<bitcoin-git> [bitcoin] luke-jr opened pull request #24051: Bugfix: configure: bitcoin-{cli,tx,util} don't need UPnP, NAT-PMP, or ZMQ (master...config_utils_drop_extra_deps) https://github.com/bitcoin/bitcoin/pull/24051
<bitcoin-git> [bitcoin] dongcarl opened pull request #24050: validation: Move `CBlockIndex`s from heap to `m_block_index` (master...2022-01-kirby-p2) https://github.com/bitcoin/bitcoin/pull/24050
<Kaizen_Kintsugi_> bitcoin has come a long way
<Kaizen_Kintsugi_> I just learned that bitcoin used to be all in one main file.
<Kaizen_K_> #bitcoin-core-pr-reviews
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24041: util: Restore GetIntArg saturating behavior (master...pr/green) https://github.com/bitcoin/bitcoin/pull/24041
<bitcoin-git> bitcoin/master b5c9bb5 James O'Beirne: util: Restore GetIntArg saturating behavior
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/16781e1bc9f8...290ff5ef6d38
<bitcoin-git> bitcoin/master 290ff5e MarcoFalke: Merge bitcoin/bitcoin#24041: util: Restore GetIntArg saturating behavior
<bitcoin-git> [bitcoin] jamesob closed pull request #24006: assumeutxo: indexing changes (master...2022-01-au-indexing) https://github.com/bitcoin/bitcoin/pull/24006
<bitcoin-git> [bitcoin] hebasto opened pull request #24048: build: Improve error message when pkg-config is not installed (master...220112-m4) https://github.com/bitcoin/bitcoin/pull/24048