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
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
Switch `bitcoinprivkey` to `dogecoinprivkey`
chromatic
2021-04-18
1
-1
/
+1
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-5
/
+5
*
Return correct error codes in removeprunedfunds().
John Newbery
2017-06-05
1
-2
/
+2
*
Fix importwallet edge case rescan bug
Russell Yanofsky
2017-05-23
1
-6
/
+3
*
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-20
1
-0
/
+2
*
Fix importmulti returning rescan errors for wrong keys
Russell Yanofsky
2017-02-28
1
-0
/
+1
*
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-22
1
-2
/
+23
*
[wallet] Remove importmulti always-true check
Russell Yanofsky
2017-02-20
1
-1
/
+1
*
Use 2 hour grace period for key timestamps in importmulti rescans
Russell Yanofsky
2017-02-16
1
-2
/
+3
*
Merge #9756: Return error when importmulti called with invalid address.
Wladimir J. van der Laan
2017-02-15
1
-0
/
+3
|
\
|
*
Return error when importmulti called with invalid address.
Russell Yanofsky
2017-02-13
1
-0
/
+3
*
|
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
1
-9
/
+11
*
|
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-10
1
-9
/
+4
*
|
Use MTP for importmulti "now" timestamps
Russell Yanofsky
2017-02-10
1
-1
/
+1
*
|
Require timestamps for importmulti keys
Russell Yanofsky
2017-02-10
1
-6
/
+29
|
/
*
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
1
-2
/
+2
*
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
1
-3
/
+3
*
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2017-01-05
1
-4
/
+4
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
1
-2
/
+2
*
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
1
-1
/
+1
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Initialize variable to prevent compiler warning
Pavel Janík
2016-11-10
1
-1
/
+1
*
Merge #8981: Wshadow: Do not shadow argument with a local variable
Wladimir J. van der Laan
2016-11-07
1
-2
/
+2
|
\
|
*
Do not shadow local variable
Pavel Janík
2016-10-20
1
-2
/
+2
*
|
RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...
Luke Dashjr
2016-10-20
1
-4
/
+4
|
/
*
Add consistency check to RPC call importmulti
Pedro Branco
2016-10-19
1
-8
/
+40
*
Add importmulti rpc call
Pedro Branco
2016-10-19
1
-0
/
+390
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-50
/
+50
*
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-09-20
1
-2
/
+0
*
[wallet] rpc: Drop misleading option
MarcoFalke
2016-08-24
1
-6
/
+1
*
Remove CWalletDB* parameter from CWallet::AddToWallet
Patrick Strateman
2016-07-29
1
-2
/
+1
*
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-07-29
1
-1
/
+1
*
[Wallet] add HD xpriv to dumpwallet
Jonas Schnelli
2016-07-27
1
-3
/
+26
*
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-20
1
-0
/
+7
|
\
|
*
Stop treating importaddress'ed scripts as change
Pieter Wuille
2016-06-02
1
-0
/
+7
*
|
build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-09
1
-1
/
+1
|
/
*
Added companion removeprunedfunds call.
instagibbs
2016-03-23
1
-0
/
+38
*
Add importprunedfunds rpc call
instagibbs
2016-03-23
1
-0
/
+67
*
Correct importaddress help reference to importpubkey
Denis Lukianov
2016-03-21
1
-1
/
+1
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-1
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
Enable wallet key imports without rescan in pruned mode.
Gregory Maxwell
2015-09-07
1
-6
/
+9
*
Merge pull request #6415
Wladimir J. van der Laan
2015-08-14
1
-31
/
+104
|
\
|
*
Update importaddress help to push its use to script-only
Matt Corallo
2015-07-20
1
-6
/
+7
|
*
Add importpubkey method to import a watch-only pubkey
Matt Corallo
2015-07-20
1
-0
/
+57
|
*
Add p2sh option to importaddress to import redeemScripts
Matt Corallo
2015-07-20
1
-6
/
+20
[next]