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
*
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
|
*
Added argument to listaccounts to include watchonly addresses
JaSK
2014-07-02
1
-5
/
+12
|
*
Added argument to getbalance to include watchonly addresses and fixed errors ...
JaSK
2014-07-02
1
-8
/
+15
*
|
Merge pull request #4446
Wladimir J. van der Laan
2014-07-07
1
-1
/
+1
|
\
\
|
*
|
Use GetBlockTime() more
jtimon
2014-07-07
1
-1
/
+1
|
|
/
*
/
Rename SendMoneyToDestination to SendMoney.
Daniel Kraft
2014-07-07
1
-2
/
+2
|
/
*
Add -respendnotify option and new RPC data
Tom Harding
2014-06-27
1
-0
/
+22
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+1
*
Type-safe CFeeRate class
Gavin Andresen
2014-06-06
1
-1
/
+1
*
No references to centralized databases in help text.
Pieter Wuille
2014-05-29
1
-7
/
+6
*
removed a few unnecessary casts
Kamil Domanski
2014-05-13
1
-4
/
+4
*
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-13
1
-6
/
+6
*
fixes #4163
Matthew Bogosian
2014-05-09
1
-1
/
+1
*
Check redeemScript size does not exceed 520 byte limit
Peter Todd
2014-05-08
1
-2
/
+2
*
[Qt] fix style, formating, comment and indentation problems
Philip Kaufmann
2014-03-27
1
-3
/
+0
*
Merge pull request #3717 from djpnewton/wallet-txcount
Jeff Garzik
2014-03-10
1
-0
/
+32
|
\
|
*
move wallet info stuff to "getwalletinfo" rpc (left original wallet
Daniel Newton
2014-02-27
1
-0
/
+32
*
|
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-3
/
+4
*
|
Remove "conflicted" as transaction category.
Wladimir J. van der Laan
2014-02-21
1
-8
/
+2
|
/
*
Merge pull request #3679 from laanwj/2014_02_walletpassphrase_behavior
Gavin Andresen
2014-02-17
1
-0
/
+3
|
\
|
*
Document new `walletpassphrase` behavior in 0.9
Wladimir J. van der Laan
2014-02-16
1
-0
/
+3
*
|
Serialize only CTransaction data in gettransaction RPC hex
Wladimir J. van der Laan
2014-02-17
1
-1
/
+1
*
|
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
|
Track and report wallet transaction clones
Gavin Andresen
2014-02-14
1
-2
/
+9
*
|
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-14
1
-3
/
+11
*
|
Merge pull request #3662
Wladimir J. van der Laan
2014-02-13
1
-1
/
+1
|
\
\
|
*
|
Rename IsConfirmed to IsTrusted to better match the intended behavior.
Gregory Maxwell
2014-02-12
1
-1
/
+1
*
|
|
Add raw transaction hex to `gettransaction` wallet RPC
Wladimir J. van der Laan
2014-02-13
1
-1
/
+7
|
/
/
*
/
small changes to rpc command help message strings
Philip Kaufmann
2014-01-30
1
-2
/
+2
|
/
*
Re-add BTC/KB in help message for `settxfee`
Wladimir J. van der Laan
2014-01-29
1
-2
/
+2
*
Mention `*` value for account in documentation for `getbalance` RPC
Wladimir J. van der Laan
2014-01-29
1
-1
/
+3
*
qt: allow `walletpassphrase` in debug console without -server
Wladimir J. van der Laan
2014-01-17
1
-2
/
+0
*
Merge pull request #3369
Wladimir J. van der Laan
2013-12-20
1
-0
/
+9
|
\
|
*
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
Michael Bauer
2013-12-08
1
-0
/
+9
*
|
Move `verifymessage` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
1
-53
/
+0
[next]