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-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-15
Change wallet validation order
w0xlt
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-29
wallet, refactor: Add wallet::NotifyWalletLoaded() function
Hennadii Stepanov
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
refactor: use Span in random.*
pasta
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-02-23
Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err...
Andrew Chow
2022-02-20
wallet: Add external-signer-support specific error message
Hennadii Stepanov
2022-02-18
Rename wallet-tool to bitcoin-wallet in code comment
Kristaps Kaupe
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-01
Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"
Andrew Chow
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-17
Revert "Add to spends only transcations from me"
S3RK
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
[next]