<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/master 3cc989d Yusuf Sahin HAMZA: Fix checking bad dns seeds without casting
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
<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 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 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] 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] 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 1fefcf2 Cory Fields: verify-commits: error and exit cleanly when git is too old.
<bitcoin-git>
bitcoin/master 69460bd Andrew Chow: Merge bitcoin/bitcoin#27461: verify-commits: error and exit cleanly when g...
<bitcoin-git>
[bitcoin] 1440000bytes closed pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454
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/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
<bitcoin-git>
bitcoin/master 19764dc Hennadii Stepanov: Merge bitcoin-core/gui#726: Register `wallet::AddressPurpose` type
<bitcoin-git>
[bitcoin] fanquake opened pull request #27459: ci: explicitly install libclang-rt-dev in valgrind jobs (master...explicit_libclang_rt_dev) https://github.com/bitcoin/bitcoin/pull/27459
<bitcoin-git>
[bitcoin] fanquake merged pull request #27444: ci: use Debian Bookworm and Valgrind 3.19 in Valgrind jobs (master...valgrind_3_20_source_clang_16) https://github.com/bitcoin/bitcoin/pull/27444
<bitcoin-git>
bitcoin/master ba29143 fanquake: ci: use Debian Bookworm and Valgrind 3.19 in Valgrind jobs
<bitcoin-git>
bitcoin/master cd603ed fanquake: Merge bitcoin/bitcoin#27444: ci: use Debian Bookworm and Valgrind 3.19 in ...
<bitcoin-git>
bitcoin/master e047ae8 fanquake: valgrind: update supps for Debian Bookworm.
<bitcoin-git>
[bitcoin] 1440000bytes opened pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27452: test: cover addrv2 anchors by adding TorV3 to CAddress in messages.py (master...test-anchors-addrv2) https://github.com/bitcoin/bitcoin/pull/27452
<bitcoin-git>
[bitcoin] fanquake merged pull request #27217: wallet: Replace use of purpose strings with an enum (master...address-purpose-enums) https://github.com/bitcoin/bitcoin/pull/27217
<bitcoin-git>
bitcoin/master e83babe Andrew Chow: wallet: Replace use of purpose strings with an enum
<bitcoin-git>
bitcoin/master 8741522 Ryan Ofsky: wallet: Add wallet/types.h for simple public enum and struct types
<bitcoin-git>
bitcoin/master 2f80005 Ryan Ofsky: wallet: add AddressPurpose enum to replace string values
<bitcoin-git>
[bitcoin] fanquake opened 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] kallewoof closed pull request #24162: rpc: add require_checksum flag to deriveaddresses (master...202201-deriveaddr-nochecksum) https://github.com/bitcoin/bitcoin/pull/24162
<bitcoin-git>
[bitcoin] kallewoof closed pull request #24161: rpc/doc: describe using combo(privkey) to get checksum and then list … (master...202201-derivefromprivkey) https://github.com/bitcoin/bitcoin/pull/24161
<bitcoin-git>
[bitcoin] benthecarman opened pull request #27446: Allow configuirng target block time for a signet (master...configure-signet-blockitme) https://github.com/bitcoin/bitcoin/pull/27446
<bitcoin-git>
[bitcoin] achow101 merged pull request #27441: doc: correct sqlite & qrencode versions used in depenendencies.md (master...sqlite_deps_version) https://github.com/bitcoin/bitcoin/pull/27441
<bitcoin-git>
bitcoin/master a3eea2a Andrew Chow: Merge bitcoin/bitcoin#27441: doc: correct sqlite & qrencode versions used ...
<bitcoin-git>
bitcoin/master a12d9cf fanquake: doc: correct sqlite & qrencode versions used in depenendencies.md
<bitcoin-git>
[bitcoin] theStack opened pull request #27432: contrib: add tool to convert compact-serialized UTXO set to SQLite database (master...add-utxo_to_sqlite-conversion-tool) https://github.com/bitcoin/bitcoin/pull/27432
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27429: ci: Run base install at most once (master...2304-ci-base-install-once-) https://github.com/bitcoin/bitcoin/pull/27429
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27419: refactor: Extract common/args from util/system (master...splitSystemArgs) https://github.com/bitcoin/bitcoin/pull/27419
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27418: test: Remove windows workaround in authproxy (master...2304-test-win-no-work-) https://github.com/bitcoin/bitcoin/pull/27418
<bitcoin-git>
[bitcoin] meglio opened pull request #27414: doc: Add example of how to mix private and public keys in descriptors (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27414
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27405: Use steady clock instead of system clock to measure durations (master...2304-steady-over-millis-) https://github.com/bitcoin/bitcoin/pull/27405
<bitcoin-git>
[bitcoin] martinus opened pull request #27401: tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compile without warnings (master...2023-04-no-tracepoint-warnings) https://github.com/bitcoin/bitcoin/pull/27401
2023-04-02
<bitcoin-git>
[bitcoin] fanquake merged pull request #27382: miniscript: explicit cast instead of comparing integers of different signs (master...miniscript_comp_int_size) https://github.com/bitcoin/bitcoin/pull/27382