2023-06-20

<bitcoin-git> bitcoin/master fa76f0d MarcoFalke: refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
<bitcoin-git> [bitcoin] ryanofsky merged pull request #26740: wallet: Migrate wallets that are not in a wallet dir (master...migrate-plain-wallet-file) https://github.com/bitcoin/bitcoin/pull/26740
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e4bbfb2d4952...ee22ca59a2b2
<bitcoin-git> bitcoin/master bdbe3fd Andrew Chow: wallet: Generated migrated wallet's path from walletdir and name
<bitcoin-git> bitcoin/master a1e6538 Andrew Chow: test: Add test for migrating default wallet and plain file wallet
<bitcoin-git> bitcoin/master ee22ca5 Ryan Ofsky: Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wal...
<bitcoin-git> [bitcoin] achow101 merged pull request #27632: Raise on invalid -debug and -loglevel config options (master...2023-05-raise-on-invalid-debug-and-loglevel-options) https://github.com/bitcoin/bitcoin/pull/27632
<bitcoin-git> bitcoin/master a9c2958 Jon Atack: init: raise on invalid loglevel config option
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/688c61303ba9...e4bbfb2d4952
<bitcoin-git> bitcoin/master 4c3c19d Jon Atack: init: raise on invalid debug/debugexclude config options
<bitcoin-git> bitcoin/master b0c3995 Jon Atack: test: -debug and -debugexclude raise on invalid values
<bitcoin-git> [bitcoin] fanquake opened pull request #27922: ci: fix llvm-symbolizer in MSAN jobs (master...msan_fix_symbolizer) https://github.com/bitcoin/bitcoin/pull/27922
<bitcoin-git> [bitcoin] achow101 merged pull request #27907: bench: bugfix, disable birth time block skip for wallet_create_tx.cpp (master...2023_bench_fix_wallet_create_tx) https://github.com/bitcoin/bitcoin/pull/27907
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2316b1e3429...688c61303ba9
<bitcoin-git> bitcoin/master a72af2e furszy: bench: disable birth time block skip for wallet_create_tx.cpp
<bitcoin-git> bitcoin/master 688c613 Andrew Chow: Merge bitcoin/bitcoin#27907: bench: bugfix, disable birth time block skip ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27921: fuzz: Avoid timeout in transaction fuzz target (master...2306-fuzz-tx-) https://github.com/bitcoin/bitcoin/pull/27921
<bitcoin-git> [bitcoin] furszy opened pull request #27920: wallet: bugfix, always use apostrophe for spkm descriptor ID (master...2023_wallet_fix_spkm_id_corruption) https://github.com/bitcoin/bitcoin/pull/27920
<bitcoin-git> [bitcoin] fanquake merged pull request #27917: fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target (master...2306-fuzz-fix-) https://github.com/bitcoin/bitcoin/pull/27917
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f80db62b2d05...c2316b1e3429
<bitcoin-git> bitcoin/master faa05d1 MarcoFalke: fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target
<bitcoin-git> bitcoin/master c2316b1 fanquake: Merge bitcoin/bitcoin#27917: fuzz: Fix implicit-integer-sign-change in wal...
<bitcoin-git> [bitcoin] glozow merged pull request #27622: Fee estimation: avoid serving stale fee estimate (master...05-2023-avoid-serving-stale-fee-estimate) https://github.com/bitcoin/bitcoin/pull/27622
<bitcoin-git> bitcoin/master cf219f2 ismaelsadeeq: tx fees, policy: read stale fee estimates with a regtest-only option
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/8f402710371a...f80db62b2d05
<bitcoin-git> bitcoin/master 5b886f2 ismaelsadeeq: tx fees, policy: periodically flush fee estimates to fee_estimates.dat
<bitcoin-git> bitcoin/master 3eb241a ismaelsadeeq: tx fees, policy: do not read estimates of old fee_estimates.dat
<gribble> https://github.com/bitcoin/bitcoin/issues/27915 | wallets created on master get corrupted when processed with v25 · Issue #27915 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27919: ci: Run fuzz target even if input folder is empty (master...2306-ci-fuzz-) https://github.com/bitcoin/bitcoin/pull/27919
<bitcoin-git> [bitcoin] brunoerg opened pull request #27918: fuzz: addrman, avoid `ConsumeDeserializable` when possible (master...2023-06-fuzz-addrman-deserializable) https://github.com/bitcoin/bitcoin/pull/27918
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27917: fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target (master...2306-fuzz-fix-) https://github.com/bitcoin/bitcoin/pull/27917
<bitcoin-git> [bitcoin] fanquake closed pull request #27916: Update .style.yapf (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27916
<bitcoin-git> [bitcoin] Apetree100122 opened pull request #27916: Update .style.yapf (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27916

2023-06-19

