Age | Commit message (Expand) | Author |
2023-05-30 | Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku... | Andrew Chow |
2023-05-30 | Merge bitcoin/bitcoin#27666: wallet, bench: Move commonly used functions to t... | fanquake |
2023-05-30 | Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a Res... | fanquake |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-30 | Merge bitcoin/bitcoin#27673: log: don't log total disk read time in ConnectTi... | fanquake |
2023-05-29 | Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet` | fanquake |
2023-05-29 | fix includes for touched header files (iwyu) | MarcoFalke |
2023-05-29 | Add [[nodiscard]] where ignoring a Result return type is an error | MarcoFalke |
2023-05-29 | Merge bitcoin/bitcoin#27765: test: Throw error when -signetchallenge is non-hex | fanquake |
2023-05-27 | Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra... | Andrew Chow |
2023-05-27 | Merge bitcoin/bitcoin#27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compil... | fanquake |
2023-05-26 | Merge bitcoin/bitcoin#27469: wallet: improve IBD sync time by skipping block ... | Andrew Chow |
2023-05-26 | p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost` | brunoerg |
2023-05-26 | p2p, refactor: return vector/optional<CService> in `Lookup` | brunoerg |
2023-05-26 | p2p, refactor: return `std::vector<CNetAddr>` in `LookupHost` | brunoerg |
2023-05-26 | p2p, refactor: return `std::vector<CNetAddr>` in `LookupIntern` | brunoerg |
2023-05-26 | Merge bitcoin/bitcoin#27761: p2p: Log addresses of stalling peers | fanquake |
2023-05-26 | fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting | MarcoFalke |
2023-05-26 | Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found | fanquake |
2023-05-26 | Merge bitcoin/bitcoin#25977: refactor: Replace `std::optional<bilingual_str>`... | fanquake |
2023-05-26 | p2p: Log addresses of stalling peers | Martin Zumsande |
2023-05-25 | bench: Remove incorrect LoadWallet call in WalletBalance | Andrew Chow |
2023-05-25 | tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h | Andrew Chow |
2023-05-25 | tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper | Andrew Chow |
2023-05-25 | test: Throw error when -signetchallenge is non-hex | MarcoFalke |
2023-05-25 | Fix `#include`s in `src/wallet` | Hennadii Stepanov |
2023-05-25 | wallet: skip block scan if block was created before wallet birthday | furszy |
2023-05-25 | refactor: single method to append new spkm to the wallet | furszy |
2023-05-25 | Merge bitcoin/bitcoin#27747: rpc: Use 'byte'/'bytes' for bech32(m) validation... | fanquake |
2023-05-25 | use 'byte'/'bytes' for bech32(m) validation error | Reese Russell |
2023-05-24 | Unconditionally return when compact block status == READ_STATUS_FAILED | Greg Sanders |
2023-05-24 | Merge bitcoin/bitcoin#27727: rpc: Fix invalid bech32 address handling | Andrew Chow |
2023-05-24 | refactor: Replace std::optional<bilingual_str> with util::Result | Ryan Ofsky |
2023-05-24 | util: Add void support to util::Result | MarcoFalke |
2023-05-24 | Merge bitcoin/bitcoin#27626: Parallel compact block downloads, take 3 | fanquake |
2023-05-23 | Support up to 3 parallel compact block txn fetchings | Greg Sanders |
2023-05-23 | rpc: Fix invalid bech32 handling | MarcoFalke |
2023-05-22 | Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc | Andrew Chow |
2023-05-22 | Merge bitcoin/bitcoin#27672: fuzz: Print error message when FUZZ is missing | fanquake |
2023-05-22 | fuzz: Print error message when FUZZ is missing | MarcoFalke |
2023-05-20 | random: switch to using getrandom() directly | fanquake |
2023-05-20 | random: add [[maybe_unused]] to GetDevURandom | fanquake |
2023-05-20 | random: getentropy on macOS does not need unistd.h | fanquake |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | refactor: Split util::AnyPtr into its own file | TheCharlatan |
2023-05-20 | refactor: Split util::insert into its own file | TheCharlatan |
2023-05-20 | refactor: Move ScheduleBatchPriority to its own file | TheCharlatan |
2023-05-20 | kernel: Add warning method to notifications | TheCharlatan |
2023-05-20 | kernel: Add progress method to notifications | TheCharlatan |
2023-05-20 | kernel: Add headerTip method to notifications | TheCharlatan |