2023-04-26

<bitcoin-git> [bitcoin] satsie opened pull request #27534: rpc: add 'getnetmsgstats', new rpc to view network message statistics (master...2023-03-getnetmsgstats) https://github.com/bitcoin/bitcoin/pull/27534
<bitcoin-git> [bitcoin] achow101 merged pull request #25158: rpc, wallet: add abandoned field for all categories of transaction in ListTransaction (master...2022-05-abandoned-listtransactions) https://github.com/bitcoin/bitcoin/pull/25158
<bitcoin-git> bitcoin/master a1aaa7f brunoerg: rpc, wallet: add `abandoned` field for all categories of transactions in L...
<bitcoin-git> bitcoin/master 0c52067 brunoerg: doc: add release notes for `abandoned` field in `gettransaction` and `list...
<bitcoin-git> bitcoin/master 91ccb62 Andrew Chow: Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all cate...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bdfe27c9d2f2...91ccb62faab2
<bitcoin-git> [bitcoin] glozow merged pull request #26933: mempool: disallow txns under min relay fee, even in packages (master...2023-01-package-mempoolmin-only) https://github.com/bitcoin/bitcoin/pull/26933
<bitcoin-git> bitcoin/master 563a2ee glozow: [policy] disallow transactions under min relay fee, even in packages
<bitcoin-git> bitcoin/master ac463e8 glozow: [test util] mock mempool minimum feerate
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/2cc43de69bdb...bdfe27c9d2f2

2023-04-25

<bitcoin-git> [bitcoin] Empact opened pull request #27530: Remove now-unnecessary poll, fcntl includes from net(base).cpp (master...2023-04-fcntl-poll-net) https://github.com/bitcoin/bitcoin/pull/27530
<bitcoin-git> [bitcoin] achow101 closed pull request #27126: refactor: replace all implicit C-style const/const+reinterpret with explicit casts (master...replace-implicit-const-cast) https://github.com/bitcoin/bitcoin/pull/27126
<bitcoin-git> [bitcoin] achow101 closed pull request #26664: refactor: make some BlockManager members const (master...blockman-const) https://github.com/bitcoin/bitcoin/pull/26664
<bitcoin-git> [bitcoin] achow101 closed pull request #25982: wallet: Guard against undefined behaviour (master...undefined-behavior-gaurd) https://github.com/bitcoin/bitcoin/pull/25982
<bitcoin-git> [bitcoin] achow101 closed pull request #25621: rpc/wallet: Add details and duplicate section for simulaterawtransaction (master...202108-analyzerawtransaction) https://github.com/bitcoin/bitcoin/pull/25621
<bitcoin-git> [bitcoin] achow101 closed pull request #27086: [WIP] p2p: Add random txn's from mempool to GETBLOCKTXN (master...wip-rndtxinclude) https://github.com/bitcoin/bitcoin/pull/27086
<bitcoin-git> [bitcoin] achow101 closed pull request #9384: CCoinsViewCache code cleanup & deduplication (master...pr/ccoins-cleanup) https://github.com/bitcoin/bitcoin/pull/9384
<bitcoin-git> [bitcoin] achow101 closed pull request #25766: wallet: Include a signature with encrypted keys to mitigate a wallet scam (master...enckeys-with-sigs) https://github.com/bitcoin/bitcoin/pull/25766
<bitcoin-git> [bitcoin] achow101 closed pull request #26129: wallet, refactor: FundTransaction(): return out-params as `util::Result` structure (master...202209-refactor-wallet-fundtransaction_return_out_param_in_utilresult) https://github.com/bitcoin/bitcoin/pull/26129
<bitcoin-git> [bitcoin] achow101 closed pull request #26964: test: Assert RPC Server binds before creating cookie (master...2023-01-cookie-bind) https://github.com/bitcoin/bitcoin/pull/26964
<bitcoin-git> [bitcoin] achow101 closed pull request #26111: refactor: Simplify bnb coin_selection test params (master...simplify-bnb-test-params) https://github.com/bitcoin/bitcoin/pull/26111
<bitcoin-git> [bitcoin] achow101 closed pull request #26110: test: Remove unused coin_selection param (master...remove-unused-bnb-test-param) https://github.com/bitcoin/bitcoin/pull/26110
<bitcoin-git> [bitcoin] achow101 closed pull request #13525: policy: Report reason inputs are nonstandard from AreInputsStandard (master...are-inputs-standard-reason) https://github.com/bitcoin/bitcoin/pull/13525
<bitcoin-git> [bitcoin] achow101 closed pull request #26688: Move `CopyrightHolders()` and `LicenseInfo()` into `libbitcoin_common` (master...221212-common) https://github.com/bitcoin/bitcoin/pull/26688
<bitcoin-git> [bitcoin] achow101 closed pull request #25975: contrib/init: Better systemd integration (master...2022-09-systemd-improve) https://github.com/bitcoin/bitcoin/pull/25975
<bitcoin-git> [bitcoin] achow101 closed pull request #26674: Add reindex=auto flag to automatically reindex corrupt data (master...auto-recovery) https://github.com/bitcoin/bitcoin/pull/26674
<bitcoin-git> [bitcoin] achow101 closed pull request #25386: refactor: Extract MIB_BYTES constant for init.cpp (master...2022-06-mib-bytes) https://github.com/bitcoin/bitcoin/pull/25386
<bitcoin-git> [bitcoin] glozow closed pull request #24007: [mempool] allow tx replacement by smaller witness (master...2021-10-wtxid-replacement) https://github.com/bitcoin/bitcoin/pull/24007
<bitcoin-git> [bitcoin] achow101 closed pull request #18014: lib: Optimizing siphash implementation (master...2020-01-siphash) https://github.com/bitcoin/bitcoin/pull/18014
<bitcoin-git> [bitcoin] achow101 closed pull request #24125: p2p: Replace RecursiveMutex `m_tx_inventory_mutex` with Mutex and rename it (master...cs_tx_inventory_mutex) https://github.com/bitcoin/bitcoin/pull/24125
<bitcoin-git> [bitcoin] achow101 closed pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507
<bitcoin-git> [bitcoin] achow101 closed pull request #26101: script: create V1SigVersion for functions which should only accept taproot/tapscript (master...explicit-v1-scriptver) https://github.com/bitcoin/bitcoin/pull/26101
<bitcoin-git> [bitcoin] sipa closed pull request #25968: Optimizations & simplifications following #25717 (master...202208_headerssync_optimize) https://github.com/bitcoin/bitcoin/pull/25968
<bitcoin-git> [bitcoin] jonatack closed pull request #25923: p2p: always provide CNodeStateStats and getpeerinfo/netinfo/gui updates (master...2022-08-statestats) https://github.com/bitcoin/bitcoin/pull/25923
<bitcoin-git> [bitcoin] jonatack closed pull request #25203: Severity-based logging -- parent PR (master...logging-updates) https://github.com/bitcoin/bitcoin/pull/25203
<bitcoin-git> [bitcoin] jonatack closed pull request #24199: Add cs_main annotation to WriteBatchSync(), drop lock in CDiskBlockIndex (master...remove-cs_main-lock-in-CDiskBlockIndex) https://github.com/bitcoin/bitcoin/pull/24199
<bitcoin-git> [bitcoin] jonatack closed pull request #24150: refactor: move index class members from protected to private (master...move-index-class-members-from-protected-to-private) https://github.com/bitcoin/bitcoin/pull/24150
<bitcoin-git> [bitcoin] fanquake merged pull request #27516: test: simplify uint256 (de)serialization routines (master...test-simplify_uint256_serialization_routines) https://github.com/bitcoin/bitcoin/pull/27516
<bitcoin-git> bitcoin/master 2cc43de fanquake: Merge bitcoin/bitcoin#27516: test: simplify uint256 (de)serialization rout...
<bitcoin-git> bitcoin/master 96bf0bc Sebastian Falbesoner: test: simplify uint256 (de)serialization routines
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/397ed22162f0...2cc43de69bdb
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24214: Fix unsigned integer overflows in interpreter (master...2201-intint) https://github.com/bitcoin/bitcoin/pull/24214
<bitcoin-git> [bitcoin] theStack opened pull request #27529: test: fix `feature_addrman.py` on big-endian systems (master...test-fix_feature_addrman_on_big_endian_systems) https://github.com/bitcoin/bitcoin/pull/27529

2023-04-24

<bitcoin-git> [bitcoin] FlannelDipole opened pull request #27525: Updated the installation instructions for macOS (master...master) https://github.com/bitcoin/bitcoin/pull/27525
<bitcoin-git> [bitcoin] fanquake closed pull request #27523: testing things... (master...test123) https://github.com/bitcoin/bitcoin/pull/27523
<bitcoin-git> [bitcoin] ethanjlim opened pull request #27523: testing things... (master...test123) https://github.com/bitcoin/bitcoin/pull/27523

2023-04-23

<bitcoin-git> [bitcoin] fanquake closed pull request #27520: 25.25VV (master...25.x) https://github.com/bitcoin/bitcoin/pull/27520
<bitcoin-git> [bitcoin] KuberLaxmi opened pull request #27520: 25.25VV (master...25.x) https://github.com/bitcoin/bitcoin/pull/27520
<bitcoin-git> [bitcoin] pablomartin4btc closed pull request #27519: http, rest: improving segfault bugfix logic - optimisation (master...http-rest-segfault-bugfix-optimisation) https://github.com/bitcoin/bitcoin/pull/27519
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #27519: http, rest: improving segfault bugfix logic - optimisation (master...http-rest-segfault-bugfix-optimisation) https://github.com/bitcoin/bitcoin/pull/27519
<bitcoin-git> [bitcoin] hebasto opened pull request #27517: qt: 25.0rc2 translations update (25.x...230423-25.0rc2-tr) https://github.com/bitcoin/bitcoin/pull/27517
<bitcoin-git> [bitcoin] fanquake merged pull request #27508: build: use latest config.{guess,sub} in depends (master...depends_latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/27508
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/49d07ea9a1a2...397ed22162f0
<bitcoin-git> bitcoin/master ac462c5 fanquake: depends: latest config.guess
<bitcoin-git> bitcoin/master 4a3f1db fanquake: depends: latest config.sub
<bitcoin-git> bitcoin/master 397ed22 fanquake: Merge bitcoin/bitcoin#27508: build: use latest config.{guess,sub} in depen...
<bitcoin-git> [bitcoin] theStack opened pull request #27516: test: simplify uint256 (de)serialization routines (master...test-simplify_uint256_serialization_routines) https://github.com/bitcoin/bitcoin/pull/27516

2023-04-21

<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 aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<core-meetingbot> Meeting started Fri Apr 21 19:00:23 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] fanquake merged pull request #27506: test: prevent intermittent failures (master...2023-04-test-fix) https://github.com/bitcoin/bitcoin/pull/27506
<bitcoin-git> bitcoin/master 49d07ea fanquake: Merge bitcoin/bitcoin#27506: test: prevent intermittent failures
<bitcoin-git> bitcoin/master 10a354f Amiti Uttarwar: test: prevent intermittent failures
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2755aa5121ac...49d07ea9a1a2
<bitcoin-git> [bitcoin] achow101 merged pull request #25939: rpc: In `utxoupdatepsbt` also look for the tx in the txindex (master...utxoupdatepsbt_with_txindex) https://github.com/bitcoin/bitcoin/pull/25939
<bitcoin-git> bitcoin/master 2755aa5 Andrew Chow: Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx...
<bitcoin-git> bitcoin/master 6e9f8bb ishaanam: rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txind...
<bitcoin-git> bitcoin/master a5b4883 ishaanam: rpc: extract psbt updating logic into ProcessPSBT
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f3f5c9712670...2755aa5121ac
<bitcoin-git> [bitcoin] stratospher opened pull request #27511: rpc: Add test-only RPC getaddrmaninfo for new/tried table address count (master...getaddrmaninfo) https://github.com/bitcoin/bitcoin/pull/27511
<jamesob9> Hmm... am I reading this right that prune locks are only meaningful when manually invoking pruning via rpc command? I'm probably missing something, that would be broken... https://github.com/bitcoin/bitcoin/blob/a94695b190683f8c5f415e739b358d6a1d6d3dd1/src/validation.cpp#L2465-L2493
<bitcoin-git> [bitcoin] fanquake opened pull request #27510: ci: drop untrusted bpfcc tool usage (master...drop_untrusted_bpfcc_tools) https://github.com/bitcoin/bitcoin/pull/27510
<vasild> dergoegge: yesterday I managed to send one tx using https://github.com/bitcoin/bitcoin/pull/27509, but now all sends appear to end in blackholes. I guessed that I hit some "broken/malicious" tor nodes after the first 1-2 sent-but-then-the-tx-is-not-on-the-network, but now it has tried way too many peers. Maybe something like https://github.com/bitcoin/bitcoin/issues/4432 is going on.
<bitcoin-git> [bitcoin] vasild opened pull request #27509: Relay own transactions only via short-lived Tor or I2P connections (master...relay_tx_to_priv_nets) https://github.com/bitcoin/bitcoin/pull/27509
<bitcoin-git> [bitcoin] fanquake merged pull request #27496: depends: reuse _config_opts for CMake options (master...depends-cmake-config) https://github.com/bitcoin/bitcoin/pull/27496
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c63c8a159060...f3f5c9712670
<bitcoin-git> bitcoin/master 63c0c4f Cory Fields: depends: reuse _config_opts for CMake options
<bitcoin-git> bitcoin/master f3f5c97 fanquake: Merge bitcoin/bitcoin#27496: depends: reuse _config_opts for CMake options
<bitcoin-git> [bitcoin] fanquake merged pull request #27464: fuzz: re-enable prioritisetransaction & analyzepsbt RPC (master...2304-fuzz-rpc-) https://github.com/bitcoin/bitcoin/pull/27464
<bitcoin-git> bitcoin/master c63c8a1 fanquake: Merge bitcoin/bitcoin#27464: fuzz: re-enable prioritisetransaction & analy...
<bitcoin-git> bitcoin/master faa7144 MarcoFalke: fuzz: re-enable prioritisetransaction & analyzepsbt RPC
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cfcea12b1f98...c63c8a159060
<bitcoin-git> [bitcoin] fanquake opened pull request #27508: build: use latest config.{guess,sub} in depends (master...depends_latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/27508
<bitcoin-git> [bitcoin] fanquake merged pull request #27498: test: Remove unused sanitizer suppressions (master...2304-ubsan-sup-) https://github.com/bitcoin/bitcoin/pull/27498
<bitcoin-git> bitcoin/master cfcea12 fanquake: Merge bitcoin/bitcoin#27498: test: Remove unused sanitizer suppressions
<bitcoin-git> bitcoin/master fa15a99 MarcoFalke: test: Remove unused sanitizer suppressions
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/669af326329b...cfcea12b1f98
<bitcoin-git> [bitcoin] fanquake merged pull request #27419: move-only: Extract common/args from util/system (master...splitSystemArgs) https://github.com/bitcoin/bitcoin/pull/27419
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c40837a4549...669af326329b
<bitcoin-git> bitcoin/master 669af32 fanquake: Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/syst...
<bitcoin-git> bitcoin/master be55f54 TheCharlatan: move-only: Extract common/args and common/config.cpp from util/system
<bitcoin-git> [bitcoin] fanquake opened pull request #27507: lint: stop ignoring LIEF imports (master...unignore_lief) https://github.com/bitcoin/bitcoin/pull/27507
<bitcoin-git> [bitcoin] amitiuttarwar opened pull request #27506: test: prevent intermittent failures (master...2023-04-test-fix) https://github.com/bitcoin/bitcoin/pull/27506

2023-04-20

<bitcoin-git> [bitcoin] achow101 merged pull request #27412: logging, net: add ASN from peers on logs (master...2023-03-asmap-log) https://github.com/bitcoin/bitcoin/pull/27412
<bitcoin-git> bitcoin/master 9836c76 brunoerg: net: add `GetMappedAS` in `CConnman`
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/395b9328071f...4c40837a4549
<bitcoin-git> bitcoin/master 0076bed brunoerg: logging: log ASN when using `-asmap`
<bitcoin-git> bitcoin/master 4c40837 Andrew Chow: Merge bitcoin/bitcoin#27412: logging, net: add ASN from peers on logs
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27505: net: use interruptible async getaddrinfo wrapper from libevent for DNS (master...dns-libevent) https://github.com/bitcoin/bitcoin/pull/27505
<bitcoin-git> [bitcoin] fanquake pushed tag v25.0rc1: https://github.com/bitcoin/bitcoin/compare/v25.0rc1
<bitcoin-git> [bitcoin] achow101 merged pull request #27504: [25.x] Bump version to 25.0rc1 (25.x...25_0_rc1) https://github.com/bitcoin/bitcoin/pull/27504
<bitcoin-git> [bitcoin] achow101 merged pull request #26720: wallet: coin selection, don't return results that exceed the max allowed weight (master...2022_coin_selection_weight) https://github.com/bitcoin/bitcoin/pull/26720
<bitcoin-git> bitcoin/master 1284223 furszy: wallet: refactor coin selection algos to return util::Result
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/5aa0c82ccd6c...395b9328071f
<bitcoin-git> bitcoin/master 6107ec2 furszy: coin selection: knapsack, select closest UTXO above target if result excee...
<bitcoin-git> bitcoin/master 9d9689e furszy: coin selection: heap-ify SRD, don't return selection if exceeds max tx wei...
<bitcoin-git> [bitcoin] fanquake opened pull request #27504: [25.x] Bump version to 25.0rc1 (25.x...25_0_rc1) https://github.com/bitcoin/bitcoin/pull/27504
<bitcoin-git> [bitcoin] achow101 merged pull request #25325: Add pool based memory resource (master...2022-06-very-not-scary-NodePoolResource) https://github.com/bitcoin/bitcoin/pull/25325
<bitcoin-git> bitcoin/master 1afca6b Martin Leitner-Ankerl: Add PoolResource fuzzer
<bitcoin-git> bitcoin/master e19943f Martin Leitner-Ankerl: Calculate memory usage correctly for unordered_maps that use PoolAllocator
<bitcoin-git> bitcoin/master b8401c3 Martin Leitner-Ankerl: Add pool based memory resource & allocator
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/3a93957a5dc9...5aa0c82ccd6c
<bitcoin-git> [bitcoin] achow101 merged pull request #27214: addrman: Enable selecting addresses by network (master...2023-03-select-by-network) https://github.com/bitcoin/bitcoin/pull/27214
<bitcoin-git> bitcoin/master 052fbcd Amiti Uttarwar: addrman: Introduce helper to generalize looking up an addrman entry
<bitcoin-git> bitcoin/master 9bf078f Amiti Uttarwar: refactor: update Select_ function
<bitcoin-git> bitcoin/master ca2a9c5 Amiti Uttarwar: refactor: generalize select logic
<bitcoin-git> [bitcoin] achow101 pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/bbbf89a9de07...3a93957a5dc9
<bitcoin-git> [bitcoin] fanquake merged pull request #27503: Bump to 25.99 and remove release note fragments (master...bump-to-25.x) https://github.com/bitcoin/bitcoin/pull/27503
<bitcoin-git> bitcoin/master 9c24826 Andrew Chow: doc: Remove 25.0 release note fragments
<bitcoin-git> bitcoin/master 088a93d Andrew Chow: build: Bump to 25.99
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6db0a3002bf5...bbbf89a9de07
<bitcoin-git> bitcoin/master bbbf89a fanquake: Merge bitcoin/bitcoin#27503: Bump to 25.99 and remove release note fragmen...
<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/26283 | p2p: Fill reconciliation sets and request reconciliation (Erlay) by naumenkogs · Pull Request #26283 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24008 | assumeutxo: net_processing changes by jamesob · Pull Request #24008 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25325 | Add pool based memory resource by martinus · Pull Request #25325 · bitcoin/bitcoin · GitHub
<achow101> Anything to add/remove/merge? https://github.com/orgs/bitcoin/projects/1
<gribble> https://github.com/bitcoin/bitcoin/issues/27503 | Bump to 25.99 and remove release note fragments by achow101 · Pull Request #27503 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<core-meetingbot> Meeting started Thu Apr 20 19:00:21 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] achow101 opened pull request #27503: Bump to 25.99 and remove release note fragments (master...bump-to-25.x) https://github.com/bitcoin/bitcoin/pull/27503
<bitcoin-git> [bitcoin] achow101 merged pull request #27488: p2p: update hardcoded mainnet seeds for 25.x (master...2023-04-hardcoded-seeds-update) https://github.com/bitcoin/bitcoin/pull/27488
<bitcoin-git> bitcoin/master 31b1798 Jon Atack: p2p: update hardcoded mainnet seeds for 25.x
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3133d935ce95...6db0a3002bf5
<bitcoin-git> bitcoin/master f5c8788 Jon Atack: p2p: update manual tor/i2p/cjdns mainnet seeds for 25.x
<bitcoin-git> bitcoin/master 04dd1d3 Jon Atack: contrib: make-seeds updates for 25.x
<michaelfolkson> ariard: Use #bitcoin-dev?
<bitcoin-git> [bitcoin] glozow opened pull request #27501: mempool / rpc: add getprioritisationmap, delete a mapDeltas entry when delta==0 (master...2023-04-clear-prioritisation) https://github.com/bitcoin/bitcoin/pull/27501
<bitcoin-git> [bitcoin] dergoegge opened pull request #27499: net processing, refactor: Decouple PeerManager from gArgs (master...2023-04-peerman-opts) https://github.com/bitcoin/bitcoin/pull/27499
<bitcoin-git> [bitcoin] fanquake merged pull request #27482: kernel: chainparams updates for 25.x (master...assume_valid_pre_25_x) https://github.com/bitcoin/bitcoin/pull/27482
<bitcoin-git> bitcoin/master 4128e01 fanquake: kernel: update chainTxData for 25.x
<bitcoin-git> bitcoin/master 07fcc0a fanquake: doc: update references to kernel/chainparams.cpp
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b6279243002a...3133d935ce95
<bitcoin-git> bitcoin/master 00b2b11 fanquake: kernel: update nMinimumChainWork & defaultAssumeValid for 25.x
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27498: test: Remove unused signed-integer-overflow suppression (master...2304-ubsan-sup-) https://github.com/bitcoin/bitcoin/pull/27498
<gribble> https://github.com/bitcoin/bitcoin/issues/27492 | ci: failure in Docker build step · Issue #27492 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #26681: contrib: Bugfix for checking bad dns seeds without casting in `makeseeds.py` (master...fix-makeseeds-bug) https://github.com/bitcoin/bitcoin/pull/26681
<bitcoin-git> bitcoin/master b627924 fanquake: Merge bitcoin/bitcoin#26681: contrib: Bugfix for checking bad dns seeds wi...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d26a71a94ac4...b6279243002a
<bitcoin-git> bitcoin/master 3cc989d Yusuf Sahin HAMZA: Fix checking bad dns seeds without casting
<gribble> https://github.com/bitcoin/bitcoin/issues/27497 | Document CoreDev organization · Issue #27497 · bitcoin/bitcoin · GitHub
<ariard> to minimize future "politics" around in-person bitcoin events opened #27497

2023-04-19

<bitcoin-git> [bitcoin] theuni opened pull request #27496: depends: reuse _config_opts for CMake options (master...depends-cmake-config) https://github.com/bitcoin/bitcoin/pull/27496
<gribble> https://github.com/bitcoin/bitcoin/issues/26681 | net, contrib: Bugfix for checking bad dns seeds without casting in `makeseeds.py` by yusufsahinhamza · Pull Request #26681 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27482 | kernel: chainparams updates for 25.x by fanquake · Pull Request #27482 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27488 | p2p: update hardcoded mainnet seeds for 25.x by jonatack · Pull Request #27488 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27214 | addrman: Enable selecting addresses by network by amitiuttarwar · Pull Request #27214 · bitcoin/bitcoin · GitHub
<jamesob9> tidy failing; is this a known issue or do I need to rebase? https://github.com/bitcoin/bitcoin/pull/24008/checks?check_run_id=12869950588
<bitcoin-git> [bitcoin] fanquake opened pull request #27495: [WIP] ci: Use DEBUG=1 in depends for MSAN jobs (master...msan_depends_debug_1) https://github.com/bitcoin/bitcoin/pull/27495
<bitcoin-git> [bitcoin] fanquake merged pull request #27448: ci: build libc++ in DEBUG mode in MSAN jobs (master...msan_with_enable_debug_mode) https://github.com/bitcoin/bitcoin/pull/27448
<bitcoin-git> bitcoin/master 4de9c2a fanquake: ci: build libc++ with assertions in MSAN jobs
<bitcoin-git> bitcoin/master d26a71a fanquake: Merge bitcoin/bitcoin#27448: ci: build libc++ in DEBUG mode in MSAN jobs
<bitcoin-git> bitcoin/master 23b8b20 fanquake: ci: build libc++ in DEBUG mode in MSAN jobs
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d908877c4774...d26a71a94ac4
<bitcoin-git> [bitcoin] fanquake opened pull request #27493: [WIP] build: use LLVM/Clang 14 for Darwin builds (master...darwin_llvm_clang_14) https://github.com/bitcoin/bitcoin/pull/27493
<bitcoin-git> [bitcoin] fanquake merged pull request #27447: depends: Remove `_LIBCPP_DEBUG` from depends DEBUG mode (master...remove_libccp_debug_mode) https://github.com/bitcoin/bitcoin/pull/27447
<bitcoin-git> bitcoin/master d908877 fanquake: Merge bitcoin/bitcoin#27447: depends: Remove `_LIBCPP_DEBUG` from depends ...
<bitcoin-git> bitcoin/master bc4fd49 fanquake: depends: add _LIBCPP_ENABLE_ASSERTIONS to DEBUG mode
<bitcoin-git> bitcoin/master cf266b2 fanquake: depends: Remove _LIBCPP_DEBUG from depends DEBUG mode
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2fa7344aa9bb...d908877c4774
<bitcoin-git> [bitcoin] TheCharlatan closed pull request #27294: refactor: Move chain names to the util library (master...kernelChainName) https://github.com/bitcoin/bitcoin/pull/27294
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27491: Kernel chain type (master...kernelChainType) https://github.com/bitcoin/bitcoin/pull/27491
<bitcoin-git> [bitcoin] fanquake pushed tag v24.1rc2: https://github.com/bitcoin/bitcoin/compare/v24.1rc2
<bitcoin-git> [bitcoin] fanquake merged pull request #27486: [24.1] Bump version to 24.1rc2 (24.x...24_1_rc2_bump) https://github.com/bitcoin/bitcoin/pull/27486
<bitcoin-git> bitcoin/24.x 03a16a1 fanquake: doc: update release notes for 24.1rc2
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/15a24781d018...36c15d7d5cf6
<bitcoin-git> bitcoin/24.x 4451e89 fanquake: build: bump version to v24.1rc2
<bitcoin-git> bitcoin/24.x f344c66 fanquake: doc: update manual pages for v24.1rc2

2023-04-18

<bitcoin-git> [bitcoin] pinheadmz closed pull request #27489: 2023 (master...2023) https://github.com/bitcoin/bitcoin/pull/27489
<bitcoin-git> [bitcoin] Muhammedhamid23 opened pull request #27489: 2023 (master...2023) https://github.com/bitcoin/bitcoin/pull/27489
<bitcoin-git> [bitcoin] fanquake deleted 0 commit to 0.21: https://github.com/bitcoin/bitcoin/compare/ec0a4ad67769...000000000000
<bitcoin-git> [bitcoin] jonatack opened pull request #27488: p2p: update manual tor/i2p/cjdns mainnet seeds for 25.x (master...2023-04-hardcoded-seeds-update) https://github.com/bitcoin/bitcoin/pull/27488
<bitcoin-git> [bitcoin] fanquake opened pull request #27486: [24.1] Bump version to 24.1rc2 (24.x...24_1_rc2_bump) https://github.com/bitcoin/bitcoin/pull/27486
<bitcoin-git> bitcoin/24.x 3a26b19 pablomartin4btc: bugfix: rest: avoid segfault for invalid URI
<bitcoin-git> bitcoin/24.x 0bac52d Pttn: Don't return OutputType::UNKNOWN in ParseOutputType
<bitcoin-git> bitcoin/24.x c40b1da fanquake: depends: fix compiling bdb with clang-16 on aarch64
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/9e05de1d7081...15a24781d018
<bitcoin-git> [bitcoin] fanquake closed pull request #27474: [24.x] Additional backports for 24.1 (24.x...24_1_rc2_backports) https://github.com/bitcoin/bitcoin/pull/27474
<bitcoin-git> [bitcoin] achow101 merged pull request #27484: doc: remove outdated version number usage from release-process (master...remove_leading_0_versions) https://github.com/bitcoin/bitcoin/pull/27484
<bitcoin-git> bitcoin/master fde224a fanquake: doc: remove outdated version number usage from release-process
<bitcoin-git> bitcoin/master 2fa7344 Andrew Chow: Merge bitcoin/bitcoin#27484: doc: remove outdated version number usage fro...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5165984afcc0...2fa7344aa9bb
<bitcoin-git> [bitcoin] fanquake opened pull request #27485: [WIP] ci: standardize custom libc++ usage in MSAN jobs (master...msan_use_isystem_nostdlib) https://github.com/bitcoin/bitcoin/pull/27485
<bitcoin-git> [bitcoin] furszy closed pull request #27478: wallet: bugfix, 'AvailableCoins' invalid output type set for raw PK outputs (master...2023_wallet_fix_p2pk_type) https://github.com/bitcoin/bitcoin/pull/27478
<bitcoin-git> [bitcoin] fanquake opened pull request #27484: doc: remove outdated version number usage from release-process (master...remove_leading_0_versions) https://github.com/bitcoin/bitcoin/pull/27484
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27483: Bump python minimum version to 3.8 (master...2304-py38-) https://github.com/bitcoin/bitcoin/pull/27483
<bitcoin-git> [bitcoin] fanquake opened pull request #27482: kernel: chainparams updates for 25.x (master...assume_valid_pre_25_x) https://github.com/bitcoin/bitcoin/pull/27482
<bitcoin-git> [bitcoin] fanquake merged pull request #27340: ci: Use Cirrus CI dockerfile env (master...2303-ci-env-🏺) https://github.com/bitcoin/bitcoin/pull/27340
<bitcoin-git> bitcoin/master fa4a46d MarcoFalke: ci: Bump nowallet_libbitcoinkernel task to ubuntu:focal
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/467fa8943801...5165984afcc0
<bitcoin-git> bitcoin/master fabc7d9 MarcoFalke: ci: Use credits in more tasks
<bitcoin-git> bitcoin/master facae3b MarcoFalke: ci: Use Cirrus CI dockerfile env
<bitcoin-git> [bitcoin] fanquake closed pull request #27477: test: add regression tests for #27468 (invalid URI segfaults) (master...202304-test-add_regression_for_27468) https://github.com/bitcoin/bitcoin/pull/27477
<bitcoin-git> [bitcoin] fanquake closed pull request #23561: BIP324: Handshake prerequisites (master...bip324-handshake) https://github.com/bitcoin/bitcoin/pull/23561
<bitcoin-git> bitcoin/master 6a77d29 Sebastian Falbesoner: test: add regression tests for #27468 (invalid URI segfaults)
<bitcoin-git> bitcoin/master 467fa89 fanquake: Merge bitcoin/bitcoin#27477: test: add regression tests for #27468 (invali...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54e07a05b28d...467fa8943801
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27480: doc: Improve documentation of rpcallowip (master...rpcallowip-doc-improv) https://github.com/bitcoin/bitcoin/pull/27480
<bitcoin-git> [bitcoin] fanquake closed pull request #23432: BIP324: CKey encode/decode to elligator-swift (master...bip324-ellsq) https://github.com/bitcoin/bitcoin/pull/23432

2023-04-17

<bitcoin-git> [bitcoin] sipa opened pull request #27479: BIP324: ElligatorSwift integrations (master...202304_bip324_ellswift) https://github.com/bitcoin/bitcoin/pull/27479
<bitcoin-git> [bitcoin] furszy opened pull request #27478: wallet: bugfix, 'AvailableCoins' invalid output type set for raw PK outputs (master...2023_wallet_fix_p2pk_type) https://github.com/bitcoin/bitcoin/pull/27478
<bitcoin-git> [bitcoin] theStack opened pull request #27477: test: add regression tests for #27468 (invalid URI segfaults) (master...202304-test-add_regression_for_27468) https://github.com/bitcoin/bitcoin/pull/27477
<bitcoin-git> [bitcoin] glozow opened pull request #27476: mempool: keep CPFP'd transactions when loading from mempool.dat (master...2023-04-persist-packages) https://github.com/bitcoin/bitcoin/pull/27476
<bitcoin-git> [gui] hebasto closed 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> [gui] hebasto closed pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<bitcoin-git> [gui] hebasto closed pull request #152: Initialise DBus notifications in another thread (master...gui_notify_setup_bg) https://github.com/bitcoin-core/gui/pull/152
<bitcoin-git> [bitcoin] fanquake pushed tag v0.21-final: https://github.com/bitcoin/bitcoin/compare/v0.21-final
<bitcoin-git> [bitcoin] fanquake merged pull request #27471: test: fix bumpfee 'spend_one_input' occasional failure (master...2023_fix_test_bumpfee_sporadic_failure) https://github.com/bitcoin/bitcoin/pull/27471
<bitcoin-git> bitcoin/master 54e07a0 fanquake: Merge bitcoin/bitcoin#27471: test: fix bumpfee 'spend_one_input' occasiona...
<bitcoin-git> bitcoin/master e07dd5f furszy: test: fix bumpfee 'spend_one_input' occasional failure
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d9d6f7fbc9f...54e07a05b28d
<bitcoin-git> [bitcoin] fanquake merged pull request #27462: depends: fix compiling bdb with clang-16 on aarch64 (master...fix_bdb_clang_16) https://github.com/bitcoin/bitcoin/pull/27462
<bitcoin-git> bitcoin/master 5d9d6f7 fanquake: Merge bitcoin/bitcoin#27462: depends: fix compiling bdb with clang-16 on a...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4ad20a225893...5d9d6f7fbc9f
<bitcoin-git> bitcoin/master f8b8458 fanquake: depends: fix compiling bdb with clang-16 on aarch64
<bitcoin-git> [bitcoin] fanquake opened pull request #27475: [23.x] Additional backports for 23.x (23.x...23_2_more_backports) https://github.com/bitcoin/bitcoin/pull/27475
<bitcoin-git> [bitcoin] achow101 merged pull request #27473: bugfix: Properly handle "unknown" Address Type (master...handle-unknown-address-type) https://github.com/bitcoin/bitcoin/pull/27473
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e054b7390ca9...4ad20a225893
<bitcoin-git> bitcoin/master 0d6383f Pttn: Don't return OutputType::UNKNOWN in ParseOutputType
<bitcoin-git> bitcoin/master 4ad20a2 Andrew Chow: Merge bitcoin/bitcoin#27473: bugfix: Properly handle "unknown" Address Type
<bitcoin-git> [bitcoin] fanquake opened pull request #27474: [24.x] Additional backports for 24.1 (24.x...24_1_rc2_backports) https://github.com/bitcoin/bitcoin/pull/27474
<bitcoin-git> [bitcoin] fanquake merged pull request #27468: bugfix: rest: avoid segfault for invalid URI (master...http-rest-fix-segfault-for-25.0) https://github.com/bitcoin/bitcoin/pull/27468
<bitcoin-git> bitcoin/master e054b73 fanquake: Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URI
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b22c275582cc...e054b7390ca9
<bitcoin-git> bitcoin/master 11422cc pablomartin4btc: bugfix: rest: avoid segfault for invalid URI
<gribble> https://github.com/bitcoin/bitcoin/issues/27471 | test: fix bumpfee spend_one_input occasional failure by furszy · Pull Request #27471 · bitcoin/bitcoin · GitHub

2023-04-16

<bitcoin-git> [bitcoin] Pttn opened pull request #27473: Properly handle "unknown" Address Type (master...handle-unknown-address-type) https://github.com/bitcoin/bitcoin/pull/27473
<bitcoin-git> [bitcoin] fanquake closed pull request #27470: Create docker-image.yml (master...master) https://github.com/bitcoin/bitcoin/pull/27470
<bitcoin-git> [bitcoin] furszy opened pull request #27471: test: fix bumpfee 'spend_one_input' occasional failure (master...2023_fix_test_bumpfee_sporadic_failure) https://github.com/bitcoin/bitcoin/pull/27471
<bitcoin-git> [bitcoin] Muhammedhamid23 opened pull request #27470: Create docker-image.yml (master...master) https://github.com/bitcoin/bitcoin/pull/27470

2023-04-15

<bitcoin-git> [bitcoin] furszy opened pull request #27469: wallet: improve IBD sync time by skipping block scanning prior birth time (master...2023_wallet_birthtime) https://github.com/bitcoin/bitcoin/pull/27469
<bitcoin-git> [bitcoin] fanquake merged pull request #27465: doc: fix typo in developer-notes.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27465
<bitcoin-git> bitcoin/master b22c275 fanquake: Merge bitcoin/bitcoin#27465: doc: fix typo in developer-notes.md
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/90bfa9d2d7c7...b22c275582cc
<bitcoin-git> bitcoin/master f24f4fa Riahiamirreza: Update developer-notes.md
<bitcoin-git> [bitcoin] fanquake merged pull request #27308: bumpfee: avoid making bumped transactions with too low fee when replacing outputs (master...fix-bumpfee-replaced-outputs-fee-calc) https://github.com/bitcoin/bitcoin/pull/27308
<bitcoin-git> bitcoin/master 90bfa9d fanquake: Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions wit...
<bitcoin-git> bitcoin/master be177c1 Andrew Chow: bumpfee: Check the correct feerate when replacing outputs
<bitcoin-git> bitcoin/master d52fa1b Andrew Chow: tests: Make sure that bumpfee feerate checks work when replacing outputs
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3650e7480827...90bfa9d2d7c7
<bitcoin-git> [bitcoin] fanquake merged pull request #27445: Update src/secp256k1 subtree to release v0.3.1 (master...secp256k1) https://github.com/bitcoin/bitcoin/pull/27445
<bitcoin-git> bitcoin/master f5fdd4e Pieter Wuille: Update src/secp256k1 to latest upstream master (v0.3.1 + CI fix)
<bitcoin-git> bitcoin/master c981671 Pieter Wuille: Squashed 'src/secp256k1/' changes from bdf39000b9..4258c54f4e
<bitcoin-git> bitcoin/master 719a749 Pieter Wuille: Disable Python lint in src/secp256k1
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/69460bd8bc56...3650e7480827
<gribble> https://github.com/bitcoin/bitcoin/issues/26833 | build: allow NO_BOOST=1 & NO_LIBEVENT=1 in depends by fanquake · Pull Request #26833 · bitcoin/bitcoin · GitHub
<hebasto> there is no `NO_LIBEVENT` in 24.0.1 -- https://github.com/bitcoin/bitcoin/tree/v24.0.1/depends
<hebasto> I'm not a gentoo user, but building with depends should work on a wide range of systems -- https://github.com/bitcoin/bitcoin/tree/master/depends
<dviola> I'm trying to compile bitcoin from source but I'm kind of unsure which environment variable I need to pass so that it compiles with built-in boost

2023-04-14

<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #27468: bugfix: rest: avoid segfault for invalid URI (master...http-rest-fix-segfault-for-25.0) https://github.com/bitcoin/bitcoin/pull/27468
<bitcoin-git> [bitcoin] jonatack opened pull request #27467: p2p: skip netgroup diversity follow-up (master...2023-04-outbound-peer-netgroup-diversity-followups) https://github.com/bitcoin/bitcoin/pull/27467
<vasild> and now I am starting to think that those Proxy changes (https://github.com/vasild/bitcoin/commit/fd6baa3d727f378e4b4023062c7422c5cf00cd84) make sense on their own, even if we don't do anything with unix sockets
<bitcoin-git> [bitcoin] Riahiamirreza opened pull request #27465: Fix typo in developer-notes.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27465
<vasild> that Proxy::GetSock() needs to go somehow via the CreateSock variable, so that it can be mockable - tests replace CreateSock with some dummy one and then it is certain that no matter which code gets called the test will never create a real socket, e.g.: https://github.com/bitcoin/bitcoin/blob/69460bd8bc56762513b20218b9839c2ae4c40aaf/src/test/fuzz/i2p.cpp#L27-L29
<pinheadmz> even before going as far as p2p, if we ever want bitcoin to listen to a unix socket (even just for rpc)
<vasild> or like in https://github.com/bitcoin/bitcoin/pull/27375 have a CService of type "UNIX socket"
<pinheadmz> prior work in this area (https://github.com/bitcoin/bitcoin/pull/9979)
<pinheadmz> I have an open PR to add UNIX sockets to bitcoin, at first just for onion and proxy:
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27464: fuzz: re-enable prioritisetransaction RPC (master...2304-fuzz-rpc-) https://github.com/bitcoin/bitcoin/pull/27464
<bitcoin-git> [bitcoin] achow101 merged pull request #27461: verify-commits: error and exit cleanly when git is too old. (master...verify-commits-git-version-error) https://github.com/bitcoin/bitcoin/pull/27461
<bitcoin-git> bitcoin/master 69460bd Andrew Chow: Merge bitcoin/bitcoin#27461: verify-commits: error and exit cleanly when g...
<bitcoin-git> bitcoin/master 1fefcf2 Cory Fields: verify-commits: error and exit cleanly when git is too old.
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bfe43db164d...69460bd8bc56
<bitcoin-git> [bitcoin] fanquake opened pull request #27462: depends: fix compiling bdb with clang-16 (master...fix_bdb_clang_16) https://github.com/bitcoin/bitcoin/pull/27462
<real_or_random> https://github.com/bitcoin-core/secp256k1/pull/1276 is a hotfix that fixes the build issue
<bitcoin-git> [bitcoin] 1440000bytes closed pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454
<sipa> @real_or_random Seems your guess about what was wrong was indeed right, though I had to also prevent some Bitcoin Core CI linters from checking the libsecp python script.

2023-04-13

<bitcoin-git> [bitcoin] achow101 merged pull request #27374: p2p: skip netgroup diversity of new connections for tor/i2p/cjdns (master...followup-27264) https://github.com/bitcoin/bitcoin/pull/27374
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19764dc14328...2bfe43db164d
<bitcoin-git> bitcoin/master b5585ba stratospher: p2p: skip netgroup diversity of new connections for tor/i2p/cjdns networks
<bitcoin-git> bitcoin/master 2bfe43d Andrew Chow: Merge bitcoin/bitcoin#27374: p2p: skip netgroup diversity of new connectio...
<bitcoin-git> [bitcoin] theuni opened pull request #27461: verify-commits: error and exit cleanly when git is too old. (master...verify-commits-git-version-error) https://github.com/bitcoin/bitcoin/pull/27461
<real_or_random> I assume https://github.com/bitcoin/bitcoin/pull/27445 is too late then?
<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/27231 | Fix logging RPC and -debugexclude with 0/none values, add test coverage, improve docs by jonatack · Pull Request #27231 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27253 | httpserver, rest: fix segmentation fault on evhttp_uri_get_query by pablomartin4btc · Pull Request #27253 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27145 | wallet: when a block is disconnected, update transactions that are no longer conflicted by ishaanam · Pull Request #27145 · bitcoin/bitcoin · GitHub
<jonatack> It looks like 27374 addresses some issues, see https://github.com/bitcoin/bitcoin/pull/27264#issuecomment-1481322628
<gribble> https://github.com/bitcoin/bitcoin/issues/27374 | p2p: skip netgroup diversity of new connections for tor/i2p/cjdns by stratospher · Pull Request #27374 · bitcoin/bitcoin · GitHub
<lightlike> if #27374 doesn't make it in, we should instead temporarily revert https://github.com/bitcoin/bitcoin/commit/72e8ffd7f8dbf908e65da6d012ede914596737ab as I explained in https://github.com/bitcoin/bitcoin/issues/27369#issuecomment-1490395263. But doing nothing would introduce a bug IMO.