aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-02-15wallet: set '-walletnotify' script instead of access global args managerfurszy
2023-02-15wallet: set keypool_size instead of access global args managerfurszy
2023-02-01Merge bitcoin/bitcoin#27015: p2p: 26847 fixups (AddrMan totals)fanquake
2023-02-01Merge bitcoin/bitcoin#26935: refactor: Fix clang-tidy readability-const-retur...fanquake
2023-02-01addrman: Use std::nullopt instead of {}Martin Zumsande
2023-02-01test: Remove AddrMan unit test that fails consistency checksMartin Zumsande
2023-02-01Merge bitcoin/bitcoin#27010: refactor: use `Hash` helpers for double-SHA256 c...MarcoFalke
2023-02-01Merge bitcoin/bitcoin#26991: doc: followups to #26471glozow
2023-02-01Merge bitcoin/bitcoin#25974: test, build: Separate `read_json` function into ...fanquake
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-02-01Merge bitcoin/bitcoin#26705: clang-tidy: Fix `modernize-use-default-member-in...MarcoFalke
2023-02-01Merge bitcoin/bitcoin#26888: net: simplify the call to vProcessMsg.splice()MarcoFalke
2023-01-31Merge bitcoin/bitcoin#26847: p2p: track AddrMan totals by network and table, ...Andrew Chow
2023-01-31refactor: use `Hash` helper for double-SHA256 calculationsSebastian Falbesoner
2023-01-31Merge bitcoin/bitcoin#23670: build: Build minisketch test in `make check`, no...fanquake
2023-01-31Merge bitcoin/bitcoin#26974: refactor: rpc: set TxToJSON default verbosity to...MarcoFalke
2023-01-31Merge bitcoin/bitcoin#26952: build: Avoid `BOOST_NO_CXX98_FUNCTION_BASE` macr...fanquake
2023-01-31clang-tidy: Force to check all headersHennadii Stepanov
2023-01-31clang-tidy: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2023-01-31Merge bitcoin/bitcoin#26956: test: refactor: introduce `replace_in_config` he...MarcoFalke
2023-01-30Merge bitcoin/bitcoin#26998: depends: ensure we are appending to sqlite cflagsAndrew Chow
2023-01-30Merge bitcoin/bitcoin#26999: A few follow-ups to #17487 (coins write without ...Andrew Chow
2023-01-30Add assertions that BatchWrite(erase=true) erasesPieter Wuille
2023-01-30Avoid unclear {it = ++it;}Pieter Wuille
2023-01-30Follow coding style for named argumentsPieter Wuille
2023-01-30Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()Pieter Wuille
2023-01-30Merge bitcoin/bitcoin#26965: refactor: Remove stray cs_main redundant declara...fanquake
2023-01-30depends: ensure we are appending to sqlite cflagsfanquake
2023-01-30Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache dropfanquake
2023-01-30Merge bitcoin/bitcoin#26649: refactor: Use AutoFile and HashVerifier (without...fanquake
2023-01-30Merge bitcoin/bitcoin#23619: build: Propagate user-defined flags to host pack...fanquake
2023-01-30doc: NetPermissionFlags for tx relay in blocksonlywillcl-ark
2023-01-30Merge bitcoin/bitcoin#26896: build: Remove port-forwarding runtime setting op...fanquake
2023-01-30doc: Fix comment syntax errorwillcl-ark
2023-01-30net: simplify the call to vProcessMsg.splice()Vasil Dimov
2023-01-30Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbasesglozow
2023-01-30Merge bitcoin/bitcoin#26982: p2p: 25880 fixups (stalling timeout)MarcoFalke
2023-01-30Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160MarcoFalke
2023-01-29net_processing: simplify logging statementMartin Zumsande
2023-01-28test: refactor: introduce `replace_in_config` helperSebastian Falbesoner
2023-01-28build: Avoid `BOOST_NO_CXX98_FUNCTION_BASE` macro redefinitionHennadii Stepanov
2023-01-28Merge bitcoin/bitcoin#25465: build: remove boost library detectionfanquake
2023-01-28Merge bitcoin/bitcoin#22811: build: Fix depends build system when working wit...fanquake
2023-01-28doc: add release notes for 26896fanquake
2023-01-28build: remove --enable-upnp-default from configurefanquake
2023-01-28build: remove --enable-natpmp-default from configurefanquake
2023-01-28Remove configure-time setting of DEFAULT_UPNPfanquake
2023-01-28Remove configure-time setting of DEFAULT_NATPMPfanquake
2023-01-27test: fix intermittent errors in p2p_ibd_stalling.pyMartin Zumsande