2025-01-16

<bitcoin-git> [bitcoin] fanquake merged pull request #31483: kernel: Move kernel-related cache constants to kernel cache (master...kernel_cache_sizes) https://github.com/bitcoin/bitcoin/pull/31483
<bitcoin-git> bitcoin/master 5db7d4d TheCharlatan: doc: Correct docstring describing max block tree db cache
<bitcoin-git> bitcoin/master 8bd5f8a TheCharlatan: [refactor] init: Simplify coinsdb cache calculation
<bitcoin-git> bitcoin/master c03a279 TheCharlatan: util: Add integer left shift helpers
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/335798c49637...df8bf657450d
<gribble> https://github.com/bitcoin/bitcoin/issues/31397 | p2p: track and use all potential peers for orphan resolution by glozow · Pull Request #31397 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31666 | multi-peer orphan resolution followups by glozow · Pull Request #31666 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31397 | p2p: track and use all potential peers for orphan resolution by glozow · Pull Request #31397 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31495 | wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases by achow101 · Pull Request #31495 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31363 | cluster mempool: introduce TxGraph by sipa · Pull Request #31363 · bitcoin/bitcoin · GitHub
<sipa> also, we're considering a secp256k1 sprint week for silent payments in march; see https://github.com/bitcoin-core/secp256k1/pull/1519
<gribble> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] vasild opened pull request #31672: rpc: add cpu_load to getpeerinfo (master...peer_cpu_load) https://github.com/bitcoin/bitcoin/pull/31672
<bitcoin-git> [bitcoin] fanquake merged pull request #31397: p2p: track and use all potential peers for orphan resolution (master...2024-11-multi-orphan) https://github.com/bitcoin/bitcoin/pull/31397
<bitcoin-git> bitcoin/master 6951ddc glozow: [txrequest] GetCandidatePeers
<bitcoin-git> bitcoin/master 62a9ff1 glozow: [refactor] change type of unique_parents to Txid
<bitcoin-git> bitcoin/master e810842 glozow: [txorphanage] support multiple announcers
<bitcoin-git> [bitcoin] fanquake pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/98939ce7b744...335798c49637
<arthur69> hello bitcoin core developer. I used to install bitcoin core and didn't enter password but when I reinstalled it and restored my wallet, I found that my btc address had password. what should I do?
<bitcoin-git> [bitcoin] fanquake merged pull request #31655: refactor: Avoid UB in SHA3_256::Write (master...2501-less-ub) https://github.com/bitcoin/bitcoin/pull/31655
<bitcoin-git> bitcoin/master fabeca3 MarcoFalke: refactor: Avoid UB in SHA3_256::Write
<bitcoin-git> bitcoin/master 98939ce merge-script: Merge bitcoin/bitcoin#31655: refactor: Avoid UB in SHA3_256::Write
<bitcoin-git> bitcoin/master fad4032 MarcoFalke: refactor: Drop unused UCharCast
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/712cab3a8f8a...98939ce7b744
<bitcoin-git> [bitcoin] fanquake opened pull request #31671: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/31671
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #46: Fix invalid pointer arithmetic in Hash (#1222) (bitcoin-fork...2501-less-ub-hash) https://github.com/bitcoin-core/leveldb-subtree/pull/46
<bitcoin-git> leveldb-subtree/bitcoin-fork a8844b2 David Benjamin: Fix invalid pointer arithmetic in Hash (#1222)
<bitcoin-git> leveldb-subtree/bitcoin-fork 04b5790 merge-script: Merge bitcoin-core/leveldb-subtree#46: Fix invalid pointer arithmetic in H...
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/59669817c51c...04b57909285c
<bitcoin-git> [bitcoin] guspan-tanadi opened pull request #31670: doc: navigate section links (master...sectionlinks) https://github.com/bitcoin/bitcoin/pull/31670
<bitcoin-git> [bitcoin] hebasto opened pull request #31669: cmake: Introduce `WITH_PYTHON` build option (master...250116-python) https://github.com/bitcoin/bitcoin/pull/31669
<bitcoin-git> [bitcoin] saikiran57 opened pull request #31668: Added rescan option for import descriptors (master...set_rescan_option_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31668
<bitcoin-git> [bitcoin] saikiran57 closed pull request #31667: Added rescan option for import descriptors (master...added_rescan_option_for_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31667
<bitcoin-git> [bitcoin] saikiran57 opened pull request #31667: Added rescan option for import descriptors (master...added_rescan_option_for_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31667

2025-01-15

<bitcoin-git> [bitcoin] glozow opened pull request #31666: multi-peer orphan resolution followups (master...2025-01-31397-followups) https://github.com/bitcoin/bitcoin/pull/31666
<bitcoin-git> [bitcoin] davidgumberg opened pull request #31665: build: Make config warnings fatal if -DWERROR=ON (master...1-15-24-configure_warnings) https://github.com/bitcoin/bitcoin/pull/31665
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #31664: Fees: add Fee rate Forecaster Manager (master...01-2025-feerate-forecastman) https://github.com/bitcoin/bitcoin/pull/31664
<pinheadmz> TIL -rpcservertimeout just limits how long we spend reading requests, not how long it takes to reply to them: https://github.com/bitcoin/bitcoin/issues/19708
<bitcoin-git> [bitcoin] fanquake merged pull request #31061: refactor: Check translatable format strings at compile-time (master...2410-trans) https://github.com/bitcoin/bitcoin/pull/31061
<bitcoin-git> bitcoin/master eeee6cf MarcoFalke: refactor: Delay translation of _() literals
<bitcoin-git> bitcoin/master fa1d5ac MarcoFalke: refactor: Use TranslateFn type consistently
<bitcoin-git> bitcoin/master fadc6b9 MarcoFalke: refactor: Check translatable format strings at compile-time
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e7c479495509...712cab3a8f8a
<bitcoin-git> [bitcoin] hebasto opened pull request #31662: cmake: Do not modify `CMAKE_TRY_COMPILE_TARGET_TYPE` globally (master...250115-target-type) https://github.com/bitcoin/bitcoin/pull/31662
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #40: cherry-pick: Remove leveldb::port::kLittleEndian. (bitcoin-fork...cherry_pick_endian) https://github.com/bitcoin-core/leveldb-subtree/pull/40
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/73013d1a37fd...59669817c51c
<bitcoin-git> leveldb-subtree/bitcoin-fork 2e3c013 Victor Costan: Remove leveldb::port::kLittleEndian.
<bitcoin-git> leveldb-subtree/bitcoin-fork 5966981 merge-script: Merge bitcoin-core/leveldb-subtree#40: cherry-pick: Remove leveldb::port::...
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #45: [jumbo] Add begin()/end() to Slice. (bitcoin-fork...bitcoin-fork) https://github.com/bitcoin-core/leveldb-subtree/pull/45
<bitcoin-git> leveldb-subtree/bitcoin-fork be4dfc9 Peter Kasting: [jumbo] Add begin()/end() to Slice.
<bitcoin-git> leveldb-subtree/bitcoin-fork 73013d1 merge-script: Merge bitcoin-core/leveldb-subtree#45: [jumbo] Add begin()/end() to Slice.
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/688561cba874...73013d1a37fd
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1102: Fix japanese section typo (master...fix-japanese-typo) https://github.com/bitcoin-core/bitcoincore.org/pull/1102
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/77788997eef9...1ae85078a409
<bitcoin-git> bitcoincore.org/master 0ae9c9a azuchi: Fix japanese section typo
<bitcoin-git> bitcoincore.org/master 1ae8507 merge-script: Merge bitcoin-core/bitcoincore.org#1102: Fix japanese section typo
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1102: Fix japanese section typo (master...fix-japanese-typo) https://github.com/bitcoin-core/bitcoincore.org/pull/1102
<bitcoin-git> [bitcoin] fanquake reopened pull request #30774: depends: Qt 5.15.16 (master...depends_qt_5_15_15) https://github.com/bitcoin/bitcoin/pull/30774
<bitcoin-git> [bitcoin] stickies-v closed pull request #30928: tinyformat: refactor: increase compile-time checks and don't throw for tfm::format_error (master...2024-09/try-format) https://github.com/bitcoin/bitcoin/pull/30928
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1101: Add japanese translation for 28.1 (master...ja-translate-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1101
<bitcoin-git> bitcoincore.org/master 20c7dcd azuchi: Add japanese translation for 28.1
<bitcoin-git> bitcoincore.org/master 7778899 merge-script: Merge bitcoin-core/bitcoincore.org#1101: Add japanese translation for 28.1
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/c86c62e68897...77788997eef9
<bitcoin-git> [bitcoin] hebasto opened pull request #31661: depends: Always set `CMAKE_BUILD_TYPE=None` globally (master...250115-dep-build-type) https://github.com/bitcoin/bitcoin/pull/31661
<bitcoin-git> [bitcoin] fanquake closed pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1101: Add japanese translation for 28.1 (master...ja-translate-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1101
<bitcoin-git> [bitcoin] manlovepang reopened pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] manlovepang closed pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] manlovepang opened pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] theStack opened pull request #31658: test: p2p: fix sending of manual INVs in tx download test (master...202501-test-p2p-fix_inv_block_subtest) https://github.com/bitcoin/bitcoin/pull/31658