<Kiminuo> Hey, would anyone know an answer to this question: https://bitcoin.stackexchange.com/questions/118654/how-to-interpret-bip21-uri-with-amount-specified-twice/ ? Thank you.
<bitcoin-git> [bitcoin] achow101 opened pull request #27914: feerate: For GetFeePerK() return nSatoshisPerK instead of round trip through GetFee (master...feeperk-wo-round-trip) https://github.com/bitcoin/bitcoin/pull/27914
<bitcoin-git> [bitcoin] achow101 merged pull request #27902: fuzz: wallet, add target for `CoinControl` (master...fuzz-coverage-coincontrol) https://github.com/bitcoin/bitcoin/pull/27902
<bitcoin-git> bitcoin/master 40b333e Ayush Singh: fuzz: wallet, add target for CoinControl
<bitcoin-git> bitcoin/master 8f40271 Andrew Chow: Merge bitcoin/bitcoin#27902: fuzz: wallet, add target for `CoinControl`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f0b79ea132d...8f402710371a
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27912: net: run disconnect in I2P thread (master...27843-i2p-thread) https://github.com/bitcoin/bitcoin/pull/27912
<willcl-ark> Is it possible to know generated doxyden node ID so that it can be linked to in the developer notes? i.e. as updated previously in this commit: https://github.com/bitcoin-core/gui/commit/dc02edcba1dc67f2d49f618a556f127b41bc04b0 Perhaps the changes first need to be merged, new docs generated then updated in a later pull? The IDs don't seem to be deterministic on my system vs the website...

2023-06-18

<bitcoin-git> [bitcoin] fanquake merged pull request #27906: doc: test: update TestShell instructions (master...06-2023-test-shell-instruction) https://github.com/bitcoin/bitcoin/pull/27906
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f0758d8a6696...7f0b79ea132d
<bitcoin-git> bitcoin/master 14405e8 ismaelsadeeq: doc: test: update TestShell instructions
<bitcoin-git> bitcoin/master 7f0b79e fanquake: Merge bitcoin/bitcoin#27906: doc: test: update TestShell instructions

2023-06-17

<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #27909: http: add evhttp_connection_set_closecb to avoid g_requests hang (master...httpserver_fix_wo_fu) https://github.com/bitcoin/bitcoin/pull/27909

2023-06-16

