aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't upgrade to HD split if it is already supportedAndrew Chow2020-11-191-1/+1
* wallet: upgrade the CHDChain version number when upgrading to split hdAndrew Chow2020-11-041-0/+7
* wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow2020-11-041-3/+3
* Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...fanquake2020-10-191-1/+1
|\
| * refactor: Clean up -Wlogical-op warningmaskoficarus2020-09-291-1/+1
* | Make Taproot spends standard + policy limitsPieter Wuille2020-10-121-0/+1
* | scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns2020-09-281-1/+1
|/
* Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson2020-07-111-13/+15
|\
| * Split SetHDChain into AddHDChain and LoadHDChainAndrew Chow2020-05-211-13/+15
* | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson2020-07-031-10/+0
|\ \
| * | psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow2020-06-241-10/+0
* | | Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-021-2/+2
|\ \ \
| * | | Enable Wswitch for OutputTypeMarcoFalke2020-07-011-2/+2
| |/ /
* | | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-11/+11
|\ \ \ | |/ / |/| |
| * | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-11/+11
* | | Merge #18027: "PSBT Operations" dialogSamuel Dobson2020-06-211-2/+24
|\ \ \ | |/ / |/| |
| * | FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-2/+24
| |/
* / Use explicit conversion from PKHash -> CKeyIDBen Woosley2020-06-191-4/+2
|/
* Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson2020-05-221-6/+7
|\
| * Change SetType to SetInternal and remove m_address_typeAndrew Chow2020-05-051-6/+7
* | Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson2020-05-221-24/+94
|\ \
| * | Generate new keys for inactive seeds after marking usedAndrew Chow2020-05-151-3/+56
| * | Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow2020-05-151-4/+21
| * | have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argumentAndrew Chow2020-05-011-18/+18
* | | Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan2020-05-211-1/+11
|\ \ \ | |_|/ |/| |
| * | Upgrade or rewrite encrypted key checksumsAndrew Chow2020-01-301-0/+5
| * | Set fDecryptionThoroughlyChecked based on whether crypted key checksums are v...Andrew Chow2020-01-301-1/+6
* | | wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-3/+2
| |/ |/|
* | add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen2020-04-231-0/+41
* | Implement GetMetadata in DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+13
* | Change GetMetadata to use unique_ptr<CKeyMetadata>Andrew Chow2020-04-231-4/+4
* | Implement FillPSBT in DescriptorScriptPubKeyManAndrew Chow2020-04-231-2/+64
* | Implement SignMessage for descriptor walletsAndrew Chow2020-04-231-1/+15
* | Implement SignTransaction in DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+10
* | Implement GetSolvingProvider for DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+65
* | Implement GetKeypoolOldestTime and only display it if greater than 0Andrew Chow2020-04-231-1/+3
* | Implement ReturnDestination in DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+7
* | Implement GetReservedDestination in DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+5
* | Implement Unlock and Encrypt in DescriptorScriptPubKeyManAndrew Chow2020-04-231-2/+47
* | Implement GetNewDestination for DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+38
* | Implement TopUp in DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+92
* | Implement SetupGeneration for DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+67
* | Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...Andrew Chow2020-04-231-0/+24
* | Implement several simple functions in DescriptorScriptPubKeyManAndrew Chow2020-04-231-5/+16
* | Implement loading of keys for DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+18
* | Load the descriptor cache from the wallet fileAndrew Chow2020-04-231-0/+20
* | Implement GetID for DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+5
* | Implement IsHDEnabled in DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+2
* | Implement MarkUnusedAddresses in DescriptorScriptPubKeyManAndrew Chow2020-04-231-0/+11
* | Implement IsMine for DescriptorScriptPubKeyManAndrew Chow2020-04-231-1/+5