aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-14build: Bump g++ minimum supported version to 11MarcoFalke
2024-03-14depends: drop 1 qt determinism patchfanquake
2024-03-14Merge bitcoin/bitcoin#27897: guix: use GCC 12.3.0 to build releasesfanquake
2024-03-14Merge bitcoin/bitcoin#29497: test: simplify test_runner.pyfanquake
2024-03-14Merge bitcoin/bitcoin#29649: netbase: remove unnecessary log messagefanquake
2024-03-14ci: Better tidy errorsMarcoFalke
2024-03-13netbase: remove unnecessary log messageMatthew Zipkin
2024-03-13lint: Use git --no-pager to print any output in one goMarcoFalke
2024-03-13Merge bitcoin/bitcoin#29478: test: Test new header sync behavior in loadtxoutsetAva Chow
2024-03-13Avoid divide-by-zero in header sync logs when NodeClock is behindMarcoFalke
2024-03-13refactor: Modernize header sync logsMarcoFalke
2024-03-13Merge bitcoin/bitcoin#28193: test: add script compression coverage for not-on...Ava Chow
2024-03-13RPC: Add maxfeerate and maxburnamount args to submitpackageGreg Sanders
2024-03-13Merge bitcoin/bitcoin#29606: refactor: Reserve memory for ToLower/ToUpper con...Ava Chow
2024-03-13Merge bitcoin/bitcoin#29619: refactor: consolidate MempoolAcceptResult proces...Ava Chow
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12test: simplify test_runner.pytdb3
2024-03-12test: fix intermittent failures with test=addrmanMartin Zumsande
2024-03-12Merge bitcoin/bitcoin#29633: log: Remove error() referencefanquake
2024-03-12Merge bitcoin/bitcoin#26415: rpc,rest,zmq: faster getblock, NotifyBlock and r...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-12rest: read raw block in rest_block and deserialize for jsonAndrew Toth
2024-03-12rpc: read raw block in getblock and deserialize for verbosity > 0Andrew Toth
2024-03-12test: check more details on zmq raw block responseAndrew Toth
2024-03-12zmq: read raw block with ReadRawBlockFromDiskAndrew Toth
2024-03-12blockstorage: check nPos in ReadRawBlockFromDisk before seeking backAndrew Toth
2024-03-12guix: temporarily disable powerpcle tagetfanquake
2024-03-12guix: use GCC 12.3.0fanquake
2024-03-12ci: use Debian Bookworm (GCC 12) for ARM ci jobfanquake
2024-03-12ci: use Debian Bookworm (GCC 12) for win64 jobfanquake
2024-03-12Merge bitcoin/bitcoin#29306: policy: enable sibling eviction for v3 transactionsAva Chow
2024-03-12log: Remove error() referenceFabian Jahr
2024-03-12refactor: init, simplify index shutdown codefurszy
2024-03-12index: decrease ThreadSync cs_main contentionfurszy
2024-03-12index: cache last block filter headerfurszy
2024-03-12blockstorage: do not flush block to disk if it is already thereMatthew Zipkin
2024-03-12lint: Fix lint-whitespace issuesMarcoFalke
2024-03-12index: blockfilter, decouple header lookup into its own functionfurszy
2024-03-12index: blockfilter, decouple Write into its own functionfurszy
2024-03-12bench: basic block filter index initial syncfurszy
2024-03-12Merge bitcoin/bitcoin#29620: ci: add print of powershell version to win64 jobfanquake
2024-03-12Merge bitcoin/bitcoin#29610: ci: Fix "macOS native" jobfanquake
2024-03-12Merge bitcoin/bitcoin#29236: log: Nuke error(...)fanquake
2024-03-12Merge bitcoin/bitcoin#29598: depends: don't use -h with touch on OpenBSDfanquake
2024-03-11ci, macos: Use `--break-system-packages` with Homebrew's pythonHennadii Stepanov
2024-03-11test: p2p: check limited peers desirability (depending on best block depth)Sebastian Falbesoner
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-11test: p2p: check disconnect due to lack of desirable service flagsSebastian Falbesoner
2024-03-11test: p2p: support disconnect waiting for `add_outbound_p2p_connection`Sebastian Falbesoner
2024-03-11Merge bitcoin/bitcoin#29458: refactor: Preallocate result in TryParseHex to a...Ava Chow