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
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-24
wallet: Upgrade existing descriptor caches
Andrew Chow
2021-06-24
Move DescriptorCache writing to WalletBatch
Andrew Chow
2021-06-24
Refactor Cache merging and writing
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-06-22
Add OutputType::BECH32M
Andrew Chow
2021-06-22
Limit LegacyScriptPubKeyMan address types
Andrew Chow
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-19
Don't upgrade to HD split if it is already supported
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-11-04
wallet: upgrade the CHDChain version number when upgrading to split hd
Andrew Chow
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-10-21
Use -Wswitch for TxoutType where possible
MarcoFalke
2020-10-19
Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...
fanquake
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-09
wallet: Add GetDescriptorString to DescriptorScriptPubKeyMan
Andrew Chow
2020-09-29
refactor: Clean up -Wlogical-op warning
maskoficarus
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
[prev]
[next]