<bitcoin-git> [bitcoin] furszy opened pull request #27907: bench: bugfix, disable birth time block skip for wallet_create_tx.cpp (master...2023_bench_fix_wallet_create_tx) https://github.com/bitcoin/bitcoin/pull/27907
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27906: doc: test: update TestShell instructions (master...06-2023-test-shell-instruction) https://github.com/bitcoin/bitcoin/pull/27906
<bitcoin-git> [bitcoin] mzumsande opened pull request #27905: validation: add missing insert to m_dirty_blockindex (master...202306_dirty_blockindex) https://github.com/bitcoin/bitcoin/pull/27905
<gribble`> https://github.com/bitcoin/bitcoin/issues/27904 | TestShell doesnt work · Issue #27904 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26520 | doc: test: update/fix TestShell example instructions by theStack · Pull Request #26520 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #27757: rpc: remove deprecated "warning" field from {create,load,restore,unload}wallet (master...202305-deprecate_walletwarningfield) https://github.com/bitcoin/bitcoin/pull/27757
<bitcoin-git> bitcoin/master 5c77db7 Jon Atack: Restorewallet/createwallet help documentation fixups/improvements
<bitcoin-git> bitcoin/master 5524fa0 Sebastian Falbesoner: doc: add release note about removal of `deprecatedrpc=walletwarningfield` ...
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1ecdf6ea8fb6...f0758d8a6696
<bitcoin-git> bitcoin/master a00ae31 Sebastian Falbesoner: rpc: remove deprecated "warning" field from {create,load,restore,unload}wa...
<bitcoin-git> [bitcoin] achow101 closed pull request #27903: . (master...master) https://github.com/bitcoin/bitcoin/pull/27903
<bitcoin-git> [bitcoin] Leecoin opened pull request #27903: Leecoin (master...master) https://github.com/bitcoin/bitcoin/pull/27903
<bitcoin-git> [bitcoin] Ayush170-Future opened pull request #27902: fuzz: wallet, add target for `CoinControl` (master...fuzz-coverage-coincontrol) https://github.com/bitcoin/bitcoin/pull/27902
<bitcoin-git> [bitcoin] ColeManna closed pull request #27900: v5.0.0 (master...master) https://github.com/bitcoin/bitcoin/pull/27900
<bitcoin-git> [bitcoin] ColeManna opened pull request #27900: v5.0.0 (master...master) https://github.com/bitcoin/bitcoin/pull/27900
<bitcoin-git> [bitcoin] willcl-ark closed pull request #27899: Bitcoincore (master...master) https://github.com/bitcoin/bitcoin/pull/27899
<bitcoin-git> [bitcoin] yourdeadjr opened pull request #27899: Bitcoincore (master...master) https://github.com/bitcoin/bitcoin/pull/27899
<bitcoin-git> [bitcoin] fanquake merged pull request #27875: build: make sure we can overwrite config.{guess,sub} before doing so (master...2023-06-fix-config.guess-permissions) https://github.com/bitcoin/bitcoin/pull/27875
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b3db18a0126b...1ecdf6ea8fb6
<bitcoin-git> bitcoin/master fc6c17b 0xb10c: build: make sure we can overwrite config.{guess,sub}
<bitcoin-git> bitcoin/master 1ecdf6e fanquake: Merge bitcoin/bitcoin#27875: build: make sure we can overwrite config.{gue...
<bitcoin-git> [bitcoin] fanquake opened pull request #27897: guix: use GCC 12.2.0 to build releases (master...update_guix_post_25_branch_off) https://github.com/bitcoin/bitcoin/pull/27897
<bitcoin-git> [bitcoin] fanquake opened pull request #27896: Remove the syscall sandbox (master...remove_syscall_sandbox) https://github.com/bitcoin/bitcoin/pull/27896
<bitcoin-git> [bitcoin] fanquake pushed tag v22-final: https://github.com/bitcoin/bitcoin/compare/v22-final
<bitcoin-git> [bitcoin] fanquake merged pull request #27887: [25.x] Backports (25.x...25_x_bacports) https://github.com/bitcoin/bitcoin/pull/27887
<bitcoin-git> bitcoin/25.x 71f626e MarcoFalke: ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN
<bitcoin-git> bitcoin/25.x de56daa MarcoFalke: ci: Use podman for persistent workers
<bitcoin-git> bitcoin/25.x 6f7a0ae MarcoFalke: ci: Use podman stop over podman kill
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to 25.x: https://github.com/bitcoin/bitcoin/compare/cda3fe28083b...642b5dd1b4fc

2023-06-15

<bitcoin-git> [bitcoin] kevkevinpal closed pull request #27878: test: refactoring test in rpc_generate.py (master...test/generateblock/invalidtx) https://github.com/bitcoin/bitcoin/pull/27878
<bitcoin-git> [bitcoin] achow101 merged pull request #27712: test: p2p: check misbehavior for non-continuous headers messages (master...202305-test-check_for_noncontinuous_header_msg) https://github.com/bitcoin/bitcoin/pull/27712
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5b8e07725d5f...b3db18a0126b
<bitcoin-git> bitcoin/master a97c59f Sebastian Falbesoner: test: p2p: check misbehavior for non-continuous headers messages
<bitcoin-git> bitcoin/master b3db18a Andrew Chow: Merge bitcoin/bitcoin#27712: test: p2p: check misbehavior for non-continuo...
<bitcoin-git> [bitcoin] achow101 merged pull request #27892: refactor: Avoid copy of bilingual_str when formatting, Fix ADL violation (master...2306-translate-copy-) https://github.com/bitcoin/bitcoin/pull/27892
<bitcoin-git> bitcoin/master fa8ef7d MarcoFalke: refactor: Avoid copy of bilingual_str when formatting, Fix ADL violation
<bitcoin-git> bitcoin/master 5b8e077 Andrew Chow: Merge bitcoin/bitcoin#27892: refactor: Avoid copy of bilingual_str when fo...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c454395115a8...5b8e07725d5f
<fjahr> that's what I am saying, if a commit was part of a pull it was "pushed somewhere in origin", origin being bitcoin/bitcoin
<gribble`> https://github.com/bitcoin/bitcoin/issues/26969 | net, refactor: net_processing, add `ProcessCompactBlockTxns` by brunoerg · Pull Request #26969 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26152 | Bump unconfirmed ancestor transactions to target feerate by Xekyo · Pull Request #26152 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26291 | Update MANDATORY_SCRIPT_VERIFY_FLAGS by ajtowns · Pull Request #26291 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<sipa> Hi. Progress on the libsecp256k1 PR for ellswift! Once that's merged, I will look into opening more Bitcoin Core PR(s).
<bitcoin-git> [bitcoin] fanquake merged pull request #27895: test: clean up is node stopped (master...test-cleanup-is-node-stopped) https://github.com/bitcoin/bitcoin/pull/27895
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9372ec71e8a3...c454395115a8
<bitcoin-git> bitcoin/master 6779e6e dimitaracev: test: clean up is node stopped
<bitcoin-git> bitcoin/master c454395 fanquake: Merge bitcoin/bitcoin#27895: test: clean up is node stopped
<gribble`> https://github.com/bitcoin/bitcoin/issues/27711 | kernel: Remove shutdown globals from kernel library by TheCharlatan · Pull Request #27711 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27862 | validation: Stricter assumeutxo error handling when renaming chainstates by ryanofsky · Pull Request #27862 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27576 | kernel: Remove args, settings, chainparams, chainparamsbase from kernel library by TheCharlatan · Pull Request #27576 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26291 | Update MANDATORY_SCRIPT_VERIFY_FLAGS by ajtowns · Pull Request #26291 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · 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 TheCharlatan vasild
<bitcoin-git> [bitcoin] achow101 merged pull request #27872: build: suppress external warnings by default (master...make_suppress_external_default) https://github.com/bitcoin/bitcoin/pull/27872
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7a59865793cd...9372ec71e8a3
<bitcoin-git> bitcoin/master 3b2acfc fanquake: build: suppress external warnings by default
<bitcoin-git> bitcoin/master 9372ec7 Andrew Chow: Merge bitcoin/bitcoin#27872: build: suppress external warnings by default
<bitcoin-git> [bitcoin] fanquake closed pull request #27835: doc: clarify full Xcode download is not needed (master...2023/06/no-need-xcode) https://github.com/bitcoin/bitcoin/pull/27835
<bitcoin-git> [bitcoin] fanquake merged pull request #27647: fuzz: wallet, add target for `fees` (master...2023-05-fuzz-wallet-fees) https://github.com/bitcoin/bitcoin/pull/27647
<bitcoin-git> bitcoin/master 162602b brunoerg: fuzz: wallet, add target for `fees`
<bitcoin-git> bitcoin/master 7a59865 fanquake: Merge bitcoin/bitcoin#27647: fuzz: wallet, add target for `fees`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/681ecac5c2d4...7a59865793cd
<bitcoin-git> [bitcoin] dimitaracev opened pull request #27895: test: clean up is node stopped (master...test-cleanup-is-node-stopped) https://github.com/bitcoin/bitcoin/pull/27895
<bitcoin-git> [bitcoin] fanquake closed pull request #27894: Leecoin (master...master) https://github.com/bitcoin/bitcoin/pull/27894
<bitcoin-git> [bitcoin] Leecoin opened pull request #27894: Leecoin (master...master) https://github.com/bitcoin/bitcoin/pull/27894
<josie> is there a reason we use bcrt for regtest in bitcoin core? its not defined in BIP173 or BIP350 and it seems easier to use the same HRP for all test networks
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27892: refactor: Avoid copy of bilingual_str when formatting (master...2306-translate-copy-) https://github.com/bitcoin/bitcoin/pull/27892

2023-06-14

<bitcoin-git> [bitcoin] fanquake closed pull request #27891: Initial commit (master...codespace-supernormand-crispy-couscous-7g4jjqwq7vvhp7ww) https://github.com/bitcoin/bitcoin/pull/27891
<bitcoin-git> [bitcoin] supernormand opened pull request #27891: Initial commit (master...codespace-supernormand-crispy-couscous-7g4jjqwq7vvhp7ww) https://github.com/bitcoin/bitcoin/pull/27891
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27890: refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp (master...2306-ubsan-txmempool-) https://github.com/bitcoin/bitcoin/pull/27890
<bitcoin-git> [bitcoin] hebasto opened pull request #27889: test: Kill `BOOST_ASSERT` and update the linter (master...230614-assert) https://github.com/bitcoin/bitcoin/pull/27889
<bitcoin-git> [bitcoin] fanquake merged pull request #27881: ci: Use latest `macos-ventura-xcode:14.3.1` image (master...230613-ci-macos) https://github.com/bitcoin/bitcoin/pull/27881
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff17b28b0231...681ecac5c2d4
<bitcoin-git> bitcoin/master a13c3f3 Hennadii Stepanov: ci: Use latest `macos-ventura-xcode:14.3.1` image
<bitcoin-git> bitcoin/master 681ecac fanquake: Merge bitcoin/bitcoin#27881: ci: Use latest `macos-ventura-xcode:14.3.1` i...
<bitcoin-git> [bitcoin] fanquake merged pull request #27883: ci: Bump macOS cross task to ubuntu:jammy (master...2306-ci-mac-) https://github.com/bitcoin/bitcoin/pull/27883
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8d0f6c863a0...ff17b28b0231
<bitcoin-git> bitcoin/master fa70e85 MarcoFalke: ci: Bump macOS cross task to ubuntu:jammy
<bitcoin-git> bitcoin/master ff17b28 fanquake: Merge bitcoin/bitcoin#27883: ci: Bump macOS cross task to ubuntu:jammy
<bitcoin-git> [bitcoin] fanquake merged pull request #27886: ci: Switch to `amd64` container in "ARM" task (master...230614-ci-arm) https://github.com/bitcoin/bitcoin/pull/27886
<bitcoin-git> bitcoin/master a8d0f6c fanquake: Merge bitcoin/bitcoin#27886: ci: Switch to `amd64` container in "ARM" task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6663c802fee0...a8d0f6c863a0
<bitcoin-git> bitcoin/master 016fe6d Hennadii Stepanov: ci: Switch to `amd64` container in "ARM" task
<bitcoin-git> [bitcoin] ryanofsky merged pull request #25634: wallet, tests: Expand and test when the blank wallet flag should be un/set (master...desc-import-unset-blank) https://github.com/bitcoin/bitcoin/pull/25634
<bitcoin-git> bitcoin/master 4331020 Andrew Chow: wallet: Ensure that the blank wallet flag is unset after imports
<bitcoin-git> bitcoin/master cdba23d Ryan Ofsky: wallet: Document blank flag use in descriptor wallets
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/427853ab49f6...6663c802fee0
<bitcoin-git> bitcoin/master e9379f1 Andrew Chow: rpc, wallet: Include information about blank flag
<bitcoin-git> [bitcoin] darosior opened pull request #27888: A more efficient descriptor parsing target (master...efficient_desc_target) https://github.com/bitcoin/bitcoin/pull/27888
<bitcoin-git> [bitcoin] fanquake opened pull request #27887: [25.x] Backports (25.x...25_x_bacports) https://github.com/bitcoin/bitcoin/pull/27887
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27880: ci: New ccache and docker image for arm task (master...2306-arm-) https://github.com/bitcoin/bitcoin/pull/27880
<bitcoin-git> [bitcoin] hebasto opened pull request #27886: ci: Switch to `amd64` container in "ARM" task (master...230614-ci-arm) https://github.com/bitcoin/bitcoin/pull/27886
<bitcoin-git> [bitcoin] fanquake closed pull request #27871: lint: suppress pip spam (master...suppress_lint_spam) https://github.com/bitcoin/bitcoin/pull/27871
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27884: test: Use TestNode datadir_path or chain_path where possible (master...2306-fs-stuff-) https://github.com/bitcoin/bitcoin/pull/27884
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27883: ci: Bump macOS cross task to ubuntu:jammy (master...2306-ci-mac-) https://github.com/bitcoin/bitcoin/pull/27883
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27882: ci: Bump ARM task to debian:bookworm (master...2306-arm-deb-12-) https://github.com/bitcoin/bitcoin/pull/27882
<bitcoin-git> [bitcoin] hebasto opened pull request #27881: ci: Use latest `macos-ventura-xcode:14.3.1` image (master...230613-ci-macos) https://github.com/bitcoin/bitcoin/pull/27881
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27880: ci: New ccache and docker image for arm task (master...2306-arm-) https://github.com/bitcoin/bitcoin/pull/27880
<gribble`> https://github.com/bitcoin/bitcoin/issues/27879 | arm64 CI failure · Issue #27879 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #27878: test: refactoring test in rpc_generate.py (master...test/generateblock/invalidtx) https://github.com/bitcoin/bitcoin/pull/27878

