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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2015-11-24
Merge pull request #7066
Wladimir J. van der Laan
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-20
Add missing "blocktime" description to listtransactions help, fix formatting.
Pavel Janík
2015-11-16
Merge pull request #6991
Gregory Maxwell
2015-11-13
Better error message for fundrawtransaction w/ empty vout
Peter Todd
2015-11-13
Actually use includeWatching value in fundrawtransaction
Peter Todd
2015-11-11
Clarify 'fee' field in fundrawtransaction help text
Peter Todd
2015-11-10
Merge pull request #5574
Wladimir J. van der Laan
2015-10-02
wallet: Expose GUI labels in RPC
Luke Dashjr
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-08-19
Merge pull request #6539
Wladimir J. van der Laan
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-03
Rationalize currency unit to "BTC"
Ross Nicoll
2015-07-27
Merge pull request #5697
Wladimir J. van der Laan
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
Merge pull request #6287
Wladimir J. van der Laan
2015-07-20
Implement watchonly support in fundrawtransaction
Matt Corallo
2015-06-23
Merge pull request #6088
Wladimir J. van der Laan
2015-06-16
locking: fix a few small issues uncovered by -Wthread-safety
Cory Fields
2015-06-15
Merge pull request #6257
Wladimir J. van der Laan
2015-06-12
Fix getbalance *
Tom Harding
2015-06-11
Add paytxfee to getwalletinfo, warnings to getnetworkinfo
Stephen
2015-06-11
Add fundrawtransaction RPC method
Matt Corallo
2015-06-06
Changes necessary now that zero values accepted in AmountFromValue
Wladimir J. van der Laan
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-04-28
wallet: fix boost::get usage with boost 1.58
Cory Fields
2015-04-20
Show zero value txouts in listunspent.
Gregory Maxwell
2015-04-13
[squashme] fix listunspent code indentation
Jonas Schnelli
2015-04-12
Push down RPC reqWallet flag
Jonas Schnelli
2015-04-12
[move] move listunspent to wallet/rpcwallet.cpp
Jonas Schnelli
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli