<bitcoin-git>
bitcoin/master ba4076d fanquake: Merge bitcoin/bitcoin#25937: test: add coverage for rpc error when trying ...
2023-04-26
<bitcoin-git>
[bitcoin] satsie opened pull request #27534: rpc: add 'getnetmsgstats', new rpc to view network message statistics (master...2023-03-getnetmsgstats) https://github.com/bitcoin/bitcoin/pull/27534
<bitcoin-git>
[bitcoin] achow101 merged pull request #25158: rpc, wallet: add abandoned field for all categories of transaction in ListTransaction (master...2022-05-abandoned-listtransactions) https://github.com/bitcoin/bitcoin/pull/25158
<bitcoin-git>
bitcoin/master a1aaa7f brunoerg: rpc, wallet: add `abandoned` field for all categories of transactions in L...
<bitcoin-git>
bitcoin/master 0c52067 brunoerg: doc: add release notes for `abandoned` field in `gettransaction` and `list...
<bitcoin-git>
bitcoin/master 91ccb62 Andrew Chow: Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all cate...
<bitcoin-git>
[bitcoin] glozow merged pull request #26933: mempool: disallow txns under min relay fee, even in packages (master...2023-01-package-mempoolmin-only) https://github.com/bitcoin/bitcoin/pull/26933
<bitcoin-git>
bitcoin/master 563a2ee glozow: [policy] disallow transactions under min relay fee, even in packages
<bitcoin-git>
[bitcoin] achow101 closed pull request #25766: wallet: Include a signature with encrypted keys to mitigate a wallet scam (master...enckeys-with-sigs) https://github.com/bitcoin/bitcoin/pull/25766
<bitcoin-git>
[bitcoin] achow101 closed pull request #24125: p2p: Replace RecursiveMutex `m_tx_inventory_mutex` with Mutex and rename it (master...cs_tx_inventory_mutex) https://github.com/bitcoin/bitcoin/pull/24125
<bitcoin-git>
[bitcoin] achow101 closed pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507
<bitcoin-git>
[bitcoin] achow101 closed pull request #26101: script: create V1SigVersion for functions which should only accept taproot/tapscript (master...explicit-v1-scriptver) https://github.com/bitcoin/bitcoin/pull/26101
<bitcoin-git>
[bitcoin] jonatack closed pull request #24199: Add cs_main annotation to WriteBatchSync(), drop lock in CDiskBlockIndex (master...remove-cs_main-lock-in-CDiskBlockIndex) https://github.com/bitcoin/bitcoin/pull/24199
<bitcoin-git>
[bitcoin] jonatack closed pull request #24150: refactor: move index class members from protected to private (master...move-index-class-members-from-protected-to-private) https://github.com/bitcoin/bitcoin/pull/24150
<bitcoin-git>
[bitcoin] theStack opened pull request #27529: test: fix `feature_addrman.py` on big-endian systems (master...test-fix_feature_addrman_on_big_endian_systems) https://github.com/bitcoin/bitcoin/pull/27529
<bitcoin-git>
[bitcoin] achow101 merged pull request #25939: rpc: In `utxoupdatepsbt` also look for the tx in the txindex (master...utxoupdatepsbt_with_txindex) https://github.com/bitcoin/bitcoin/pull/25939
<bitcoin-git>
bitcoin/master 2755aa5 Andrew Chow: Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx...
<bitcoin-git>
bitcoin/master 6e9f8bb ishaanam: rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txind...
<bitcoin-git>
[bitcoin] stratospher opened pull request #27511: rpc: Add test-only RPC getaddrmaninfo for new/tried table address count (master...getaddrmaninfo) https://github.com/bitcoin/bitcoin/pull/27511
<bitcoin-git>
[bitcoin] fanquake opened pull request #27510: ci: drop untrusted bpfcc tool usage (master...drop_untrusted_bpfcc_tools) https://github.com/bitcoin/bitcoin/pull/27510
<bitcoin-git>
[bitcoin] vasild opened pull request #27509: Relay own transactions only via short-lived Tor or I2P connections (master...relay_tx_to_priv_nets) https://github.com/bitcoin/bitcoin/pull/27509
<bitcoin-git>
[bitcoin] fanquake opened pull request #27508: build: use latest config.{guess,sub} in depends (master...depends_latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/27508
<bitcoin-git>
bitcoin/master 9836c76 brunoerg: net: add `GetMappedAS` in `CConnman`
<bitcoin-git>
bitcoin/master 0076bed brunoerg: logging: log ASN when using `-asmap`
<bitcoin-git>
bitcoin/master 4c40837 Andrew Chow: Merge bitcoin/bitcoin#27412: logging, net: add ASN from peers on logs
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27505: net: use interruptible async getaddrinfo wrapper from libevent for DNS (master...dns-libevent) https://github.com/bitcoin/bitcoin/pull/27505
<bitcoin-git>
[bitcoin] fanquake 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] 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] 1440000bytes opened pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454