2023-06-13

<bitcoin-git> [bitcoin] Xekyo opened pull request #27877: Add CoinGrinder coin selection algorithm (master...2023-05-coingrinder) https://github.com/bitcoin/bitcoin/pull/27877
<bitcoin-git> [bitcoin] achow101 merged pull request #27876: test: (refactor) Use datadir from options in chainstatemanager test (master...chainmanTestDir) https://github.com/bitcoin/bitcoin/pull/27876
<bitcoin-git> bitcoin/master d54819d TheCharlatan: scripted-diff: Use datadir from options in chainstatemanager test
<bitcoin-git> bitcoin/master 427853a Andrew Chow: Merge bitcoin/bitcoin#27876: test: (refactor) Use datadir from options in ...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da494186f2c0...427853ab49f6
<bitcoin-git> [gui] achow101 opened pull request #739: gui: Disable and uncheck blank when private keys are disabled (master...gui-dont-blank-noprivkeys) https://github.com/bitcoin-core/gui/pull/739
<bitcoin-git> [gui] achow101 opened pull request #738: Add menu option to migrate a wallet (master...migrate-wallet-gui) https://github.com/bitcoin-core/gui/pull/738
<gribble`> https://github.com/bitcoin/bitcoin/issues/27647 | fuzz: wallet, add target for `fees` by brunoerg · Pull Request #27647 · bitcoin/bitcoin · GitHub
<sdaftuar> any ideas what i should do with this CI error: https://github.com/bitcoin/bitcoin/pull/27746/checks?check_run_id=14231876127
<bitcoin-git> [bitcoin] fanquake merged pull request #27806: fuzz: Fix mini_miner_selection running out of coin (master...2023-06-miniminer-out-of-coin) https://github.com/bitcoin/bitcoin/pull/27806
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58b36fc303df...da494186f2c0
<bitcoin-git> bitcoin/master 76c5ea7 Murch: fuzz: Fix mini_miner_selection running out of coin
<bitcoin-git> bitcoin/master da49418 fanquake: Merge bitcoin/bitcoin#27806: fuzz: Fix mini_miner_selection running out of...
<gribble`> https://github.com/bitcoin/bitcoin/issues/27806 | fuzz: Fix mini_miner_selection running out of coin by Xekyo · Pull Request #27806 · bitcoin/bitcoin · GitHub
<stickies-v> in AppInitMain(), does anyone know why we call `AbortShutdown()` in https://github.com/bitcoin/bitcoin/blob/8de9bb7a5ab04669369e2bb59ea92a5c1a91a8d2/src/init.cpp#L1537-L1546 after already checking for `!ShutdownRequested()` a few lines up?
<bitcoin-git> [bitcoin] achow101 merged pull request #23962: Use `int32_t` type for most transaction size/weight values (master...220103-txsize) https://github.com/bitcoin/bitcoin/pull/23962
<bitcoin-git> bitcoin/master 3ef756a Hennadii Stepanov: Remove txmempool implicit-integer-sign-change sanitizer suppressions
<bitcoin-git> bitcoin/master 58b36fc Andrew Chow: Merge bitcoin/bitcoin#23962: Use `int32_t` type for most transaction size/...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8de9bb7a5ab0...58b36fc303df
<bitcoin-git> bitcoin/master d2f6d2a Hennadii Stepanov: Use `int32_t` type for most transaction size/weight values
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27876: refactor(test): Use datadir from options in chainstatemanager test (master...chainmanTestDir) https://github.com/bitcoin/bitcoin/pull/27876
<bitcoin-git> [bitcoin] 0xB10C opened pull request #27875: build: make sure we can overwrite config.{guess,sub} before doing so (master...2023-06-fix-config.guess-permissions) https://github.com/bitcoin/bitcoin/pull/27875
<bitcoin-git> [bitcoin] fanquake opened pull request #27872: build: suppress external warnings by default (master...make_suppress_external_default) https://github.com/bitcoin/bitcoin/pull/27872
<bitcoin-git> [bitcoin] fanquake opened pull request #27871: lint: suppress pip spam (master...suppress_lint_spam) https://github.com/bitcoin/bitcoin/pull/27871
<bitcoin-git> [bitcoin] fanquake merged pull request #27864: test: fix intermittent failure in p2p_leak_tx.py (master...202306_fix_p2p_leak) https://github.com/bitcoin/bitcoin/pull/27864
<bitcoin-git> bitcoin/master ee2417e Martin Zumsande: test: fix intermittent failure in p2p_leak_tx.py
<bitcoin-git> bitcoin/master 8de9bb7 fanquake: Merge bitcoin/bitcoin#27864: test: fix intermittent failure in p2p_leak_tx...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d80348ccb656...8de9bb7a5ab0

