aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-12tests: check spending of P2TRPieter Wuille
2021-06-12Basic Taproot signing logic in script/sign.cppPieter Wuille
2021-06-12Make GetInputUTXO safer: verify non-witness UTXO matchPieter Wuille
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2021-06-12Construct and use PrecomputedTransactionData in SignTransactionPieter Wuille
2021-06-12Don't nuke witness data when signing failsPieter Wuille
2021-06-12Permit full precomputation in PrecomputedTransactionDataPieter Wuille
2021-06-12Add precomputed txdata support to MutableTransactionSignatureCreatorPieter Wuille
2021-06-12Add CKey::SignSchnorr function for BIP 340/341 signingPieter Wuille
2021-06-12Use HandleMissingData also in CheckSchnorrSignaturePieter Wuille
2021-06-12Add TaprootSpendData data structure, equivalent to script map for P2[W]SHPieter Wuille
2021-06-12Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is activeW. J. van der Laan
2021-06-12build: Fix MSVC linker /SubSystem option for bitcoin-qt.exeHennadii Stepanov
2021-06-12Merge bitcoin-core/gui#333: refactor: Signal-slot connections cleanupHennadii Stepanov
2021-06-12Merge bitcoin/bitcoin#22172: doc: update tor.md, release notes with removal o...W. J. van der Laan
2021-06-12doc: update release notes with removal of tor v2 supportJon Atack
2021-06-12Merge bitcoin/bitcoin#22221: refactor: Pass block reference instead of pointe...fanquake
2021-06-12Merge bitcoin/bitcoin#18722: addrman: improve performance by using more suita...fanquake
2021-06-12Merge bitcoin/bitcoin#22214: refactor: Rearrange fillPSBT argumentsfanquake
2021-06-12Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains...fanquake
2021-06-12Merge bitcoin-core/gui#361: Fix gui segfault caused by bitcoin/bitcoin#22216Hennadii Stepanov
2021-06-11Fix gui segfault caused by bitcoin/bitcoin#22216Russell Yanofsky
2021-06-11Update msvc and appveyor builds to use Qt5.12.11 binaries.Aaron Clauson
2021-06-11p2p, refactor: rm redundant erase_size calculation in SelectNodeToEvict()Jon Atack
2021-06-11refactor: Pass block reference instead of pointer to PeerManagerImpl::BlockRe...MarcoFalke
2021-06-11Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without ...MarcoFalke
2021-06-11Merge bitcoin/bitcoin#22118: test: check anchors.dat when node starts for the...MarcoFalke
2021-06-11Merge bitcoin/bitcoin#22190: Use latest signapple commitfanquake
2021-06-11Merge bitcoin/bitcoin#22203: test: Use ConnmanTestMsg from test lib in denial...fanquake
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-06-10validation: Farewell, global Chainstate!Carl Dong
2021-06-10qt/test: Reset chainman in ~ChainstateManager insteadCarl Dong
2021-06-10scripted-diff: tree-wide: Remove all review-only assertionsCarl Dong
2021-06-10tree-wide: Remove stray review-only assertionCarl Dong
2021-06-10qt/test: Use existing chainman in ::TestGUI (can be scripted-diff)Carl Dong
2021-06-10scripted-diff: wallet/test: Use existing chainmanCarl Dong
2021-06-10fuzz: Initialize a TestingSetup for test_one_inputCarl Dong
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-06-10test: Pass in CoinsTip to ValidateCheckInputsForAllFlagsCarl Dong
2021-06-10test/miner_tests: Pass in chain tip to CreateBlockIndexCarl Dong
2021-06-10test/util: Use existing chainman in ::PrepareBlockCarl Dong
2021-06-10init: Use existing chainmanCarl Dong
2021-06-10Rearrange fillPSBT argumentsRussell Yanofsky
2021-06-10Merge bitcoin/bitcoin#22141: net processing: Remove hash and fValidatedHeader...W. J. van der Laan
2021-06-10Make SetupServerArgs callable without NodeContextRussell Yanofsky
2021-06-10tests: Add test for compact block HB selectionPieter Wuille
2021-06-10test: Run pep-8 on touched testMarcoFalke
2021-06-10test: Use MiniWallet in test_no_inherited_signaling RBF testMarcoFalke
2021-06-10test: Remove unused generate() from testMarcoFalke
2021-06-10test: Add txin.sequence option to MiniWalletMarcoFalke