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#27507: lint: stop ignoring LIEF imports | fanquake |
2023-05-29 | Merge bitcoin/bitcoin#27724: build: disable boost multi index safe mode in de... | fanquake |
2023-05-29 | Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet` | fanquake |
2023-05-29 | Merge bitcoin/bitcoin#25975: contrib/init: Better systemd integration | 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-29 | Merge bitcoin/bitcoin#27739: ci: Add missing set -e to 01_base_install.sh | fanquake |
2023-05-29 | lint: stop ignoring LIEF imports | fanquake |
2023-05-29 | ci: Avoid leaking HOME var into CI pod | MarcoFalke |
2023-05-29 | ci: Remove "default" test env | MarcoFalke |
2023-05-29 | ci: Add missing set -e to 01_base_install.sh | MarcoFalke |
2023-05-28 | contrib/init: Better systemd integration | Carl Dong |
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#27735: test: Move test_chain_listunspent wallet check f... | fanquake |
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 | Merge bitcoin/bitcoin#27751: doc: Add doc/release-notes/release-notes-25.0.md | fanquake |
2023-05-26 | doc: Fix broken link in release notes
| MacrabFalke |
2023-05-26 | test: Move test_chain_listunspent wallet check from mempool_packages to walle... | MarcoFalke |
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 | Merge bitcoin/bitcoin#27721: depends: remove redundant stdlib option | fanquake |
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 | doc: Fix typo in doc/release-process.md URL | MarcoFalke |
2023-05-25 | doc: Add doc/release-notes/release-notes-25.0.md | MarcoFalke |
2023-05-25 | Merge bitcoin/bitcoin#27747: rpc: Use 'byte'/'bytes' for bech32(m) validation... | fanquake |
2023-05-25 | Merge bitcoin/bitcoin#27743: p2p: Unconditionally return when compact block s... | 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 |