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
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-10
refactor: Block unsafe std::string fs::path conversion copy_file calls
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-17
wallet: Strictly match tx change type to improve privacy
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: remove the wallet folder if the restore fails
w0xlt
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-12-10
Merge bitcoin/bitcoin#23628: Check descriptors returned by external signers
fanquake
2021-12-09
Check descriptors returned by external signers
sstone
2021-12-07
Merge bitcoin/bitcoin#23644: wallet: Replace confusing getAdjustedTime() with...
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...
W. J. van der Laan
2021-12-01
wallet: Replace confusing getAdjustedTime() with GetTime()
MarcoFalke
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-27
Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet locked
Samuel Dobson
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-22
wallet: Call load handlers without cs_wallet locked
João Barbosa
2021-11-22
Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by default
MarcoFalke
2021-11-22
Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...
Samuel Dobson
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
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-03
wallet: Make GetOldestKeyPoolTime return nullopt for blank wallets
Hennadii Stepanov
2021-11-03
wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
Hennadii Stepanov
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-06
Add to spends only transcations from me
S3RK
2021-10-06
Automatically add labels to detected receiving addresses
S3RK
2021-10-06
Add CWallet::IsInternalScriptPubKeyMan
S3RK
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
wallet: resolve ambiguity of two ScriptPubKey managers providing same script
S3RK
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-28
psbt: sign without finalizing
Andrew Chow
[next]