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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
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-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
2021-07-19
Reorder dumpwallet so that cs_main functions go first
Andrew Chow
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: 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: Upgrade existing descriptor caches
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
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-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
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-30
Merge bitcoin/bitcoin#21207: MOVEONLY: CWallet transaction code out of wallet...
Samuel Dobson
2021-05-27
scripted-diff: Fix ellipsis after pr20773
Hennadii Stepanov
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky
2021-05-26
Merge bitcoin/bitcoin#18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
fanquake
2021-05-26
Replace size/weight estimate tuple with struct for named fields
Gregory Sanders
2021-05-26
Merge bitcoin/bitcoin#17331: Use effective values throughout coin selection
Samuel Dobson
2021-05-19
Have OutputGroup determine the value to use
Andrew Chow
2021-05-19
Remove CreateTransaction while loop and some related variables
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Do both BnB and Knapsack coin selection in SelectCoinsMinConf
Andrew Chow
2021-05-19
Have KnapsackSolver actually use effective values
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-19
Move output reductions for fee to after coin selection
Andrew Chow
2021-05-19
wallet: make chain optional for CWallet::Create
Ivan Metlushko
2021-05-19
CWallet::Create move chain init message up into calling code
Ivan Metlushko
2021-05-19
refactor: Add CWallet:::AttachChain method
Russell Yanofsky
[next]