2023-06-12

<bitcoin-git> [bitcoin] achow101 merged pull request #27853: rest: bugfix, fix crash error when calling `/deploymentinfo` (master...2023-06-bugfix-rest-deploymentinfo) https://github.com/bitcoin/bitcoin/pull/27853
<bitcoin-git> bitcoin/master d80348c Andrew Chow: Merge bitcoin/bitcoin#27853: rest: bugfix, fix crash error when calling `/...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c92fd638860c...d80348ccb656
<bitcoin-git> bitcoin/master ce887ea brunoerg: rest: bugfix, fix crash error when calling `/deploymentinfo`
<bitcoin-git> bitcoin/master 7d452d8 brunoerg: test: add coverage for `/deploymentinfo` passing a blockhash
<bitcoin-git> [bitcoin] achow101 opened pull request #27869: wallet: Give deprecation warning when loading a legacy wallet (master...deprecation-warning-legacy-wallet) https://github.com/bitcoin/bitcoin/pull/27869
<bitcoin-git> [bitcoin] hebasto closed pull request #27868: Rename SECURITY.md to DadudidaSECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27868
<bitcoin-git> [bitcoin] Dadudidas opened pull request #27868: Rename SECURITY.md to DadudidaSECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27868
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27867: Initial commit (master...codespace-supernormand-expert-dollop-jxwpp696r4w35ppj) https://github.com/bitcoin/bitcoin/pull/27867
<bitcoin-git> [bitcoin] supernormand opened pull request #27867: Initial commit (master...codespace-supernormand-expert-dollop-jxwpp696r4w35ppj) https://github.com/bitcoin/bitcoin/pull/27867
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27866: validation: Return on abort (master...kernelReturnOnAbort) https://github.com/bitcoin/bitcoin/pull/27866
<bitcoin-git> [bitcoin] achow101 opened pull request #27865: wallet: Track no-longer-spendable TXOs separately (master...wallet-unspent-txos) https://github.com/bitcoin/bitcoin/pull/27865
<bitcoin-git> [bitcoin] mzumsande opened pull request #27864: test: fix intermittent failure in p2p_leak_tx.py (master...202306_fix_p2p_leak) https://github.com/bitcoin/bitcoin/pull/27864
<bitcoin-git> [bitcoin] brunoerg opened pull request #27863: net: do not `break` when `addr` is not from a distinct network group (master...2023-06-net-netgroup-continue) https://github.com/bitcoin/bitcoin/pull/27863
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27708: Return EXIT_FAILURE on post-init fatal errors (master...2023_main_exit_failure) https://github.com/bitcoin/bitcoin/pull/27708
<bitcoin-git> bitcoin/master 9ddf7e0 furszy: move ThreadImport ABC error to use AbortNode
<bitcoin-git> bitcoin/master 3c06926 Sebastian Falbesoner: refactor: index: use `AbortNode` in fatal error helper
<bitcoin-git> bitcoin/master 3b2c61e furszy: Return EXIT_FAILURE on post-init fatal errors
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/361a0c00b3fd...c92fd638860c
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27862: validation: Stricter assumeutxo error handling when renaming chainstates (master...pr/assumeabort) https://github.com/bitcoin/bitcoin/pull/27862
<bitcoin-git> [bitcoin] fanquake merged pull request #27783: Add public Boost headers explicitly (master...230530-boost) https://github.com/bitcoin/bitcoin/pull/27783
<bitcoin-git> bitcoin/master 361a0c0 fanquake: Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6f5f37eefd42...361a0c00b3fd
<bitcoin-git> bitcoin/master fade2ad Hennadii Stepanov: test: Avoid `BOOST_ASSERT` macro
<bitcoin-git> bitcoin/master 2484cac Hennadii Stepanov: Add public Boost headers explicitly
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27861: kernel: Add interrupt class (master...kernelInterrupt) https://github.com/bitcoin/bitcoin/pull/27861
<bitcoin-git> [bitcoin] fanquake merged pull request #27357: validation: Move warningcache to ChainstateManager and rename to m_warningcache (master...refactor-move-warningcache-to-chainstatemanager) https://github.com/bitcoin/bitcoin/pull/27357
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fbe48f97dfec...6f5f37eefd42
<bitcoin-git> bitcoin/master 5526849 dimitaracev: validation: Move warningcache to ChainstateManager
<bitcoin-git> bitcoin/master 6f5f37e fanquake: Merge bitcoin/bitcoin#27357: validation: Move warningcache to ChainstateMa...
<bitcoin-git> [bitcoin] fanquake merged pull request #27625: p2p: Stop relaying non-mempool txs (master...2305-remove-mapRelay-) https://github.com/bitcoin/bitcoin/pull/27625
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5111d8e02fe7...fbe48f97dfec
<bitcoin-git> bitcoin/master fccecd7 Anthony Towns: net_processing: relay txs from m_most_recent_block
<bitcoin-git> bitcoin/master faa2976 MarcoFalke: Remove mapRelay
<bitcoin-git> bitcoin/master fbe48f9 fanquake: Merge bitcoin/bitcoin#27625: p2p: Stop relaying non-mempool txs
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27859: Mempool: persist mempoolminfee accross restarts (master...05-2023-persist-mempoolminfee-accross-restarts) https://github.com/bitcoin/bitcoin/pull/27859
<bitcoin-git> [bitcoin] fanquake merged pull request #27844: ci: Use podman stop over podman kill (master...2306-ci-pod-stop-) https://github.com/bitcoin/bitcoin/pull/27844
<bitcoin-git> bitcoin/master faaa627 MarcoFalke: ci: Use podman stop over podman kill
<bitcoin-git> bitcoin/master 5111d8e fanquake: Merge bitcoin/bitcoin#27844: ci: Use podman stop over podman kill
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc80b2df1e2e...5111d8e02fe7
<bitcoin-git> [bitcoin] fanquake merged pull request #27840: contrib: docs fix --import-keys flag on verify.py (master...contrib/verify-binaries-docs) https://github.com/bitcoin/bitcoin/pull/27840
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62140b5e1078...bc80b2df1e2e
<bitcoin-git> bitcoin/master ceb0168 Bufo: contrib: docs fix --import-keys flag on verify.py
<bitcoin-git> bitcoin/master bc80b2d fanquake: Merge bitcoin/bitcoin#27840: contrib: docs fix --import-keys flag on verif...
<bitcoin-git> [bitcoin] fanquake merged pull request #27834: ci: Nuke Android APK task, Use credits for tsan (master...2306-ci-tsan-) https://github.com/bitcoin/bitcoin/pull/27834
<bitcoin-git> bitcoin/master 62140b5 fanquake: Merge bitcoin/bitcoin#27834: ci: Nuke Android APK task, Use credits for ts...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/153a6882f42f...62140b5e1078
<bitcoin-git> bitcoin/master fa22538 MarcoFalke: ci: Nuke Android APK task, Use credits for tsan
<bitcoin-git> [bitcoin] fanquake closed pull request #27858: Update config.yml Dennis Louis Babcock jr added to Statoshinakomoto (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27858
<bitcoin-git> [bitcoin] Lildeebo2002 opened pull request #27858: Update config.yml Dennis Louis Babcock jr added to Statoshinakomoto (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27858

