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
Age
Commit message (
Expand
)
Author
2021-08-16
wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
fanquake
2021-08-16
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
fanquake
2021-08-16
Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...
fanquake
2021-08-13
wallet: Assert that enough was selected to cover the fees
Andrew Chow
2021-08-13
wallet: Use GetSelectionAmount for target value calculations
Andrew Chow
2021-08-10
Add a new RPC command: restorewallet
lsilva01
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionAdde...
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...
Samuel Dobson
2021-08-05
Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528
MarcoFalke
2021-08-04
[docs] Add release notes for #21528
Amiti Uttarwar
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
2021-07-27
Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...
MarcoFalke
2021-07-19
Reorder dumpwallet so that cs_main functions go first
Andrew Chow
2021-07-15
Change ScriptPubKeyMan::Upgrade to default to return true
Andrew Chow
2021-07-10
wallet, rpc: add listdescriptors private option
S3RK
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-07-01
Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk managers
fanquake
2021-07-01
wallet: Properly set fInMempool in mempool notifications
MarcoFalke
2021-07-01
wallet: erase spkmans rather than setting to nullptr
Andrew Chow
2021-07-01
Merge bitcoin/bitcoin#20191: wallet, refactor: make DescriptorScriptPubKeyMan...
fanquake
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-07-01
Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...
Samuel Dobson
2021-06-30
refactor: remove m_internal from DescriptorSPKman
S3RK
2021-06-29
wallet: do not spam about non-existent spk managers
S3RK
2021-06-28
wallet: deactivate descriptor
S3RK
2021-06-28
wallet: maintain SPK consistency on internal flag change
S3RK
2021-06-28
wallet: don't mute exceptions in importdescriptors
S3RK
2021-06-28
wallet: allow to import same descriptor twice
S3RK
2021-06-28
Remove unused wallet pointer from NotifyAddressBookChanged
MarcoFalke
2021-06-28
Remove unused wallet pointer from NotifyTransactionChanged signal
MarcoFalke
2021-06-24
wallet, rpc: listdescriptors does not need unlocked
Andrew Chow
2021-06-24
Pass in DescriptorCache to ToNormalizedString
Andrew Chow
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-24
wallet: Upgrade existing descriptor caches
Andrew Chow
2021-06-24
wallet: Store last hardened xpub cache
Andrew Chow
2021-06-24
Move DescriptorCache writing to WalletBatch
Andrew Chow
2021-06-24
Refactor Cache merging and writing
Andrew Chow
2021-06-24
Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...
W. J. van der Laan
2021-06-23
Merge bitcoin/bitcoin#22166: Add support for inferring tr() descriptors
Samuel Dobson
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
Opportunistically use bech32m change addresses if available
Andrew Chow
2021-06-22
Add OutputType::BECH32M
Andrew Chow
2021-06-22
Limit LegacyScriptPubKeyMan address types
Andrew Chow
2021-06-22
wallet: Add missing BlockUntilSyncedToCurrentChain
MarcoFalke
2021-06-18
Report address as solvable based on inferred descriptor
Pieter Wuille
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
[next]