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
/
rpcdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hour
MarcoFalke
2018-08-10
1
-4
/
+4
|
\
|
*
[Docs] upgrade rescan time warning from minutes to >1 hour
Mason Simon
2018-08-07
1
-4
/
+4
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
1
-5
/
+5
|
/
*
Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescan
Wladimir J. van der Laan
2018-07-25
1
-28
/
+15
|
\
|
*
[moveonly] Extract RescanWallet to handle a simple rescan
Ben Woosley
2018-07-14
1
-28
/
+15
*
|
Removes Boost predicate.hpp dependency
251
2018-07-22
1
-2
/
+2
*
|
Merge #13074: [trivial] Correct help text for `importaddress` RPC
MarcoFalke
2018-07-19
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
[wallet] [rpc] Fix importaddress help text
John Newbery
2018-04-25
1
-6
/
+6
*
|
Fix parameter count check for importpubkey.
Kristaps Kaupe
2018-06-20
1
-1
/
+1
*
|
Merge #13069: docs: Fix typos
MarcoFalke
2018-05-30
1
-1
/
+1
|
\
\
|
*
|
Fix typos
practicalswift
2018-05-07
1
-1
/
+1
*
|
|
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-11
/
+21
*
|
|
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
1
-5
/
+5
*
|
|
scripted-diff: Rename master key to seed
John Newbery
2018-05-19
1
-6
/
+6
*
|
|
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
1
-3
/
+3
|
/
/
*
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-7
/
+7
*
|
Merge #13090: Remove Safe mode (achow101)
Wladimir J. van der Laan
2018-04-27
1
-2
/
+0
|
\
\
|
*
|
Remove Safe mode
Andrew Chow
2018-04-26
1
-2
/
+0
|
|
/
*
/
Make CScript -> CScriptID conversion explicit
Pieter Wuille
2018-04-18
1
-7
/
+9
|
/
*
Give an error when rescan is aborted by the user
Andrew Chow
2018-04-12
1
-4
/
+32
*
Add cancel button to rescan progress dialog
Andrew Chow
2018-04-12
1
-3
/
+5
*
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
1
-1
/
+0
*
[wallet] [rpc] [doc] importprivkey: hint about importmulti
Karl-Johan Alm
2018-04-03
1
-0
/
+1
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
*
|
wallet: Change output type globals to members
MarcoFalke
2018-03-17
1
-1
/
+1
*
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-2
/
+3
|
\
\
|
*
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-2
/
+3
*
|
|
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-09
1
-8
/
+4
|
|
/
|
/
|
*
|
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-07
1
-34
/
+12
|
\
\
|
|
/
|
/
|
|
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
*
Stop using CBase58Data for ext keys
Pieter Wuille
2018-02-19
1
-4
/
+1
|
*
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-29
/
+10
*
|
Remove useless string initialization.
Alin Rus
2018-02-13
1
-2
/
+2
|
/
*
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-1
/
+1
*
Bech32 addresses in dumpwallet
fivepiece
2018-02-07
1
-3
/
+26
*
Mention that other RPC calls report keys as "imported" while txns are still m...
Jonas Schnelli
2018-01-23
1
-3
/
+8
*
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
1
-5
/
+10
*
Add RAII wallet rescan reserver
Jonas Schnelli
2018-01-23
1
-0
/
+20
*
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
1
-165
/
+169
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-5
/
+13
|
\
|
*
SegWit wallet support
Pieter Wuille
2018-01-09
1
-2
/
+10
|
*
Support P2WPKH and P2SH-P2WPKH in dumpprivkey
Pieter Wuille
2018-01-09
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Add script birthtime metadata to dump and import wallet
MeshCollider
2017-12-20
1
-1
/
+13
*
|
Add script dump note to RPC help text and release notes
MeshCollider
2017-12-20
1
-1
/
+1
*
|
Add scripts to importwallet RPC
MeshCollider
2017-12-20
1
-33
/
+45
*
|
Add CScripts to dumpwallet RPC
MeshCollider
2017-12-20
1
-0
/
+11
[next]