Age | Commit message (Expand) | Author |
2024-01-03 | Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368 | Gloria Zhao |
2024-01-02 | Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `... | Ava Chow |
2024-01-02 | Merge bitcoin/bitcoin#26684: bench: add readblock benchmark | Ava Chow |
2024-01-02 | test: change `m_submitted_in_package` input to fuzz data provider boolean | ismaelsadeeq |
2024-01-02 | tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed` | ismaelsadeeq |
2024-01-02 | doc: fix typo and update incorrect comment | ismaelsadeeq |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-12-21 | Merge bitcoin/bitcoin#29056: refactor: Print verbose serialize compiler error... | Ava Chow |
2023-12-21 | Merge bitcoin/bitcoin#29027: wallet: fix key parsing check for miniscript exp... | Ava Chow |
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 | Allow std::byte C-style array serialization | MarcoFalke |
2023-12-15 | refactor: Print verbose serialize compiler error messages | MarcoFalke |
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 | fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target | brunoerg |
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 |