2023-06-11

<pinheadmz> maxxtang always use an external SSD for bitcoin on RPi, should be fine
<bitcoin-git> [bitcoin] fanquake closed pull request #27856: Made change in chain.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/27856
<bitcoin-git> [bitcoin] crparse opened pull request #27856: Made change in chain.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/27856
<bitcoin-git> [bitcoin] fanquake closed pull request #27855: Master (master...master) https://github.com/bitcoin/bitcoin/pull/27855
<bitcoin-git> [bitcoin] crparse opened pull request #27855: Master (master...master) https://github.com/bitcoin/bitcoin/pull/27855
<bitcoin-git> [bitcoin] ccdle12 opened pull request #27854: [WIP] add a stratum v2 template provider (master...2023.05.29-sv2-template-provider) https://github.com/bitcoin/bitcoin/pull/27854
<maxxtang> souvik at raspberrypi in ~/bitcoin-22.0/bin
<maxxtang> souvik at raspberrypi in ~/bitcoin-22.0/bin
<maxxtang> bitcoin-cli bitcoind bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet test_bitcoin
<maxxtang> Hello everyone! I'm trying to setup bitcoin pruned node on rpi4, any suggestions, resources, blogs, etc would be much appreciated!
<bitcoin-git> [bitcoin] brunoerg opened pull request #27853: rest: bugfix, fix crash error when calling `/deploymentinfo` (master...2023-06-bugfix-rest-deploymentinfo) https://github.com/bitcoin/bitcoin/pull/27853

