aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-29Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet`fanquake
2023-05-29Merge bitcoin/bitcoin#27765: test: Throw error when -signetchallenge is non-hexfanquake
2023-05-27Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra...Andrew Chow
2023-05-27Merge bitcoin/bitcoin#27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compil...fanquake
2023-05-26Merge bitcoin/bitcoin#27469: wallet: improve IBD sync time by skipping block ...Andrew Chow
2023-05-26Merge bitcoin/bitcoin#27761: p2p: Log addresses of stalling peersfanquake
2023-05-26fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time settingMarcoFalke
2023-05-26Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is foundfanquake
2023-05-26Merge bitcoin/bitcoin#25977: refactor: Replace `std::optional<bilingual_str>`...fanquake
2023-05-26p2p: Log addresses of stalling peersMartin Zumsande
2023-05-25test: Throw error when -signetchallenge is non-hexMarcoFalke
2023-05-25Fix `#include`s in `src/wallet`Hennadii Stepanov
2023-05-25wallet: skip block scan if block was created before wallet birthdayfurszy
2023-05-25refactor: single method to append new spkm to the walletfurszy
2023-05-25Merge bitcoin/bitcoin#27747: rpc: Use 'byte'/'bytes' for bech32(m) validation...fanquake
2023-05-25use 'byte'/'bytes' for bech32(m) validation errorReese Russell
2023-05-24Unconditionally return when compact block status == READ_STATUS_FAILEDGreg Sanders
2023-05-24Merge bitcoin/bitcoin#27727: rpc: Fix invalid bech32 address handlingAndrew Chow
2023-05-24refactor: Replace std::optional<bilingual_str> with util::ResultRyan Ofsky
2023-05-24util: Add void support to util::ResultMarcoFalke
2023-05-24Merge bitcoin/bitcoin#27626: Parallel compact block downloads, take 3fanquake
2023-05-23Support up to 3 parallel compact block txn fetchingsGreg Sanders
2023-05-23rpc: Fix invalid bech32 handlingMarcoFalke
2023-05-22Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpcAndrew Chow
2023-05-22Merge bitcoin/bitcoin#27672: fuzz: Print error message when FUZZ is missingfanquake
2023-05-22fuzz: Print error message when FUZZ is missingMarcoFalke
2023-05-20random: switch to using getrandom() directlyfanquake
2023-05-20random: add [[maybe_unused]] to GetDevURandomfanquake
2023-05-20random: getentropy on macOS does not need unistd.hfanquake
2023-05-19Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...glozow
2023-05-19Merge bitcoin/bitcoin#27662: build: Bump minimum supported GCC to g++-9fanquake
2023-05-18Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operationAndrew Chow
2023-05-18Only request full blocks from the peer we thought had the block in-flightGreg Sanders
2023-05-18Convert mapBlocksInFlight to a multimapGreg Sanders
2023-05-18Remove nBlocksInFlightGreg Sanders
2023-05-18alias BlockDownloadMap for mapBlocksInFlightGreg Sanders
2023-05-18Merge bitcoin/bitcoin#27689: doc: remove mention of glibc 2.10+fanquake
2023-05-18build: Bump minimum supported GCC to g++-9MarcoFalke
2023-05-17index: Enable reindex-chainstate with active indexesMartin Zumsande
2023-05-17index: Use first block from locator instead of looking for fork pointMartin Zumsande
2023-05-17doc: remove mention of glibc 2.10+fanquake
2023-05-16qt, test: Add missed headerHennadii Stepanov
2023-05-16Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...fanquake
2023-05-15walletdb: Remove unused CreateMockWalletDatabaseAndrew Chow
2023-05-15test: add coverage for wallet read write db deadlockfurszy
2023-05-15walletdb: scope bdb::EraseRecords under a single db txnfurszy
2023-05-15wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursorfurszy
2023-05-15Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit testsfanquake
2023-05-14wallet, tests: mark unconflicted txs as inactiveishaanam
2023-05-11Merge bitcoin/bitcoin#27610: Improve performance of p2p inv to send queuesfanquake