aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-17Merge bitcoin/bitcoin#27029: guix: consolidate to glibc 2.27 for Linux buildsfanquake
2023-02-17Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()fanquake
2023-02-16Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`Andrew Chow
2023-02-16Merge bitcoin/bitcoin#26773: doc: FreeBSD build doc updates to reflect remova...fanquake
2023-02-16Merge bitcoin/bitcoin#26714: test: add coverage for unparsable `-maxuploadtar...merge-script
2023-02-16Merge bitcoin/bitcoin#27107: doc: remove mention of "proper signing key"merge-script
2023-02-16Merge bitcoin/bitcoin#26586: test: previous releases: add v24.0.1merge-script
2023-02-16Merge bitcoin/bitcoin#25898: util: remove WSL 1 workaround in fsfanquake
2023-02-16doc: remove mention of "proper signing key"fanquake
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-16Merge bitcoin/bitcoin#27054: Remove laanwj from trusted-keysfanquake
2023-02-16Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/fanquake
2023-02-15Merge bitcoin-core/gui#711: refactor: Disable unused special members function...Andrew Chow
2023-02-15script: remove out-of-date snprintf TODOJon Atack
2023-02-15net: remove orphaned CSubNet::SanityCheck()Jon Atack
2023-02-15Merge bitcoin/bitcoin#26844: Net: Pass `MSG_MORE` flag when sending non-final...fanquake
2023-02-15Merge bitcoin/bitcoin#27035: test: simplify and speedup mempool_updatefromblo...merge-script
2023-02-15Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...fanquake
2023-02-15Merge bitcoin/bitcoin#27076: verify-commits: Bump trusted git root to after m...fanquake
2023-02-15Merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev, onion-p...Hennadii Stepanov
2023-02-15update the freebsd build doc to reflect recent changes to DB4 install processMurray Nesbitt
2023-02-15Merge bitcoin/bitcoin#26584: cli: include local ("unroutable") peers in -neti...merge-script
2023-02-14Merge bitcoin/bitcoin#26184: test: p2p: check that headers message with inval...Andrew Chow
2023-02-14refactor: Disable unused special members functions in `UnlockContext`Hennadii Stepanov
2023-02-14Merge bitcoin/bitcoin#27097: descriptors: fix docstring (param [in] vs [out])fanquake
2023-02-14Merge bitcoin/bitcoin#27093: test: Fix intermittent sync issue in wallet_pruningfanquake
2023-02-14descriptors: fix docstring (param [in] vs [out])SomberNight
2023-02-14Merge bitcoin/bitcoin#27081: Modernize rpcauth.pyfanquake
2023-02-13Modernize rpcauth.py and its testsPieter Wuille
2023-02-13Merge bitcoin/bitcoin#27080: Wallet: Zero out wallet master key upon locking ...Andrew Chow
2023-02-13test: Fix intermittent sync issue in wallet_pruningMarcoFalke
2023-02-13Merge bitcoin/bitcoin#27016: mapport: require miniupnpc API version 17 or laterfanquake
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-13guix: combine glibc hardening options into hardened-glibcfanquake
2023-02-13guix: remove no-longer needed powerpc workaroundfanquake
2023-02-13guix: use glibc 2.27 for all Linux buildsfanquake
2023-02-13Merge bitcoin/bitcoin#27033: ci: Cache stuff in volumes, not host foldersmerge-script
2023-02-13Merge bitcoin/bitcoin#26970: test: fix immediate tx relay in wallet_groups.pymerge-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-11qa: functional test Miniscript signing with key and timelocksAntoine Poinsot
2023-02-11refactor: make descriptors in Miniscript functional test more readableAntoine 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