index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-09-24
1
-2
/
+2
*
0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
João Barbosa
2019-08-25
1
-5
/
+5
*
0.18: [wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-08-25
1
-0
/
+5
*
wallet: Update transactions with current mempool after load
João Barbosa
2019-04-01
1
-0
/
+3
*
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-04-01
1
-6
/
+7
*
Use a single wallet batch for UpgradeKeyMetadata
Jonas Schnelli
2019-02-17
1
-1
/
+8
*
Fetch keys from keypool when private keys are disabled
Andrew Chow
2019-02-14
1
-5
/
+7
*
Add a method to add a pubkey to the keypool
Andrew Chow
2019-02-14
1
-13
/
+24
*
Implement a function to add KeyOriginInfo to a wallet
Andrew Chow
2019-02-14
1
-0
/
+10
*
Store key origin info in key metadata
Andrew Chow
2019-02-14
1
-11
/
+52
*
Add a method to CWallet to write just CKeyMetadata
Andrew Chow
2019-02-14
1
-0
/
+6
*
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
*
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-12
1
-0
/
+22
|
\
|
*
wallet: Factor out LoadWallet
João Barbosa
2019-02-04
1
-0
/
+22
*
|
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
1
-8
/
+58
|
\
\
|
*
|
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-8
/
+58
*
|
|
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
1
-3
/
+2
*
|
|
Rename Chain getLocator -> getTipLocator
Russell Yanofsky
2019-02-01
1
-2
/
+2
*
|
|
Drop redundant get_value_or
Russell Yanofsky
2019-02-01
1
-2
/
+2
*
|
|
Fix ScanForWalletTransactions start_block comment
Russell Yanofsky
2019-02-01
1
-4
/
+5
*
|
|
Update ScanForWalletTransactions result comment
Russell Yanofsky
2019-02-01
1
-4
/
+5
*
|
|
Rename ScanResult stop_block field
Russell Yanofsky
2019-02-01
1
-5
/
+5
|
|
/
|
/
|
*
|
Merge #15308: build: Restore compatibility with older boost
MarcoFalke
2019-02-01
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
1
-3
/
+3
*
|
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-02-01
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
1
-0
/
+3
*
|
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-31
1
-0
/
+3
|
\
\
|
*
|
Free BerkeleyEnvironment instances when not in use
Russell Yanofsky
2018-11-26
1
-0
/
+3
*
|
|
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...
MarcoFalke
2019-01-31
1
-2
/
+2
|
\
\
\
|
*
|
|
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-30
1
-2
/
+2
*
|
|
|
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-31
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-23
1
-0
/
+4
|
|
/
/
/
*
|
|
|
Remove 'boost::optional'-related gcc warnings
Hennadii Stepanov
2019-01-30
1
-1
/
+2
*
|
|
|
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-30
1
-115
/
+125
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove remaining chainActive references from CWallet
Russell Yanofsky
2019-01-15
1
-19
/
+28
|
*
|
|
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
1
-64
/
+74
|
*
|
|
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
1
-2
/
+2
|
*
|
|
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-10
/
+9
|
*
|
|
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-22
/
+14
|
|
/
/
*
|
|
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-21
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
1
-2
/
+2
*
|
|
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
1
-0
/
+39
|
\
\
\
|
*
|
|
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2019-01-15
1
-0
/
+39
|
|
/
/
*
/
/
wallet: Avoid leaking locktime fingerprint when anti-fee-sniping
MarcoFalke
2018-12-27
1
-30
/
+60
|
/
/
*
|
wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions
Ben Woosley
2018-12-17
1
-0
/
+1
*
|
Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic
MeshCollider
2018-12-14
1
-67
/
+13
|
\
\
|
*
|
Replace CAffectedKeysVisitor with descriptor based logic
Pieter Wuille
2018-11-27
1
-67
/
+13
|
|
/
*
|
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
1
-2
/
+2
*
|
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-12
1
-19
/
+32
|
\
\
|
*
|
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
1
-7
/
+12
[next]