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
/
rpcdump.cpp
Age
Commit message (
Expand
)
Author
2017-06-05
Merge #9740: Add friendly output to dumpwallet
Wladimir J. van der Laan
2017-06-05
Merge #10403: Fix importmulti failure to return rescan errors
Wladimir J. van der Laan
2017-05-27
Fixing typo in rpcdump.cpp
James Evans
2017-05-16
Fix importwallet edge case rescan bug
Russell Yanofsky
2017-05-15
Fix importmulti failure to return rescan errors
Russell Yanofsky
2017-04-18
Merge #10208: [wallet] Rescan abortability
Wladimir J. van der Laan
2017-04-18
[rpc] Add abortrescan command to RPC interface.
Kalle Alm
2017-04-13
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-13
Add friendly output to dumpwallet refs #9564
aideca
2017-03-17
Merge #9818: Save watch only key timestamps when reimporting keys
Wladimir J. van der Laan
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-07
Return correct error codes in removeprunedfunds().
John Newbery
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Save watch only key timestamps when reimporting keys
Russell Yanofsky
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-02-27
More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...
Luke Dashjr
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
Fix importmulti returning rescan errors for wrong keys
Russell Yanofsky
2017-02-22
Merge #9773: Return errors from importmulti if complete rescans are not succe...
Wladimir J. van der Laan
2017-02-17
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-17
[wallet] Remove importmulti always-true check
Russell Yanofsky
2017-02-16
Use 2 hour grace period for key timestamps in importmulti rescans
Russell Yanofsky
2017-02-15
Merge #9756: Return error when importmulti called with invalid address.
Wladimir J. van der Laan
2017-02-13
Return error when importmulti called with invalid address.
Russell Yanofsky
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-10
Use MTP for importmulti "now" timestamps
Russell Yanofsky
2017-02-10
Require timestamps for importmulti keys
Russell Yanofsky
2017-01-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-10
Initialize variable to prevent compiler warning
Pavel Janík
2016-11-07
Merge #8981: Wshadow: Do not shadow argument with a local variable
Wladimir J. van der Laan
2016-10-20
Do not shadow local variable
Pavel Janík
2016-10-20
RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...
Luke Dashjr
2016-10-19
Add consistency check to RPC call importmulti
Pedro Branco
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-09-20
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-08-24
[wallet] rpc: Drop misleading option
MarcoFalke
2016-07-29
Remove CWalletDB* parameter from CWallet::AddToWallet
Patrick Strateman
[next]