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.h
Age
Commit message (
Expand
)
Author
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
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-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-12-08
psbt: Actually use SIGHASH_DEFAULT
Andrew Chow
2021-12-02
Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...
W. J. van der Laan
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-22
Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...
Samuel Dobson
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-03
wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
Hennadii Stepanov
2021-10-21
doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-06
Add CWallet::IsInternalScriptPubKeyMan
S3RK
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-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
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
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-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
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#19651: wallet: importdescriptors update existing
fanquake
2021-07-01
Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...
Samuel Dobson
2021-06-28
wallet: deactivate descriptor
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-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-09
Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
Andrew Chow
2021-05-30
Move cs_wallet lock in CreateTransactionInternal to top of function
Andrew Chow
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky
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
[next]