2023-06-10

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #27852: test: added coverage to rpc_blockchain.py (master...test/getnetworkhashps/diffadjustment) https://github.com/bitcoin/bitcoin/pull/27852
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27850: Add unit & functional test coverage for blockstore (master...blockstore-tests) https://github.com/bitcoin/bitcoin/pull/27850

2023-06-09

<bitcoin-git> [bitcoin] ryanofsky merged pull request #27576: kernel: Remove args, settings, chainparams, chainparamsbase from kernel library (master...rmKernelArgs) https://github.com/bitcoin/bitcoin/pull/27576
<bitcoin-git> bitcoin/master 8789b11 TheCharlatan: refactor: Add path argument to FindSnapshotChainstateDir
<bitcoin-git> bitcoin/master 05870b1 TheCharlatan: refactor: Remove gArgs access from validation.cpp
<bitcoin-git> [bitcoin] ryanofsky pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/456af7a95559...153a6882f42f
<bitcoin-git> bitcoin/master ef95be3 TheCharlatan: refactor: Add stop_at_height option in ChainstateManager
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27467: p2p: skip netgroup diversity follow-up (master...2023-04-outbound-peer-netgroup-diversity-followups) https://github.com/bitcoin/bitcoin/pull/27467
<bitcoin-git> bitcoin/master 11bb31c Jon Atack: p2p: "skip netgroup diversity of new connections for tor/i2p/cjdns" follow...
<bitcoin-git> bitcoin/master 456af7a Ryan Ofsky: Merge bitcoin/bitcoin#27467: p2p: skip netgroup diversity follow-up
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a36134fcc7b4...456af7a95559
<bitcoin-git> [bitcoin] Xekyo opened pull request #27846: [coinselection] Increase SRD target by change_fee (master...2023-06-fix-srd-target) https://github.com/bitcoin/bitcoin/pull/27846
<bitcoin-git> [bitcoin] hazeycode opened pull request #27845: script: utxo_snapshot.sh error handling (master...utxo_snapshot_error_handling) https://github.com/bitcoin/bitcoin/pull/27845
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27844: ci: Use podman stop over podman kill (master...2306-ci-pod-stop-) https://github.com/bitcoin/bitcoin/pull/27844
<gribble`> https://github.com/bitcoin/bitcoin/issues/27838 | ci: Invalidate Cirrus CI docker cache by MarcoFalke · Pull Request #27838 · bitcoin/bitcoin · GitHub

2023-06-08

<bitcoin-git> [bitcoin] bufo24 opened pull request #27840: contrib: docs fix --import-keys flag on verify.py (master...contrib/verify-binaries-docs) https://github.com/bitcoin/bitcoin/pull/27840
<bitcoin-git> [bitcoin] aguycalled closed pull request #27839: BLSCT SubAddress Pool (master...blsct-keypool-2) https://github.com/bitcoin/bitcoin/pull/27839
<bitcoin-git> [bitcoin] aguycalled opened pull request #27839: BLSCT SubAddress Pool (master...blsct-keypool-2) https://github.com/bitcoin/bitcoin/pull/27839
<gribble`> https://github.com/bitcoin/bitcoin/issues/27581 | net: Continuous ASMap health check by fjahr · Pull Request #27581 · bitcoin/bitcoin · GitHub
<josie> we've got a BIP proposal open here: https://github.com/bitcoin/bips/pull/1458
<gribble`> https://github.com/bitcoin/bitcoin/issues/27827 | [Silent Payments]: Base functionality by josibake · Pull Request #27827 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove https://github.com/orgs/bitcoin/projects/1/views/4
<achow101> looks like https://github.com/bitcoin-core/secp256k1/pull/1129 still, waiting for more review
<gribble`> https://github.com/bitcoin/bitcoin/issues/27711 | kernel: Remove shutdown globals from kernel library by TheCharlatan · Pull Request #27711 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · 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 TheCharlatan vasild
<bitcoin-git> [bitcoin] achow101 merged pull request #27838: ci: Invalidate Cirrus CI docker cache (master...2306-ci-cache-) https://github.com/bitcoin/bitcoin/pull/27838
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2026301405f8...a36134fcc7b4
<bitcoin-git> bitcoin/master fac7f4a MarcoFalke: ci: Invalidate Cirrus CI docker cache
<bitcoin-git> bitcoin/master a36134f Andrew Chow: Merge bitcoin/bitcoin#27838: ci: Invalidate Cirrus CI docker cache
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27838: ci: Invalidate Cirrus CI docker cache (master...2306-ci-cache-) https://github.com/bitcoin/bitcoin/pull/27838