2025-01-14

<bitcoin-git> [bitcoin] davidgumberg opened pull request #31657: ci: Supply `--platform` argument to `docker build`. (master...1-13-24-ci-fix) https://github.com/bitcoin/bitcoin/pull/31657
<bitcoin-git> [bitcoin] glozow merged pull request #31630: doc: Archive 28.1 release notes (master...archive-28.1) https://github.com/bitcoin/bitcoin/pull/31630
<bitcoin-git> bitcoin/master bb5f76e Ava Chow: doc: Archive 28.1 release notes
<bitcoin-git> bitcoin/master e7c4794 glozow: Merge bitcoin/bitcoin#31630: doc: Archive 28.1 release notes
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7cd862aab94f...e7c479495509
<bitcoin-git> [bitcoin] glozow merged pull request #31646: test: avoid internet traffic (master...test_avoid_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31646
<bitcoin-git> bitcoin/master 6b3f6ea Vasil Dimov: test: avoid generating non-loopback traffic from p2p_seednode.py
<bitcoin-git> bitcoin/master a5746dc Vasil Dimov: test: avoid generating non-loopback traffic from feature_config_args.py
<bitcoin-git> bitcoin/master 2ed161c Vasil Dimov: test: avoid generating non-loopback traffic from p2p_dns_seeds.py
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/35bf426e0221...7cd862aab94f
<darosior> But for downloading the bulk of the chain i think it'd be fine from the point of view of the IBDing node to choose to download from the fastest peers (us implementing that by default in Bitcoin Core might have undesirable effects though..)
<laanwj> if the bandwidth use is too large it shouldnt be dependent on enabling port forwarding, people running bitcoin core on computers with a public IP could just as well run into trouble because of bandwidth
<laanwj> darosior arguably they'd already be running a listening node but it's not connectable due to their router; if listening is disabled, so will the port mapping. But yes, maybe one of the initial GUI questions should be whether to enable listening. On the other hand i doubt people concerned about bandwidth run bitcoin core at all
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31656: test: Add expected result assertions (master...add-expected-results-to-coin-grinder-tests) https://github.com/bitcoin/bitcoin/pull/31656
<bitcoin-git> [leveldb-subtree] maflcko opened pull request #46: Fix invalid pointer arithmetic in Hash (#1222) (bitcoin-fork...2501-less-ub-hash) https://github.com/bitcoin-core/leveldb-subtree/pull/46
<bitcoin-git> [bitcoin] maflcko opened pull request #31655: refactor: Avoid UB in SHA3_256::Write (master...2501-less-ub) https://github.com/bitcoin/bitcoin/pull/31655
<darosior> Re turning on PCP by default, how much should we be concerned about potential bandwidth cost to users of default Bitcoin Core? Do we have stats of average cost of running a listening node? Has this been a concerned raised in the past back when UPnP was enabled by default?
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1100: Bitcoin Core 28.1 (master...rel-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1100
<bitcoin-git> bitcoincore.org/master c31e71d Ava Chow: 28.1 release post and notes
<bitcoin-git> bitcoincore.org/master c86c62e glozow: Merge bitcoin-core/bitcoincore.org#1100: Bitcoin Core 28.1
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/f1d9b75ccd6e...c86c62e68897
<sipa> NakedKing: that sounds unrelated to bitcoin core
<bitcoin-git> [bitcoin] maflcko opened pull request #31653: lint: Call more checks from test_runner (master...2501-lint-commit-range) https://github.com/bitcoin/bitcoin/pull/31653
<bitcoin-git> [bitcoin] hebasto closed pull request #31652: Create devcontainer.json (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31652
<bitcoin-git> [bitcoin] Mohammed-Alanazisa opened pull request #31652: Create devcontainer.json (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31652
<NakedKing> chatgpt suggested me something named HD Walllet, and suggested also $this->bitcoin->getHDWallet(); but there is no function like getHDWallet, i guess it was an hallusinotion
<bitcoin-git> [bitcoin] Sjors closed pull request #31625: miner: always treat SegWit as active (master...2025/01/gbt-segwit-active) https://github.com/bitcoin/bitcoin/pull/31625

2025-01-13

<bitcoin-git> [bitcoin] maflcko opened pull request #31651: ci: Turn CentOS task into native one (master...2501-centos-native) https://github.com/bitcoin/bitcoin/pull/31651
<bitcoin-git> [bitcoin] maflcko opened pull request #31650: refactor: Enforce readability-avoid-const-params-in-decls (master...2501-less-wrong-const) https://github.com/bitcoin/bitcoin/pull/31650
<bitcoin-git> [bitcoin] marcofleon opened pull request #31649: consensus: Remove checkpoints (take 2) (master...2024/11/checkpoint-removal) https://github.com/bitcoin/bitcoin/pull/31649
<bitcoin-git> [bitcoin] fanquake opened pull request #31648: [28.x] Backports (28.x...28_x_backports) https://github.com/bitcoin/bitcoin/pull/31648
<bitcoin-git> [bitcoin] fanquake closed pull request #31647: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31647
<bitcoin-git> [bitcoin] DevRatnu opened pull request #31647: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31647
<bitcoin-git> [bitcoin] maflcko closed pull request #29396: rpc: getdescriptorinfo also returns normalized descriptor (master...rpc/getdescriptorinfo-also-returns-normalized-descriptor) https://github.com/bitcoin/bitcoin/pull/29396
<bitcoin-git> [bitcoin] vasild opened pull request #31646: test: avoid internet traffic (master...test_avoid_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31646

2025-01-12

<bitcoin-git> [bitcoin] l0rinc opened pull request #31645: optimization: increase default LevelDB write batch size to 64 MiB (master...l0rinc/utxo-dump-batching) https://github.com/bitcoin/bitcoin/pull/31645
<bitcoin-git> [bitcoin] l0rinc opened pull request #31644: leveldb: show non-default options during init (master...l0rinc/leveldb-options-logging) https://github.com/bitcoin/bitcoin/pull/31644

2025-01-11

<darosior> WizJin: i see you've been coming back several times. Maybe try asking your question on https://bitcoin.stackexchange.com . Be careful of anyone DM'ing you, most likely scammers.
<bitcoin-git> [bitcoin] fanquake closed pull request #31642: Comment coypright date update (master...Coypright-date-update) https://github.com/bitcoin/bitcoin/pull/31642
<bitcoin-git> [bitcoin] satscoffee opened pull request #31642: Comment coypright date update (master...Coypright-date-update) https://github.com/bitcoin/bitcoin/pull/31642
<bitcoin-git> [bitcoin] EthanHeilman opened pull request #31640: tests: improves tapscript unit tests (master...taptest) https://github.com/bitcoin/bitcoin/pull/31640

2025-01-10

<bitcoin-git> [bitcoin] maflcko closed pull request #31636: fix: grammatical errors (master...typos) https://github.com/bitcoin/bitcoin/pull/31636
<bitcoin-git> [bitcoin] fanquake merged pull request #28724: wallet: Cleanup accidental encryption keys in watchonly wallets (master...cleanup-accidental-watchonly-mkeys) https://github.com/bitcoin/bitcoin/pull/28724
<bitcoin-git> bitcoin/master 813a16a Andrew Chow: wallet: Add HasCryptedKeys
<bitcoin-git> bitcoin/master 2b9279b Andrew Chow: wallet: Remove unused encryption keys from watchonly wallets
<bitcoin-git> bitcoin/master 69e95c2 Andrew Chow: tests: Test cleanup of mkeys from wallets without privkeys
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/216840659780...35bf426e0221
<bitcoin-git> [bitcoin] crStiv opened pull request #31636: fix: grammatical errors (master...typos) https://github.com/bitcoin/bitcoin/pull/31636
<bitcoin-git> [bitcoin] brunoerg opened pull request #31635: test: add coverage for unknown address type for `createwalletdescriptor` (master...2025-01-test-wallet-createwalletdescriptor) https://github.com/bitcoin/bitcoin/pull/31635
<bitcoin-git> [bitcoin] fanquake merged pull request #31608: doc: Clarify min macOS and Xcode version (master...2501-doc-macos) https://github.com/bitcoin/bitcoin/pull/31608
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f6c7e7f6c05...216840659780
<bitcoin-git> bitcoin/master fa029a7 MarcoFalke: doc: Clarify min macOS and Xcode version
<bitcoin-git> bitcoin/master 2168406 merge-script: Merge bitcoin/bitcoin#31608: doc: Clarify min macOS and Xcode version
<bitcoin-git> [bitcoin] fanquake merged pull request #31612: ci: build msan's libc++ with _LIBCPP_ABI_BOUNDED_* (master...ci_msan_libc) https://github.com/bitcoin/bitcoin/pull/31612
<bitcoin-git> bitcoin/master fb37acd Vasil Dimov: ci: build msan's libc++ with _LIBCPP_ABI_BOUNDED_*
<bitcoin-git> bitcoin/master 2f6c7e7 merge-script: Merge bitcoin/bitcoin#31612: ci: build msan's libc++ with _LIBCPP_ABI_BOUN...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/528354e213a9...2f6c7e7f6c05
<bitcoin-git> [bitcoin] NicolaLS opened pull request #31634: doc: merge required dependency tables (master...doc-required-dependencies) https://github.com/bitcoin/bitcoin/pull/31634
<bitcoin-git> [bitcoin] brunoerg closed pull request #31609: test: importdescriptors is not available for non-descriptor wallets (master...2025-01-test-wallet-legacy-importdescriptors) https://github.com/bitcoin/bitcoin/pull/31609
<bitcoin-git> [bitcoin] fanquake merged pull request #31616: init,log: Unify block index log line (master...l0rinc/block-index) https://github.com/bitcoin/bitcoin/pull/31616
<bitcoin-git> bitcoin/master e04be37 Lőrinc: init,log: Unify block index and chainstate loading log line
<bitcoin-git> bitcoin/master 528354e merge-script: Merge bitcoin/bitcoin#31616: init,log: Unify block index log line
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bedfb5c8338...528354e213a9
<bitcoin-git> [bitcoin] fanquake merged pull request #31623: tracing: Rename the `MIN` macro to `_TRACEPOINT_TEST_MIN` in log_raw_p2p_msgs (master...tracing_MIN_macro_rename) https://github.com/bitcoin/bitcoin/pull/31623
<bitcoin-git> bitcoin/master f93f0c9 0xb10c: tracing: Rename the `MIN` macro to `_TRACEPOINT_TEST_MIN` in log_raw_p2p_m...
<bitcoin-git> bitcoin/master 4bedfb5 merge-script: Merge bitcoin/bitcoin#31623: tracing: Rename the `MIN` macro to `_TRACEPOI...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5c268084ebb...4bedfb5c8338
<bitcoin-git> [bitcoin] fanquake merged pull request #31627: depends: Fix spacing issue (master...250109-gen_id) https://github.com/bitcoin/bitcoin/pull/31627
<bitcoin-git> bitcoin/master 8a46286 Hennadii Stepanov: depends: Fix spacing issue
<bitcoin-git> bitcoin/master e5c2680 merge-script: Merge bitcoin/bitcoin#31627: depends: Fix spacing issue
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d695d1391718...e5c268084ebb
<bitcoin-git> [bitcoin] fanquake merged pull request #31611: doc: upgrade license to 2025. (master...copying) https://github.com/bitcoin/bitcoin/pull/31611
<bitcoin-git> bitcoin/master b537a2c Kay: doc: upgrade license to 2025.
<bitcoin-git> bitcoin/master d695d13 merge-script: Merge bitcoin/bitcoin#31611: doc: upgrade license to 2025.
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37af8bfb34d6...d695d1391718
<bitcoin-git> [bitcoin] hodlinator opened pull request #31633: net: Disconnect message follow-ups to #28521 (master...2024/12/disconnecting) https://github.com/bitcoin/bitcoin/pull/31633
<bitcoin-git> [bitcoin] achow101 merged pull request #31549: fuzz: Abort if system time is called without mock time being set (master...2024/12/fuzz-set-mocktime) https://github.com/bitcoin/bitcoin/pull/31549
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/54115d8de5c0...37af8bfb34d6
<bitcoin-git> bitcoin/master ff21870 marcofleon: fuzz: Add SetMockTime() to necessary targets
<bitcoin-git> bitcoin/master a96b84c marcofleon: fuzz: Abort when calling system time without setting mock time
<bitcoin-git> bitcoin/master 37af8bf Ava Chow: Merge bitcoin/bitcoin#31549: fuzz: Abort if system time is called without ...

2025-01-09

<bitcoin-git> [bitcoin] achow101 merged pull request #31617: build, test: Build `db_tests.cpp` regardless of `USE_BDB` (master...250107-db-tests) https://github.com/bitcoin/bitcoin/pull/31617
<bitcoin-git> bitcoin/master fd2d96d Hennadii Stepanov: build, test: Build `db_tests.cpp` regardless of `USE_BDB`
<bitcoin-git> bitcoin/master 54115d8 Ava Chow: Merge bitcoin/bitcoin#31617: build, test: Build `db_tests.cpp` regardless ...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0a77441158cd...54115d8de5c0
<bitcoin-git> [bitcoin] achow101 merged pull request #31451: wallet: migration, avoid loading legacy wallet after failure when BDB isn't compiled (master...2024_migration_cleanup_after_error) https://github.com/bitcoin/bitcoin/pull/31451
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56725f882937...0a77441158cd
<bitcoin-git> bitcoin/master 589ed1a furszy: wallet: migration, avoid loading wallet after failure when it wasn't loade...
<bitcoin-git> bitcoin/master 0a77441 Ava Chow: Merge bitcoin/bitcoin#31451: wallet: migration, avoid loading legacy walle...
<bitcoin-git> [bitcoin] achow101 merged pull request #31462: test: raise explicit error if any of the needed release binaries is missing (master...202412-test-skip_if_release_binaries_missing) https://github.com/bitcoin/bitcoin/pull/31462
<bitcoin-git> bitcoin/master 1ea7e45 Sebastian Falbesoner: test: raise explicit error if any of the needed release binaries is missing
<bitcoin-git> bitcoin/master 56725f8 Ava Chow: Merge bitcoin/bitcoin#31462: test: raise explicit error if any of the need...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/66aa6a47bd8e...56725f882937
<bitcoin-git> [bitcoin] maflcko closed pull request #31631: upstage install (master...master) https://github.com/bitcoin/bitcoin/pull/31631
<bitcoin-git> [bitcoin] hannahz12 opened pull request #31631: upstage install (master...master) https://github.com/bitcoin/bitcoin/pull/31631
<bitcoin-git> [bitcoin] achow101 opened pull request #31630: doc: Archive 28.1 release notes (master...archive-28.1) https://github.com/bitcoin/bitcoin/pull/31630
<bitcoin-git> [bitcoincore.org] achow101 opened pull request #1100: Bitcoin Core 28.1 (master...rel-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1100
<bitcoin-git> [bitcoin] mzumsande opened pull request #31629: wallet: fix rescanning inconsistency (master...202501_rescan_bestblock) https://github.com/bitcoin/bitcoin/pull/31629
<bitcoin-git> [bitcoin] instagibbs opened pull request #31628: test: add coverage for immediate orphanage eviction case (master...2025-01-immediate-orphan-evict) https://github.com/bitcoin/bitcoin/pull/31628
<gribble> https://github.com/bitcoin/bitcoin/issues/31549 | fuzz: Abort if system time is called without mock time being set by marcofleon · Pull Request #31549 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21590 | Safegcd-based modular inverses in MuHash3072 by sipa · Pull Request #21590 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21590 | Safegcd-based modular inverses in MuHash3072 by sipa · Pull Request #21590 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<glozow> I also updated the wiki doc about orphanage problems https://github.com/bitcoin-core/bitcoin-devwiki/wiki/%5BP2P%5D-known-TxOrphanage-problems
<gribble> https://github.com/bitcoin/bitcoin/issues/31385 | package validation: relax the package-not-child-with-unconfirmed-parents rule by glozow · Pull Request #31385 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31397 | p2p: track and use all potential peers for orphan resolution by glozow · Pull Request #31397 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31495 | wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases by achow101 · Pull Request #31495 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<core-meetbot> achow101: Unknown command: #bitcoin
<bitcoin-git> [bitcoin] hebasto opened pull request #31627: depends: Fix spacing issue (master...250109-gen_id) https://github.com/bitcoin/bitcoin/pull/31627
<bitcoin-git> [bitcoin] hebasto opened pull request #31626: depends: Use base system's `sha256sum` utility (master...250109-sha256sum) https://github.com/bitcoin/bitcoin/pull/31626
<bitcoin-git> [bitcoin] Sjors opened pull request #31625: miner: always treat SegWit as active (master...2025/01/gbt-segwit-active) https://github.com/bitcoin/bitcoin/pull/31625
<bitcoin-git> [bitcoin] Sjors opened pull request #31624: doc: warn that CheckBlock() underestimates sigops (master...2025/01/doc-sigops) https://github.com/bitcoin/bitcoin/pull/31624
<bitcoin-git> [bitcoin] Sjors closed pull request #27433: getblocktemplate improvements for segwit and sigops (master...2023/04/gbt) https://github.com/bitcoin/bitcoin/pull/27433
<bitcoin-git> [bitcoin] luke-jr opened pull request #31623: tracing: Rename the `MIN` macro to `_TRACEPOINT_TEST_MIN` in log_raw_p2p_msgs (master...tracing_MIN_macro_rename) https://github.com/bitcoin/bitcoin/pull/31623
<bitcoin-git> [bitcoin] achow101 opened pull request #31622: psbt: add non-default sighash types to PSBTs and unify sighash type match checking (master...psbt-sighashes) https://github.com/bitcoin/bitcoin/pull/31622
<bitcoin-git> [bitcoin] adlai opened pull request #31621: doc: Update dependency installation for Debian/Ubuntu (master...master) https://github.com/bitcoin/bitcoin/pull/31621
<jonatack> good question, apart from the debug log timestamp. there are some config options with ./build/src/bitcoind -help-debug | grep time ... but on the RPC side, running ./build/src/bitcoin-cli help | grep time didn't turn up much

2025-01-08

<jonatack> cjdns v22.1 has been released and now includes auto-peering, which can simplify installation for bitcoin nodes (by no longer needing to do the "find a friend" step and add them to your conf file) and may more easily enable adding one-click cjdns support to node-in-a-package software
<bitcoin-git> [bitcoin] glozow merged pull request #30391: BlockAssembler: return selected packages virtual size and fee (master...07-2024-miner-return-package-sizes-and-fees) https://github.com/bitcoin/bitcoin/pull/30391
<bitcoin-git> bitcoin/master 66aa6a4 glozow: Merge bitcoin/bitcoin#30391: BlockAssembler: return selected packages virt...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/433412fd8478...66aa6a47bd8e
<bitcoin-git> bitcoin/master 7c123c0 ismaelsadeeq: miner: add package feerate vector to CBlockTemplate
<bitcoin-git> [bitcoin] maflcko opened pull request #31620: test: Remove --noshutdown flag, Tidy startup failures (master...2501-test-clean-shutdown) https://github.com/bitcoin/bitcoin/pull/31620
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.1
<bitcoin-git> bitcoin-detached-sigs/28.x da9ae68 Ava Chow: 28.1: win signature for final
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/690e08c3a944...da9ae6864fd7

2025-01-07

<bitcoin-git> bitcoin-detached-sigs/28.x 690e08c Matthew Zipkin: 28.1: osx signature for final
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/d95d8c47d635...690e08c3a944
<bitcoin-git> [bitcoin] achow101 pushed tag v28.1: https://github.com/bitcoin/bitcoin/compare/v28.1
<bitcoin-git> [bitcoin] achow101 merged pull request #31594: [28.x] 28.1 backports and final changes (28.x...2501-28-back) https://github.com/bitcoin/bitcoin/pull/31594
<bitcoin-git> bitcoin/28.x 621c634 MarcoFalke: rpc: Extend scope of validation mutex in generateblock
<bitcoin-git> bitcoin/28.x 05cd448 MarcoFalke: test: generateblocks called by multiple threads
<bitcoin-git> bitcoin/28.x 5b368f8 Hennadii Stepanov: depends: Fix CXXFLAGS on NetBSD
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/6db725662d9e...32efe850438e
<bitcoin-git> [bitcoin] vasild opened pull request #31619: ci: change the build to be verbose by default (master...ci_verbose_build) https://github.com/bitcoin/bitcoin/pull/31619
<bitcoin-git> [bitcoin] hebasto opened pull request #31617: build, test: Build `db_tests.cpp` regardless of `USE_BDB` (master...250107-db-tests) https://github.com/bitcoin/bitcoin/pull/31617
<bitcoin-git> [bitcoin] l0rinc opened pull request #31616: init,log: Unify block index log line (master...l0rinc/block-index) https://github.com/bitcoin/bitcoin/pull/31616
<bitcoin-git> [bitcoin] Eunovo opened pull request #31615: Ensure assumevalid is always used during reindex (master...31494-reindex-assumevalid) https://github.com/bitcoin/bitcoin/pull/31615
<bitcoin-git> [bitcoin] vasild opened pull request #31614: test: expect that files may disappear from /proc/PID/fd/ (master...expect_file_not_found_in_get_socket_inodes) https://github.com/bitcoin/bitcoin/pull/31614

2025-01-06

<bitcoin-git> [bitcoin] achow101 merged pull request #31596: doc: Clarify comments about endianness after #30526 (master...pr/docblob) https://github.com/bitcoin/bitcoin/pull/31596
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c506f2cee7b8...433412fd8478
<bitcoin-git> bitcoin/master 3e0a992 Ryan Ofsky: doc: Clarify comments about endianness after #30526
<bitcoin-git> bitcoin/master 433412f Ava Chow: Merge bitcoin/bitcoin#31596: doc: Clarify comments about endianness after ...
<bitcoin-git> [bitcoin] achow101 merged pull request #31581: test: have miner_tests use Mining interface (master...2024/12/miner_tests) https://github.com/bitcoin/bitcoin/pull/31581
<bitcoin-git> bitcoin/master 0424968 Sjors Provoost: test: use Mining interface in miner_tests
<bitcoin-git> bitcoin/master c506f2c Ava Chow: Merge bitcoin/bitcoin#31581: test: have miner_tests use Mining interface
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41a2ce9b7d73...c506f2cee7b8
<bitcoin-git> [gui] achow101 opened pull request #850: gui, psbt: Use SIGHASH_DEFAULT when signing PSBTs (master...gui-psbt-sighash-default) https://github.com/bitcoin-core/gui/pull/850
<bitcoin-git> [bitcoin] hebasto opened pull request #31613: depends, NetBSD: Fix `bdb` package compilation with GCC-14 (master...250106-netbsd-bdb) https://github.com/bitcoin/bitcoin/pull/31613
<bitcoin-git> [bitcoin] fanquake merged pull request #31464: util: Add missing types in make_secure_unique (master...2412-forward-type) https://github.com/bitcoin/bitcoin/pull/31464
<bitcoin-git> bitcoin/master fa39717 MarcoFalke: util: Add missing types in make_secure_unique
<bitcoin-git> bitcoin/master 41a2ce9 merge-script: Merge bitcoin/bitcoin#31464: util: Add missing types in make_secure_unique
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6475849c4020...41a2ce9b7d73
<bitcoin-git> [bitcoin] vasild opened pull request #31612: ci: build msan's libc with _LIBCPP_ABI_BOUNDED_* (master...ci_msan_libc) https://github.com/bitcoin/bitcoin/pull/31612
<bitcoin-git> [bitcoin] fanquake merged pull request #31435: lint: Move assertion linter into lint runner (master...2412-lint-assert) https://github.com/bitcoin/bitcoin/pull/31435
<bitcoin-git> bitcoin/master fa9aacf MarcoFalke: lint: Move assertion linter into lint runner
<bitcoin-git> bitcoin/master e8f0e6e Hodlinator: lint: output-only - Avoid repeated arrows, trim
<bitcoin-git> bitcoin/master 6475849 merge-script: Merge bitcoin/bitcoin#31435: lint: Move assertion linter into lint runner
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/49fc2258cf39...6475849c4020
<bitcoin-git> [bitcoin] kehiy opened pull request #31611: doc: upgrade license to 2025. (master...copying) https://github.com/bitcoin/bitcoin/pull/31611
<bitcoin-git> [bitcoin] kehiy closed pull request #31605: doc: upgrade bitcoin core license to 2025. (master...master) https://github.com/bitcoin/bitcoin/pull/31605
<bitcoin-git> [bitcoin] l0rinc opened pull request #31610: scripted-diff: Replace invalid txid in RPC examples with valid one (master...l0rinc/gettransaction-rpc-doc) https://github.com/bitcoin/bitcoin/pull/31610
<bitcoin-git> [bitcoin] fanquake merged pull request #31526: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py` (master...241218-freebsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31526
<bitcoin-git> bitcoin/master 0a76c29 Hennadii Stepanov: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py`
<bitcoin-git> bitcoin/master 49fc225 merge-script: Merge bitcoin/bitcoin#31526: doc: Install `net/py-pyzmq` port on FreeBSD f...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac918c7cc0e9...49fc2258cf39
<bitcoin-git> [bitcoin] fanquake merged pull request #31552: depends: Update capnproto to 1.1.0 (master...241221-capnp) https://github.com/bitcoin/bitcoin/pull/31552
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a0f0c48ae20e...ac918c7cc0e9
<bitcoin-git> bitcoin/master b0b8d96 Hennadii Stepanov: depends: Update capnproto to 1.1.0
<bitcoin-git> bitcoin/master ac918c7 merge-script: Merge bitcoin/bitcoin#31552: depends: Update capnproto to 1.1.0
<bitcoin-git> [bitcoin] fanquake merged pull request #31584: txmempool: fix typos in comments (master...typos) https://github.com/bitcoin/bitcoin/pull/31584
<bitcoin-git> bitcoin/master 34e8ee2 Boris Nagaev: txmempool: fix typos in comments
<bitcoin-git> bitcoin/master a0f0c48 merge-script: Merge bitcoin/bitcoin#31584: txmempool: fix typos in comments
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/558783625ca7...a0f0c48ae20e
<bitcoin-git> [bitcoin] brunoerg opened pull request #31609: test: importdescriptors is not available for non-descriptor wallets (master...2025-01-test-wallet-legacy-importdescriptors) https://github.com/bitcoin/bitcoin/pull/31609
<bitcoin-git> [bitcoin] fanquake merged pull request #31586: doc: Update NetBSD Build Guide (master...241231-netbsd-py-zmq) https://github.com/bitcoin/bitcoin/pull/31586
<bitcoin-git> bitcoin/master 2bdaf52 Hennadii Stepanov: doc: Update NetBSD Build Guide
<bitcoin-git> bitcoin/master 5587836 merge-script: Merge bitcoin/bitcoin#31586: doc: Update NetBSD Build Guide
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e936789b167...558783625ca7
<bitcoin-git> [bitcoin] fanquake closed pull request #31597: ci: Switch to latest macOS and Windows images (master...250103-images) https://github.com/bitcoin/bitcoin/pull/31597
<bitcoin-git> [bitcoin] fanquake merged pull request #31592: ci: Run functional tests in msan task (master...2501-ci-msan-fun) https://github.com/bitcoin/bitcoin/pull/31592
<bitcoin-git> bitcoin/master fa0411e MarcoFalke: ci: Run functional tests in msan task
<bitcoin-git> bitcoin/master 3e93678 merge-script: Merge bitcoin/bitcoin#31592: ci: Run functional tests in msan task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5af642bf48bb...3e936789b167
<bitcoin-git> [bitcoin] fanquake merged pull request #31604: test: fix typo in mempool_ephemeral_dust (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31604
<bitcoin-git> bitcoin/master 5af642b merge-script: Merge bitcoin/bitcoin#31604: test: fix typo in mempool_ephemeral_dust
<bitcoin-git> bitcoin/master 29bca97 epysqyli: test: fix typo in mempool_ephemeral_dust
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4036ee3f2bf5...5af642bf48bb
<bitcoin-git> [bitcoin] maflcko opened pull request #31608: doc: Clarify min macOS and Xcode version (master...2501-doc-macos) https://github.com/bitcoin/bitcoin/pull/31608
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31607: ANEW.Wall (master...master) https://github.com/bitcoin/bitcoin/pull/31607
<bitcoin-git> [bitcoin] MarcelMonde opened pull request #31607: ANEW.Wall (master...master) https://github.com/bitcoin/bitcoin/pull/31607

2025-01-05

<bitcoin-git> [bitcoin] kehiy opened pull request #31605: doc: upgrade Bitcoin Core license to 2025 (master...master) https://github.com/bitcoin/bitcoin/pull/31605
<bitcoin-git> [bitcoin] fjahr closed pull request #30370: sync: improve CCoinsViewCache ReallocateCache - 2nd try (master...2024-07-pr28945) https://github.com/bitcoin/bitcoin/pull/30370

2025-01-04

<bitcoin-git> [bitcoin] epysqyli opened pull request #31604: test: fix typo in mempool_ephemeral_dust (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31604
<bitcoin-git> [bitcoin] hebasto closed pull request #31595: qa: Ensure consistent use of decimals instead of floats (master...250102-decimal) https://github.com/bitcoin/bitcoin/pull/31595
<bitcoin-git> [bitcoin] brunoerg opened pull request #31603: descriptor: check whitespace in `ParsePubkeyInner` (master...2025-01-descriptor-pk) https://github.com/bitcoin/bitcoin/pull/31603

2025-01-03

<bitcoin-git> [bitcoin] achow101 merged pull request #31542: test: Embed univalue json tests in binary (master...2412-univalue-json-tests) https://github.com/bitcoin/bitcoin/pull/31542
<bitcoin-git> [bitcoin] achow101 merged pull request #31547: build: Use character literals for generated json headers to avoid narrowing (master...l0rinc/GenerateHeaderFromJson-character-literal) https://github.com/bitcoin/bitcoin/pull/31547
<bitcoin-git> bitcoin/master 63b6b63 Lőrinc: build: Use character literals for generated headers to avoid narrowing
<bitcoin-git> bitcoin/master fa04485 MarcoFalke: test: Re-enable univalue test fail18.json
<bitcoin-git> bitcoin/master fafa9cc MarcoFalke: test: Embed univalue json tests in binary
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6aa0e70ccbd5...4036ee3f2bf5
<bitcoin-git> [bitcoin] l0rinc opened pull request #31601: Modernize recent `ByteType` usages and simplify read/write functions (master...l0rinc/crypto-common-use-std-byte) https://github.com/bitcoin/bitcoin/pull/31601
<bitcoin-git> [bitcoin] achow101 closed pull request #31582: [28.x] Finalize 28.1 (28.x...28.1-final) https://github.com/bitcoin/bitcoin/pull/31582
<Sjors[m]> Some search engines rank bitcoin-core . app and btcore . cc at the top for "Bitcoin Core download" search.
<bitcoin-git> [bitcoin] Sjors opened pull request #31600: rpc: fix mintime field testnet4, expand timewarp attack test (master...2025/01/timewarp-oops) https://github.com/bitcoin/bitcoin/pull/31600
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31524: refactor: Allow std::byte in (Read/Write)(LE/BE) (master...2412-more-byte) https://github.com/bitcoin/bitcoin/pull/31524
<bitcoin-git> bitcoin/master fa83bec MarcoFalke: refactor: Allow std::byte in Read(LE/BE)
<bitcoin-git> bitcoin/master 6aa0e70 Ryan Ofsky: Merge bitcoin/bitcoin#31524: refactor: Allow std::byte in Read(LE/BE)
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/604bf2ea37f8...6aa0e70ccbd5
<bitcoin-git> [bitcoin] i-am-yuvi opened pull request #31599: test: improve rogue calls in mining functions (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31599
<bitcoin-git> [bitcoin] i-am-yuvi closed pull request #31598: #31403 follow-up (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31598
<bitcoin-git> [bitcoin] i-am-yuvi opened pull request #31598: #31403 follow-up (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31598