aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-13psbt: support externally provided preimages for Miniscript satisfactionAntoine Poinsot
2023-02-13Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzermerge-script
2023-02-11qa: add a "smart" Miniscript fuzz targetAntoine Poinsot
2023-02-11qa: add a fuzz target generating random nodes from a binary encodingAntoine Poinsot
2023-02-11wallet: check solvability using descriptor in AvailableCoinsAntoine Poinsot
2023-02-11script/sign: signing support for Miniscripts with hash preimage challengesAntoine Poinsot
2023-02-11script/sign: signing support for Miniscript with timelocksAntoine Poinsot
2023-02-11script/sign: basic signing support for Miniscript descriptorsAntoine Poinsot
2023-02-11Align 'e' property of or_d and andor with website specPieter Wuille
2023-02-11Various additional explanations of the satisfaction logic from PieterPieter Wuille
2023-02-11miniscript: satisfaction supportAntoine Poinsot
2023-02-10Zero out wallet master key upon lockJohn Moffett
2023-02-10http: Release server before waiting for event base loop exitJoão Barbosa
2023-02-10http: Track active requests and wait for last to finishJoão Barbosa
2023-02-10Merge bitcoin/bitcoin#27069: net: add `Ensure{any}Banman`merge-script
2023-02-10refactor, validation: Add ChainstateManagerOpts db optionsRyan Ofsky
2023-02-10refactor, txdb: Use DBParams struct in CBlockTreeDBRyan Ofsky
2023-02-10refactor, txdb: Add CoinsViewOptions structRyan Ofsky
2023-02-10refactor, dbwrapper: Add DBParams and DBOptions structsRyan Ofsky
2023-02-09De-duplicate add_coin methods to a test util helperJon Atack
2023-02-09Create InsecureRandMoneyAmount() test util helperJon Atack
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-06Move random test util code from setup_common to randomJon Atack
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-02cli: include local ("unreachable") peers in -netinfo tableMatthew Zipkin
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