<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27570: refactor: Remove need to pass chainparams from BlockManager methods (master...2305-blockman-chain-params-) https://github.com/bitcoin/bitcoin/pull/27570
2023-05-03
<bitcoin-git>
[bitcoin] achow101 merged pull request #24957: prune, import: allow pruning to work during loadblock import (master...issue_23852_import_prune) https://github.com/bitcoin/bitcoin/pull/24957
<bitcoin-git>
bitcoin/master 4581a68 0xb10c: clarify processing of mempool-msgs when NODE_BLOOM
<bitcoin-git>
bitcoin/master 8f5da89 glozow: Merge bitcoin/bitcoin#27559: doc: clarify processing of mempool-msgs when ...
<bitcoin-git>
[bitcoin] hebasto opened pull request #27561: test: Explicitly specify directory where to search tests for (master...230503-path) https://github.com/bitcoin/bitcoin/pull/27561
<bitcoin-git>
[bitcoin] fanquake merged pull request #26953: contrib: add ELF OS ABI check to symbol-check.py (master...symbol_check_elf_abi) https://github.com/bitcoin/bitcoin/pull/26953
<bitcoin-git>
bitcoin/master 65ba8a7 fanquake: contrib: add ELF ABI check to symbol-check.py
<bitcoin-git>
bitcoin/master 49d543d fanquake: Merge bitcoin/bitcoin#26953: contrib: add ELF OS ABI check to symbol-check...
<bitcoin-git>
[bitcoin] fanquake closed pull request #25935: build: include example bitcoin.conf in build outputs under share/examples/ subdirectory (master...dist_bitcoinconf_as_example) https://github.com/bitcoin/bitcoin/pull/25935
<bitcoin-git>
[bitcoin] furszy closed pull request #26644: wallet: bugfix, 'wallet_load_ckey' unit test fails with bdb (master...2022_walletdb_fix_bdb_deadlock) https://github.com/bitcoin/bitcoin/pull/26644
<bitcoin-git>
[bitcoin] 0xB10C opened pull request #27559: doc: clarify processing of mempool-msgs when NODE_BLOOM (master...2023-05-clarify-mempool-bloom) https://github.com/bitcoin/bitcoin/pull/27559
<bitcoin-git>
[bitcoin] pinheadmz closed 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] pinheadmz opened pull request #27557: net: call getaddrinfo() in detachable thread to prevent stalling (master...async-getaddrinfo) https://github.com/bitcoin/bitcoin/pull/27557
<bitcoin-git>
[bitcoin] furszy opened pull request #27556: wallet: fix deadlock in bdb read write operation (master...2023_wallet_db_deadlock) https://github.com/bitcoin/bitcoin/pull/27556
<bitcoin-git>
[bitcoin] hebasto opened pull request #27554: test: Treat `bitcoin-wallet` binary in the same way as others (master...230502-toolwallet) https://github.com/bitcoin/bitcoin/pull/27554
<josie>
furszy: sounds cool! so this would be bitcoin core node which asks for blocks on demand based on the wallet / rpc commands?
<bitcoin-git>
[bitcoin] sipa opened pull request #27552: Add support for "partial" fuzzers that indicate usefulness (master...202305_partial_fuzzers) https://github.com/bitcoin/bitcoin/pull/27552
<emzy>
FWIW I run 4 bitcoin core public nodes for Bisq, with peerbloomfilters=1. They are very busy but work fine.
<Murch>
<BlueMatt[m]> "is there a case where bitcoin..." <- Yes, generally the fee estimation can be unreliable if you were offline. We use only transactions that were in the mempool and then got included in a block, so I think if you e.g. went offline a bit before the mempool got cleared out, then started it later it would reload from the mempool file on startup, see that all these transactions have gotten confirmed, including ones that the node has just
<BlueMatt[m]>
is there a case where bitcoin core may return nonsense fees for estimatesmartfee if its been offline for a few hours? trying to figure out why some lightning nodes sometimes just use trash fees (1sat/vB) which is very insecure and can lead to unintended force-closes.
<bitcoin-git>
[bitcoin] glozow closed 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
<jon_atack>
An attack on the I2P network is ongoing since a day or so. Bitcoin nodes running using the i2pd router may not be able to create SAM sessions due to floodfills.
<michaelfolkson>
From https://github.com/bitcoin/bitcoin/pull/25871#issuecomment-1382334059 "Maintainers inherently need to look at the things that everyone else has already looked at, if only to give it a final once over before merging (but hopefully, an actual review, not just looking it over)."
<bitcoin-git>
[bitcoin] brunoerg opened pull request #27549: fuzz: addrman, add coverage for `network` field in `Select()` (master...2023-04-fuzz-addrman-select) https://github.com/bitcoin/bitcoin/pull/27549
<bitcoin-git>
[bitcoin] theStack opened pull request #27542: test: add ripemd160 to test framework modules list (master...test-test_runner_add_ripemd160_module) https://github.com/bitcoin/bitcoin/pull/27542
<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] fanquake opened pull request #27510: ci: drop untrusted bpfcc tool usage (master...drop_untrusted_bpfcc_tools) https://github.com/bitcoin/bitcoin/pull/27510
<vasild>
dergoegge: yesterday I managed to send one tx using https://github.com/bitcoin/bitcoin/pull/27509, but now all sends appear to end in blackholes. I guessed that I hit some "broken/malicious" tor nodes after the first 1-2 sent-but-then-the-tx-is-not-on-the-network, but now it has tried way too many peers. Maybe something like https://github.com/bitcoin/bitcoin/issues/4432 is going on.
<bitcoin-git>
[bitcoin] vasild opened pull request #27509: Relay own transactions only via short-lived Tor or I2P connections (master...relay_tx_to_priv_nets) https://github.com/bitcoin/bitcoin/pull/27509
<bitcoin-git>
[bitcoin] fanquake 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