Bitcoin Merges
@BitcoinMerges
Followers
10K
Following
10
Media
0
Statuses
9K
Unofficial bot for pull requests that are merged into the current Bitcoin reference implementation built by @BitcoinPierre
Joined September 2017
Merged PR from achow101: wallet Set descriptor cache upgraded flag for migrated wallets
github.com
#32597 set the descriptor cache upgraded flag for newly created wallets, but migrated wallets still did not have the flag set when they are migrated. For consistency, and to avoid an unnecessary up...
0
0
0
Merged PR from vasild: test dont throw from the destructor of DebugLogHelper
github.com
Throwing an exception from the destructor of a class is a bad practice because the destructor will be called when an object of that type is alive on the stack and another exception is thrown, which...
0
1
3
Merged PR from ajtowns: netrpc Report inv information for debugging
github.com
Adds per-peer entries to getpeerinfo for the size of the inv_to_send queue and the mempool sequence number as at the last INV. Can be helpful for debugging tx relay performance and privacy/fingerpr...
0
0
2
Merged PR from hebasto: Release 300rc2 translations update
github.com
This PR updates Spanish (es) and Czech (cs) translations and addresses the following comments: Release: 30.0 translations update #33275 (comment) Release: 30.0 translations update #33275 (comment)...
0
1
5
Merged PR from fanquake: ci remove Clang build from msan fuzz job
github.com
Remove the Clang build from msan fuzz by using the apt install LLVM / Clang, and just linking against -lstdc++.
0
1
3
Merged PR from john-moffett: rpc Always return perwtxid entries in submitpackage txresults
github.com
Follow-up to #28848 When submitpackage produced no per-transaction result for a member, the RPC set "error": "unevaluated" but then continued without inserting t...
0
0
1
Merged PR from theStack: doc remove unrelated bitcoinwallet binary from libbitcoin_ipc description
github.com
bitcoin-wallet as-is is merely an offline wallet inspection tool (introduced more than 9 years ago in PR #13926) that doesn't have any relation with IPC/multiprocess, so remove it from the ...
0
0
0
Merged PR from willcl-ark: ci disable cirrus cache in 32bit arm job
github.com
Add an optional matrix field allowing opt-out of configuring cirrus GHA cache when not using cirrus runners. This is not needed for the cirruslabs/[save|restore]-cache actions, as they automaticall...
0
1
3
Merged PR from vasild: system improve handling around GetTotalRAM
github.com
Fix unused variable warning (coins: warn on oversized -dbcache #33333 (comment)) Enable GetTotalRAM() on other platforms where it was tested to work. Skip the GetTotalRAM() unit test on unsupported...
0
1
4
Merged PR from marcofleon: fuzz reduce iterations in slow targets
github.com
The mini_miner, txdownloadman, txdownloadman_impl, and tx_pool_standard fuzz targets are all slow-running targets. Fix this by reducing the iteration count in the LIMITED_WHILE loops. This should h...
0
0
1
Merged PR from hodlinator: build Remove lingering Windows registry shortcuts 32132 followup
github.com
Problem Prior to fb2b05b / #32132 we installed using paths with an extra " (64-bit)"-suffix. Installing a version including that commit on top of a version that does not results i...
0
1
3
Merged PR from ajtowns: p2p Increase tx relay rate
github.com
In the presence of smaller transactions on the network, blocks can sustain a higher relay rate than 7tx/second. In this event, the per-peer inventory queues can grow too large. This commit bumps th...
0
0
3
Merged PR from ryanofsky: Update libmultiprocess subtree to fix intermittent mptest hang
github.com
Includes: ci: output CMake version in CI script bitcoin-core/libmultiprocess#207 ci: Test minimum cmake version in olddeps job bitcoin-core/libmultiprocess#208 Add .gitignore bitcoin-core/libmulti...
0
0
0
Merged PR from pinheadmz: Remove unnecessary casts when calling socket operations
github.com
During review of #32747 several casting operations were questioned in existing code that had been copied or moved. That lead me to find a few other similar casts in the codebase. It turns out that ...
0
1
2
Merged PR from l0rinc: coins warn on oversized dbcache
github.com
Summary Oversized allocations can cause out-of-memory errors or heavy swapping, grinding the system to a halt. Fix Added a minimal system helper to query total physical RAM on Linux/macOS/Windows (...
0
1
4
Merged PR from ryanofsky: test Avoid interface_ipcpy Duplicate ID errors
github.com
This change should fix issue #33417 reported by zaidmstrr. It's possible to reproduce the mp/proxy.capnp:0: failed: Duplicate ID @0xcc316e3f71a040fb error by installing libmultiprocess syst...
0
0
2
Merged PR from hebasto: cmake Install bitcoin manpage
github.com
This PR is an amendment to #31375.
0
0
3
Merged PR from mzumsande: net do not apply whitelist permissions to onion inbounds
github.com
Tor inbound connections do not reveal the peer's actual network address. Do not apply whitelist permissions to them since address-based matching is ineffective.
1
0
3