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
2016-03-14
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2016-02-18
Clarify description of blockindex
Matthew Zipkin
2016-02-12
Fix and cleanup listreceivedbyX documentation
instagibbs
2016-01-28
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-22
Merge #7262: Reduce inefficiency of GetAccountAddress()
Wladimir J. van der Laan
2016-01-21
rpc: update inline comments to refer to new file paths
Daniel Cousens
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-20
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Wladimir J. van der Laan
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-19
RPC: indicate which transactions are replaceable
Suhas Daftuar
2016-01-18
Merge pull request #7329
Wladimir J. van der Laan
2016-01-17
Typo fixes in comments
Chris Wheeler
2016-01-13
Merge pull request #7332
Wladimir J. van der Laan
2016-01-13
Add new rpc call: abandontransaction
Alex Morcos
2016-01-13
[wallet] Clarify rpc help message with regard to rounding
MarcoFalke
2015-12-28
Reduce inefficiency of GetAccountAddress()
Chris Moore
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Merge pull request #7136
Wladimir J. van der Laan
2015-11-30
rpcwallet: Clarify what settxfee does
MarcoFalke
2015-11-29
Keep track of explicit wallet conflicts instead of using mempool
Pieter Wuille
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
[next]