2023-06-07

<bitcoin-git> [bitcoin] furszy opened pull request #27837: net: introduce block tracker to retry to download blocks after failure (master...2023_introduce_block_request_tracker) https://github.com/bitcoin/bitcoin/pull/27837
<bitcoin-git> [bitcoin] willcl-ark reopened pull request #26693: build: special instruction check script (master...18603_si_check) https://github.com/bitcoin/bitcoin/pull/26693
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26693: build: special instruction check script (master...18603_si_check) https://github.com/bitcoin/bitcoin/pull/26693
<bitcoin-git> [bitcoin] furszy opened pull request #27836: rpc: getblockfrompeer, introduce fetch from "any" functionality (master...2023_rpc_fetchblock_improvements) https://github.com/bitcoin/bitcoin/pull/27836
<bitcoin-git> [bitcoin] Sjors opened pull request #27835: doc: clarify full Xcode download is not needed (master...2023/06/no-need-xcode) https://github.com/bitcoin/bitcoin/pull/27835
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27834: ci: Nuke Android APK task, Use credits for tsan (master...2306-ci-tsan-) https://github.com/bitcoin/bitcoin/pull/27834
<bitcoin-git> [bitcoin] fanquake merged pull request #27810: fuzz: Partially revert #27780 (master...2023-06-fuzz-supply-fix) https://github.com/bitcoin/bitcoin/pull/27810
<bitcoin-git> bitcoin/master 71200ac dergoegge: [fuzz] Only check duplicate coinbase script when block was valid
<bitcoin-git> bitcoin/master 2026301 fanquake: Merge bitcoin/bitcoin#27810: fuzz: Partially revert #27780
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cba698a595b...2026301405f8
<bitcoin-git> [bitcoin] theuni reopened pull request #26296: [DEMO] Integrate `bitcoin-tidy` clang-tidy plugin - warn on uninitialized members of aggregate types (master...integrate_cory_tidy) https://github.com/bitcoin/bitcoin/pull/26296
<bitcoin-git> [bitcoin] fanquake merged pull request #27824: ci: enable AArch64 target in MSAN jobs (master...msan_aarch64) https://github.com/bitcoin/bitcoin/pull/27824
<bitcoin-git> bitcoin/master c93bfc5 fanquake: ci: use LLVM 16.0.5 in MSAN jobs
<bitcoin-git> bitcoin/master 2ebeb42 fanquake: ci: enable AArch64 target in MSAN jobs
<bitcoin-git> bitcoin/master 6cba698 fanquake: Merge bitcoin/bitcoin#27824: ci: enable AArch64 target in MSAN jobs
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1af72e728d98...6cba698a595b
<bitcoin-git> [bitcoin] achow101 merged pull request #27501: mempool / rpc: add getprioritisedtransactions, delete a mapDeltas entry when delta==0 (master...2023-04-clear-prioritisation) https://github.com/bitcoin/bitcoin/pull/27501
<bitcoin-git> bitcoin/master 0e5874f glozow: [functional test] getprioritisedtransactions RPC
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8cc65f093c0c...1af72e728d98
<bitcoin-git> bitcoin/master 9e9ca36 glozow: [mempool] add GetPrioritisedTransactions
<bitcoin-git> bitcoin/master 99f8046 glozow: [rpc] add getprioritisedtransactions

2023-06-06

<gribble`> https://github.com/bitcoin/bitcoin/issues/15218 | validation: Flush state after initial sync by andrewtoth · Pull Request #15218 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27832: test: Add -datacarriersize=2 tests (master...2306-test-dc-2-) https://github.com/bitcoin/bitcoin/pull/27832
<bitcoin-git> [bitcoin] fanquake merged pull request #27779: guix: remove cURL from build env (master...properly_disable_curl_osslsigncode) https://github.com/bitcoin/bitcoin/pull/27779
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4a8269dfc14...8cc65f093c0c