aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-11Merge bitcoin/bitcoin#28625: test: check that loading snapshot not matching A...Andrew Chow
2023-10-11Merge bitcoin/bitcoin#28392: test: Use pathlib over os pathfanquake
2023-10-11Merge bitcoin/bitcoin#28602: descriptors: Disallow hybrid and uncompressed ke...fanquake
2023-10-11Merge bitcoin/bitcoin#28624: docs: fix typofanquake
2023-10-11Merge bitcoin/bitcoin#28482: ci: use LLVM/Clang 17 in tidy jobfanquake
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-10-10ci: use LLVM/Clang 17 in tidy jobfanquake
2023-10-10ci: use LLVM 17.0.2 in MSAN jobsfanquake
2023-10-10test: check that loading snapshot not matching AssumeUTXO parameters failsSebastian Falbesoner
2023-10-10docs: fix typovuittont60
2023-10-09Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and...Andrew Chow
2023-10-09test: Unit test for inferring scripts with hybrid and uncompressed keysAndrew Chow
2023-10-09test: Scripts with hybrid pubkeys are migrated to watchonlyAndrew Chow
2023-10-09descriptors: Move InferScript's pubkey validity checks to InferPubkeyAndrew Chow
2023-10-09descriptors: Check result of InferPubkeyAndrew Chow
2023-10-09Merge bitcoin/bitcoin#28573: github actions: Fix test-one-commit when parent ...fanquake
2023-10-09Merge bitcoin/bitcoin#28591: kernel: chainparams updates for 26.xfanquake
2023-10-09Merge bitcoin/bitcoin#28595: ci: Avoid cache depends/work/buildfanquake
2023-10-09Merge bitcoin/bitcoin#28611: Adjust Gradle properties to fix `apk` buildfanquake
2023-10-09Merge bitcoin-core/gui#767: Update translation source file for v26.0 string f...Hennadii Stepanov
2023-10-09qt: Update translation source file for v26.0 string freezeHennadii Stepanov
2023-10-09Merge bitcoin/bitcoin#28604: test: Use feerate higher than minrelay fee in wa...fanquake
2023-10-08Merge bitcoin/bitcoin#27255: MiniTapscript: port Miniscript to TapscriptAndrew Chow
2023-10-08Adjust Gradle propertiesHennadii Stepanov
2023-10-08miniscript: remove P2WSH-specific part of GetStackSize doc commentAntoine Poinsot
2023-10-08qa: bound testing for TapMiniscriptAntoine Poinsot
2023-10-08miniscript: have a custom Node destructorAntoine Poinsot
2023-10-08qa: Tapscript Miniscript signing functional testsAntoine Poinsot
2023-10-08qa: list descriptors in Miniscript signing functional testsAntoine Poinsot
2023-10-08script/sign: Miniscript support in TapscriptAntoine Poinsot
2023-10-08MOVEONLY: script/sign: move Satisfier declaration above Tapscript signingAntoine Poinsot
2023-10-08qa: functional test Miniscript inside Taproot descriptorsAntoine Poinsot
2023-10-08descriptor: parse Miniscript expressions within Taproot descriptorsAntoine Poinsot
2023-10-08descriptor: Tapscript-specific Miniscript key serialization / parsingAntoine Poinsot
2023-10-08fuzz: miniscript: higher sensitivity for max stack size limit under TapscriptAntoine Poinsot
2023-10-08qa: test Miniscript max stack size trackingAntoine Poinsot
2023-10-08miniscript: check maximum stack size during executionAntoine Poinsot
2023-10-08fuzz: adapt Miniscript targets to TapscriptAntoine Poinsot
2023-10-08qa: Tapscript-Miniscript unit testsAntoine Poinsot
2023-10-08pubkey: introduce a GetEvenCorrespondingCPubKey helperAntoine Poinsot
2023-10-08miniscript: account for keys as being 32 bytes under Taproot contextAntoine Poinsot
2023-10-08miniscript: adapt resources checks depending on contextAntoine Poinsot
2023-10-08serialize: make GetSizeOfCompactSize constexprAntoine Poinsot
2023-10-08miniscript: sanity asserts context in ComputeTypeAntoine Poinsot
2023-10-08miniscript: make 'd:' have the 'u' property under Tapscript contextAntoine Poinsot
2023-10-08miniscript: introduce a multi_a fragmentAntoine Poinsot
2023-10-08miniscript: restrict multi() usage to P2WSH contextAntoine Poinsot
2023-10-08miniscript: store the script context within the Node structureAntoine Poinsot
2023-10-08miniscript: introduce a MsContext() helper to contextsAntoine Poinsot
2023-10-08miniscript: don't anticipate signature presence in CalcStackSize()Antoine Poinsot