aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.cpp
AgeCommit message (Expand)Author
2022-10-28psbt: Include output pubkey in additional pubkeys to signAndrew Chow
2022-10-25wallet: add method for retrieving the end range for a ScriptPubKeyManSebastian Falbesoner
2022-10-25wallet: support fetching scriptPubKeys with minimum descriptor range indexSebastian Falbesoner
2022-10-13Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...Andrew Chow
2022-10-09Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.hDimitris Tsapakidis
2022-08-26Implement LegacyScriptPubKeyMan::DeleteRecordsAndrew Chow
2022-08-25Implement LegacyScriptPubKeyMan::MigrateToDescriptorAndrew Chow
2022-08-25scriptpubkeyman: Implement GetScriptPubKeys in LegacyAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-12wallet: remove duplicate descriptor type check in GetNewDestinationfurszy
2022-08-12wallet: avoid double TopUp() calls on descriptor walletsfurszy
2022-08-12refactor: Avoid copies in FlatSigningProvider MergeMacroFake
2022-08-11Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptorsAndrew Chow
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-10Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...Andrew Chow
2022-08-10Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...MacroFake
2022-08-10refactor: add UNKNOWN OutputTypejosibake
2022-08-05Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...Andrew Chow
2022-08-05refactor: wallet: return util::Result from `GetReservedDestination` methodsSebastian Falbesoner
2022-08-03wallet: Cache SigningProvidersAndrew Chow
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-19spkman: don't ignore the return value when deriving an extended keyAntoine Poinsot
2022-07-08wallet: refactor GetNewDestination, use BResultfurszy
2022-06-27wallet: also search taproot pubkeys in FillPSBTAndrew Chow
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-16wallet: Don't generate keys when privkeys disabled when upgradingAndrew Chow
2022-01-14wallet: Refactor TopUp to be able to top up inactive chains tooAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-08wallet: Parse hdKeypath if key_origin is not availableAndrew Chow
2021-12-08Add size check on meta.key_origin.pathRob Fielding
2021-12-08psbt: Make sighash_type std::optional<int>Andrew Chow
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
2021-11-29Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...W. J. van der Laan
2021-11-22Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by defaultMarcoFalke
2021-11-22Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...Samuel Dobson
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-03wallet, refactor: Make GetOldestKeyPoolTime return type std::optionalHennadii Stepanov
2021-11-01refactor: Take Span in SetSeedMarcoFalke
2021-10-14Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh...W. J. van der Laan
2021-10-06Return used destinations from ScriptPubKeyMan::MarkUnusedAddressesS3RK
2021-09-28psbt: sign without finalizingAndrew Chow
2021-09-26Make legacy wallet upgrades from non-HD to HD always flush the keypoolSamuel Dobson
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-08-09Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errorsSamuel Dobson
2021-07-10wallet, rpc: add listdescriptors private optionS3RK
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow