aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-14descriptors: fix docstring (param [in] vs [out])SomberNight
2023-02-13Merge bitcoin/bitcoin#27080: Wallet: Zero out wallet master key upon locking ...Andrew Chow
2023-02-13Merge bitcoin/bitcoin#27016: mapport: require miniupnpc API version 17 or laterfanquake
2023-02-13Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzermerge-script
2023-02-10Zero out wallet master key upon lockJohn Moffett
2023-02-10Merge bitcoin/bitcoin#27069: net: add `Ensure{any}Banman`merge-script
2023-02-09net: add `Ensure{any}Banman`brunoerg
2023-02-09Merge bitcoin-core/gui#701: Persist Mask Values optionHennadii Stepanov
2023-02-07Merge bitcoin-core/gui#697: Remove reindex special case from the progress bar...MarcoFalke
2023-02-07Merge bitcoin/bitcoin#17127: util: Set safe permissions for data directory an...fanquake
2023-02-07Remove reindex special case from the progress bar labelMarcoFalke
2023-02-06Merge bitcoin/bitcoin#26345: refactor: modernize the implementation of uint256.*Andrew Chow
2023-02-06Apply default umask in `SetupEnvironment()`Hennadii Stepanov
2023-02-06Merge bitcoin/bitcoin#27036: test: Remove last uses of snprintf and simplifyMarcoFalke
2023-02-05Merge bitcoin/bitcoin#27030: Update nanobench to version v4.3.10fanquake
2023-02-05Merge bitcoin/bitcoin#27009: validation: Skip VerifyDB checks of level >=3 if...fanquake
2023-02-05Remove `-sysperms` optionHennadii Stepanov
2023-02-03Merge bitcoin/bitcoin#25966: test: Remove redundant testAndrew Chow
2023-02-03Merge bitcoin/bitcoin#27037: rpc: decode Miniscript descriptor when possible ...Andrew Chow
2023-02-03Merge bitcoin-core/gui#653: Show watchonly balance only for Legacy walletsHennadii Stepanov
2023-02-03Merge bitcoin-core/gui#705: doc: Fix comment about how wallet txs are sortedHennadii Stepanov
2023-02-03Remove use of snprintf and simplifyJohn Moffett
2023-02-03rpc: decode Miniscript descriptor when possible in decodescriptAntoine Poinsot
2023-02-03Exercise non-DIRTY spent coins in caches in fuzz testPieter Wuille
2023-02-03Merge bitcoin/bitcoin#26875: Tests: Fill out dust limit unit test for known t...MarcoFalke
2023-02-03Update nanobench to version v4.3.10Martin Leitner-Ankerl
2023-02-02Merge bitcoin/bitcoin#27004: test: Use std::unique_ptr over manual delete in ...fanquake
2023-02-02Add deterministic mode to CCoinsViewCachePieter Wuille
2023-02-02Merge bitcoin-core/gui#695: Fix misleading RPC console wallet messageHennadii Stepanov
2023-02-02Merge bitcoin-core/gui#704: Correctly limit overview transaction listHennadii Stepanov
2023-02-02Merge bitcoin/bitcoin#26992: refactor: Remove unused CDataStream SerializeMan...fanquake
2023-02-02Merge bitcoin/bitcoin#27005: util: Use steady clock for logging timerfanquake
2023-02-01Add CCoinsViewCache::SanityCheck() and use it in fuzz testPieter Wuille
2023-02-01Add simulation-based CCoinsViewCache fuzzerPieter Wuille
2023-02-01Merge bitcoin/bitcoin#26910: wallet: migrate wallet, exit early if no legacy ...Andrew Chow
2023-02-01mapport: require miniupnpc API version 17 or laterfanquake
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-31Use steady clock for logging timerMarcoFalke