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
/
rpcwallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-2066
/
+0
*
minor rework of SendMoney in rpcwallet
Philip Kaufmann
2015-02-04
1
-16
/
+11
*
Merge pull request #5711
Wladimir J. van der Laan
2015-02-04
1
-2
/
+67
|
\
|
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-2
/
+67
*
|
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-2
/
+2
*
|
Fix typo - sentence starts with capital letter
Pavel Janík
2015-01-31
1
-1
/
+1
|
/
*
Merge pull request #5575
Wladimir J. van der Laan
2015-01-26
1
-41
/
+32
|
\
|
*
RPCWallet: Notate all account stuff as deprecated
Luke Dashjr
2014-12-30
1
-41
/
+32
*
|
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-5
/
+3
|
\
\
|
*
|
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-4
/
+3
|
*
|
namespace: remove boost namespace pollution
Cory Fields
2015-01-02
1
-1
/
+0
*
|
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
|
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-2
/
+2
*
|
|
Merge pull request #5540
Pieter Wuille
2015-01-04
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add immature balances to getwalletinfo.
Gregory Maxwell
2014-12-25
1
-2
/
+4
|
*
|
Add unconfirmedbalance field to getwalletinfo
azeteki
2014-12-25
1
-1
/
+3
*
|
|
Merge pull request #5576
Wladimir J. van der Laan
2014-12-31
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Bugfix: RPCWallet: Docs: Booleans aren't quoted
Luke Dashjr
2014-12-30
1
-2
/
+2
|
|
/
*
/
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.
Pavel Janík
2014-12-05
1
-3
/
+1
*
Move SendMoney() to rpcwallet.cpp.
Pavel Janík
2014-12-02
1
-7
/
+39
*
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-1
/
+1
*
Fix typo in listreceivedbyaddress and listaccounts help text
Michael Ford
2014-11-16
1
-2
/
+2
*
fix a typo
Yoichi Hirai
2014-10-31
1
-1
/
+1
*
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-1
/
+1
*
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-03
1
-1
/
+1
*
Merge pull request #4985
Wladimir J. van der Laan
2014-10-02
1
-7
/
+12
|
\
|
*
Fixed setaccount accepting foreign address
Eric Shaw
2014-10-02
1
-7
/
+12
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-31
/
+31
|
/
*
Merge pull request #4863
Wladimir J. van der Laan
2014-09-17
1
-1
/
+2
|
\
|
*
update rpc help message for gettransaction to add includeWatchonly param
Benedict Chan
2014-09-16
1
-1
/
+2
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-6
/
+3
|
/
*
Merge pull request #4825
Pieter Wuille
2014-09-16
1
-1
/
+1
|
\
|
*
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-06
1
-1
/
+1
*
|
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-1
/
+1
|
/
*
Fix typo in gettransaction help
Derek701
2014-08-08
1
-1
/
+1
*
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-29
1
-3
/
+2
*
Revert "Add -respendnotify option and new RPC data"
Wladimir J. van der Laan
2014-07-21
1
-22
/
+0
*
Add vout to ListTransactions output
Cozz Lovan
2014-07-15
1
-26
/
+31
*
`getrawchangeaddress` should fail when keypool exhausted
Wladimir J. van der Laan
2014-07-11
1
-1
/
+1
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-36
/
+91
|
\
|
*
replaced MINE_ with ISMINE_
JaSK
2014-07-02
1
-18
/
+18
|
*
fixed bug in ListReceived()
JaSK
2014-07-02
1
-1
/
+1
|
*
removed default argument values for ismine filter
JaSK
2014-07-02
1
-9
/
+9
|
*
added includedWatchonly argument to listreceivedbyaddress/...account
JaSK
2014-07-02
1
-7
/
+31
|
*
added includeWatchonly argument to 'gettransaction' because it affects balanc...
JaSK
2014-07-02
1
-2
/
+8
|
*
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
1
-41
/
+29
|
*
Added argument to listtransactions and listsinceblock to include watchonly ad...
JaSK
2014-07-02
1
-22
/
+40
|
*
Showing 'involvesWatchonly' property for transactions returned by 'listtransa...
JaSK
2014-07-02
1
-0
/
+5
[next]