aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.cpp
AgeCommit message (Expand)Author
2021-06-24Pass in DescriptorCache to ToNormalizedStringAndrew Chow
2021-06-24Remove priv option for ToNormalizedStringAndrew Chow
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow
2021-06-24Move DescriptorCache writing to WalletBatchAndrew Chow
2021-06-24Refactor Cache merging and writingAndrew Chow
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-06-22Add OutputType::BECH32MAndrew Chow
2021-06-22Limit LegacyScriptPubKeyMan address typesAndrew Chow
2021-06-18Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...Samuel Dobson
2021-06-16refactor: clean up external_signer.h includesSjors Provoost
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2021-05-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-04-08Move external signer out of wallet moduleSjors Provoost
2021-04-06doc: fixup -Wdocumentation issuesfanquake
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-23rpc: send: support external signerSjors Provoost
2021-02-18Merge #19136: wallet: add parent_desc to getaddressinfoSamuel Dobson
2021-02-11Merge #20211: Use -Wswitch for TxoutType where possibleMarcoFalke
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-19Don't upgrade to HD split if it is already supportedAndrew Chow
2020-11-18Include wallet/bdb.h where it is actually being usedAndrew Chow
2020-11-04wallet: upgrade the CHDChain version number when upgrading to split hdAndrew Chow
2020-11-04wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow
2020-10-21Use -Wswitch for TxoutType where possibleMarcoFalke
2020-10-19Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...fanquake
2020-10-12Make Taproot spends standard + policy limitsPieter Wuille
2020-10-09wallet: Add GetDescriptorString to DescriptorScriptPubKeyManAndrew Chow
2020-09-29refactor: Clean up -Wlogical-op warningmaskoficarus
2020-09-28scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns
2020-07-11Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-07-01Enable Wswitch for OutputTypeMarcoFalke
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-24psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-19Use explicit conversion from PKHash -> CKeyIDBen Woosley
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-05-21Split SetHDChain into AddHDChain and LoadHDChainAndrew Chow
2020-05-22Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson
2020-05-22Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson
2020-05-21Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan
2020-05-15Generate new keys for inactive seeds after marking usedAndrew Chow
2020-05-15Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow
2020-05-05Change SetType to SetInternal and remove m_address_typeAndrew Chow
2020-05-01have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argumentAndrew Chow