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-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-11-08
Merge bitcoin/bitcoin#23409: refactor: Take Span in SetSeed
W. J. van der Laan
2021-11-05
Merge bitcoin/bitcoin#23334: fuzz: Descriptor wallet
MarcoFalke
2021-11-01
refactor: Take Span in SetSeed
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing
MarcoFalke
2021-10-26
Merge bitcoin/bitcoin#23332: doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-22
refactor: Use local args instead of global gArgs in CWallet::Create
MarcoFalke
2021-10-21
doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-21
wallet: fix segfault by avoiding invalid default-ctored `external_spk_manager...
Sebastian Falbesoner
2021-10-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-10-04
Merge bitcoin/bitcoin#17211: Allow fundrawtransaction and walletcreatefundedp...
Samuel Dobson
2021-10-01
scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
Samuel Dobson
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-30
Corrupt wallet tx shouldn't trigger rescan of all wallets
Samuel Dobson
2021-09-29
Allow Coin Selection be able to take external inputs
Andrew Chow
2021-09-29
Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...
Samuel Dobson
2021-09-28
doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolv...
BitcoinTsunami
2021-09-28
wallet: fix ComputeTimeSmart algorithm to use blocktime during old block resc...
BitcoinTsunami
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-09-03
wallet: AddWalletDescriptor requires cs_wallet lock
João Barbosa
2021-09-03
wallet: GetLabelAddresses requires cs_wallet lock
João Barbosa
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-09-01
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...
Samuel Dobson
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-26
Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`
MarcoFalke
2021-08-24
Use `context.args` in `CWallet::Create` instead of `gArgs`.
Kiminuo
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-24
the result of CWallet::IsHDEnabled() was initialized with true.
Saibato
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
[next]