Age | Commit message (Expand) | Author |
2023-12-20 | Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`... | Ava Chow |
2023-12-20 | Merge bitcoin/bitcoin#29115: [doc]: add doxygen comment describing what `Che... | glozow |
2023-12-19 | Merge bitcoin/bitcoin#29037: Add multiplication operator to CFeeRate | Ava Chow |
2023-12-19 | [doc]: add doxygen return comment for CheckPackageLimits | ismaelsadeeq |
2023-12-18 | Merge bitcoin/bitcoin#28863: wallet, mempool: propagete `checkChainLimits` er... | glozow |
2023-12-18 | Merge bitcoin/bitcoin#29064: fuzz: Improve fuzzing stability for minisketch h... | fanquake |
2023-12-18 | Merge bitcoin/bitcoin#29079: fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MES... | fanquake |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-15 | Merge bitcoin/bitcoin#29088: tests: Don't depend on value of DEFAULT_PERMIT_B... | Ava Chow |
2023-12-15 | fuzz: coinselection, improve `min_viable_change`/`change_output_size` | brunoerg |
2023-12-15 | tests: test both settings for permitbaremultisig in p2sh tests | Anthony Towns |
2023-12-14 | Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn... | Ava Chow |
2023-12-14 | [fuzz] Improve fuzzing stability for minisketch harness | dergoegge |
2023-12-14 | Merge bitcoin/bitcoin#29022: Make bitcoin-tx replaceable value optional | Ava Chow |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-12-14 | fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MESSAGE_LENGTH | MarcoFalke |
2023-12-13 | Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ... | Ava Chow |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-12 | test: wallet, fix change position out of range error | furszy |
2023-12-12 | Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled | Andrew Chow |
2023-12-12 | Merge bitcoin/bitcoin#29055: tests, bench: Fix issue with CWallet::LoadWallet... | fanquake |
2023-12-12 | Merge bitcoin/bitcoin#29021: refactor: rpc: Pass CBlockIndex by reference ins... | fanquake |
2023-12-11 | fuzz: disable BnB when SFFO is enabled | furszy |
2023-12-11 | test: add coverage for BnB-SFFO restriction | furszy |
2023-12-11 | wallet: Assert that the wallet is not initialized in LoadWallet | Andrew Chow |
2023-12-11 | tests, bench: Remove incorrect LoadWallet() calls | Andrew Chow |
2023-12-11 | test: Add tests for CFeeRate multiplication operator | Kashif Smith |
2023-12-11 | doc: Update bitcoin-tx replaceable documentation | Kashif Smith |
2023-12-11 | ArgsManager: return path by value from GetBlocksDirPath() | Vasil Dimov |
2023-12-11 | refactor: Remove pre-C++20 fs code | MarcoFalke |
2023-12-11 | Add tests for C++20 std::u8string | MarcoFalke |
2023-12-11 | refactor: Avoid copy/move in fs.h | MarcoFalke |
2023-12-11 | refactor: Use C++20 std::chrono::days | MarcoFalke |
2023-12-11 | Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-code | fanquake |
2023-12-11 | Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr... | fanquake |
2023-12-11 | Merge bitcoin/bitcoin#29009: fuzz: p2p: Detect peer deadlocks | fanquake |
2023-12-11 | Merge bitcoin/bitcoin#29031: fuzz: Improve fuzzing stability for txorphan har... | fanquake |
2023-12-09 | Add multiplication operator to CFeeRate | Murch |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: use optional for change position as an optional in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction version in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction locktime in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Set preset input sequence through coin control | Andrew Chow |
2023-12-08 | wallet: Replace SelectExternal with SetTxOut | Andrew Chow |
2023-12-08 | coincontrol: Replace HasInputWeight with returning optional from Get | Andrew Chow |
2023-12-08 | wallet: Introduce and use PreselectedInput class in CCoinControl | Andrew Chow |
2023-12-08 | fuzz: Improve fuzzing stability for txorphan harness | dergoegge |