aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-11test: add coverage for BnB-SFFO restrictionfurszy
2023-12-11wallet: Assert that the wallet is not initialized in LoadWalletAndrew Chow
2023-12-11tests, bench: Remove incorrect LoadWallet() callsAndrew Chow
2023-12-11doc: update/clarify max outbound connection countMarnix
2023-12-11doc: Update bitcoin-tx replaceable documentationKashif Smith
2023-12-11ArgsManager: return path by value from GetBlocksDirPath()Vasil Dimov
2023-12-11refactor: Remove pre-C++20 fs codeMarcoFalke
2023-12-11Add tests for C++20 std::u8stringMarcoFalke
2023-12-11refactor: Avoid copy/move in fs.hMarcoFalke
2023-12-11refactor: Use C++20 std::chrono::daysMarcoFalke
2023-12-11Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-codefanquake
2023-12-11Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr...fanquake
2023-12-11Merge bitcoin/bitcoin#29009: fuzz: p2p: Detect peer deadlocksfanquake
2023-12-11Merge bitcoin/bitcoin#29031: fuzz: Improve fuzzing stability for txorphan har...fanquake
2023-12-11Merge bitcoin/bitcoin#29044: msvc: Define the same `QT_...` macros as in Auto...fanquake
2023-12-11Merge bitcoin/bitcoin#29041: test: fix intermittent error in rpc_net.py (#29030)fanquake
2023-12-11Merge bitcoin/bitcoin#29035: test: fix `addnode` functional test failure on O...fanquake
2023-12-11Merge bitcoin/bitcoin#29045: msvc: Optimize "Release" buildsfanquake
2023-12-11Merge bitcoin/bitcoin#29048: Add a note to msvc readme re building Qt for Bit...fanquake
2023-12-10Add a note to msvc readme re building Qt for Bitcoin Core.Aaron Clauson
2023-12-09msvc: Define the same `QT_...` macros as in Autotools buildsHennadii Stepanov
2023-12-09msvc: Optimize "Release" buildsHennadii Stepanov
2023-12-09test: fix intermittent error in rpc_net.py (#29030)Sebastian Falbesoner
2023-12-08tests: Add unit tests for bitcoin-tx replaceable commandKashif Smith
2023-12-08wallet: return CreatedTransactionResult from FundTransactionAndrew Chow
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction version in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction locktime in CreateTransactionAndrew Chow
2023-12-08wallet: Set preset input sequence through coin controlAndrew Chow
2023-12-08wallet: Replace SelectExternal with SetTxOutAndrew Chow
2023-12-08coincontrol: Replace HasInputWeight with returning optional from GetAndrew Chow
2023-12-08wallet: Introduce and use PreselectedInput class in CCoinControlAndrew Chow
2023-12-08test: fix `addnode` functional test failure on OpenBSDSebastian Falbesoner
2023-12-08fuzz: Improve fuzzing stability for txorphan harnessdergoegge
2023-12-08Merge bitcoin/bitcoin#28349: build: Require C++20 compilerfanquake
2023-12-08Merge bitcoin/bitcoin#29006: test: fix v2 transport intermittent test failure...fanquake
2023-12-08Merge bitcoin/bitcoin#28485: test: Extends MEMPOOL msg functional testfanquake
2023-12-08Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...fanquake
2023-12-08Merge bitcoin/bitcoin#29025: doc: Add link to needs-release-notes labelfanquake
2023-12-07wallet: create tx, log resulting coin selection infofurszy
2023-12-07wallet: skip BnB when SFFO is activeMurch
2023-12-07Merge bitcoin/bitcoin#29023: doc: add historical release notes for 26.0Andrew Chow
2023-12-07Merge bitcoin/bitcoin#28924: refactor: Remove unused and fragile string inter...fanquake
2023-12-07doc: Missing additions to 26.0 release notesfanquake
2023-12-07doc: Add link to needs-release-notes labelMarcoFalke
2023-12-07doc: add historical release notes for 26.0fanquake
2023-12-07doc: add minimum required Linux Kernel to release-notesfanquake
2023-12-07refactor: rpc: Pass CBlockIndex by reference instead of pointerMarcoFalke
2023-12-07refactor: Use reference instead of pointer in IsBlockPrunedMarcoFalke