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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-24
4
-27
/
+38
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_me...
practicalswift
2018-10-09
1
-5
/
+5
|
*
|
|
|
|
|
Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypo...
practicalswift
2018-10-09
1
-4
/
+4
|
*
|
|
|
|
|
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-10-09
2
-16
/
+26
|
*
|
|
|
|
|
wallet: Add missing locks
practicalswift
2018-10-09
2
-2
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-23
1
-0
/
+6
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[wallet] Deprecate the generate RPC method
John Newbery
2018-10-18
1
-0
/
+6
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #14291: wallet: Add ListWalletDir utility function
Wladimir J. van der Laan
2018-10-19
3
-2
/
+89
|
\
\
\
\
\
|
*
|
|
|
|
rpc: Add listwalletdir RPC
João Barbosa
2018-10-18
1
-0
/
+33
|
*
|
|
|
|
wallet: Add ListWalletDir utility
João Barbosa
2018-10-18
2
-2
/
+56
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #14146: wallet: Remove trailing separators from -walletdir arg
Wladimir J. van der Laan
2018-10-18
4
-1
/
+147
|
\
\
\
\
\
|
*
|
|
|
|
wallet: Remove trailing separators from -walletdir arg
Pierre Rochard
2018-09-12
2
-1
/
+26
|
*
|
|
|
|
wallet: Add walletdir arg unit tests
Pierre Rochard
2018-09-12
3
-0
/
+121
*
|
|
|
|
|
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-18
1
-5
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-26
1
-5
/
+4
*
|
|
|
|
|
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
1
-15
/
+15
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-27
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-17
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-26
1
-14
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
[wallet] Remove -usehd
John Newbery
2018-09-20
1
-14
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge #14310: [wallet] Ensure wallet is unlocked before signing
MarcoFalke
2018-09-26
1
-0
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-09-24
1
-0
/
+2
*
|
|
|
|
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
2
-16
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
2
-16
/
+7
*
|
|
|
|
Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...
MarcoFalke
2018-09-24
1
-0
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-09-19
1
-0
/
+2
*
|
|
|
|
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
MarcoFalke
2018-09-19
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-21
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-14
4
-8
/
+49
|
\
\
\
\
|
*
|
|
|
No longer shutdown after encrypting the wallet
Andrew Chow
2018-08-09
1
-6
/
+1
|
*
|
|
|
After encrypting the wallet, reload the database environment
Andrew Chow
2018-08-09
1
-0
/
+5
|
*
|
|
|
Add function to close all Db's and reload the databae environment
Andrew Chow
2018-08-09
2
-0
/
+38
|
*
|
|
|
Move BerkeleyEnvironment deletion from internal method to callsite
Andrew Chow
2018-08-09
1
-2
/
+5
*
|
|
|
|
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-13
2
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-11
2
-2
/
+2
*
|
|
|
|
Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.a
MarcoFalke
2018-09-11
1
-0
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-09-10
1
-0
/
+3
*
|
|
|
|
|
Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...
Wladimir J. van der Laan
2018-09-11
1
-25
/
+36
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Speed up knapsack_solver_test by not recreating wallet 100 times.
[email protected]
2018-08-10
1
-25
/
+36
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-2
/
+2
*
|
|
|
|
|
|
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
Wladimir J. van der Laan
2018-09-10
1
-34
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Let wallet importmulti RPC accept labels for standard scriptPubKeys
Russell Yanofsky
2018-02-22
1
-34
/
+8
*
|
|
|
|
|
|
|
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
1
-0
/
+2
*
|
|
|
|
|
|
|
Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...
practicalswift
2018-09-03
1
-0
/
+2
*
|
|
|
|
|
|
|
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-05
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix typos reported by codespell
practicalswift
2018-09-04
1
-1
/
+1
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
6
-20
/
+20
|
\
\
\
\
\
\
\
\
[prev]
[next]