index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
scriptpubkeyman.cpp
Age
Commit message (
Expand
)
Author
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-03
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Enable Wswitch for OutputType
MarcoFalke
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-24
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-05-21
Split SetHDChain into AddHDChain and LoadHDChain
Andrew Chow
2020-05-22
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-21
Merge #16946: wallet: include a checksum of encrypted private keys
Wladimir J. van der Laan
2020-05-15
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-05
Change SetType to SetInternal and remove m_address_type
Andrew Chow
2020-05-01
have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
Andrew Chow
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Implement GetMetadata in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SignMessage for descriptor wallets
Andrew Chow
2020-04-23
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetKeypoolOldestTime and only display it if greater than 0
Andrew Chow
2020-04-23
Implement ReturnDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetReservedDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement Unlock and Encrypt in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetNewDestination for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SetupGeneration for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
Implement several simple functions in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
Implement GetID for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement IsHDEnabled in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement IsMine for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SetType in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Introduce DescriptorScriptPubKeyMan as a dummy class
Andrew Chow
2020-04-23
Introduce SetType function to tell ScriptPubKeyMans the type and internal-nes...
Andrew Chow
2020-04-18
Merge #17219: wallet: allow transaction without change if keypool is empty
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
[next]