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-06-23
Merge pull request #6088
Wladimir J. van der Laan
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