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
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
[wallet] return correct error code from resendwallettransaction
John Newbery
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-06
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-01
Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...
Wladimir J. van der Laan
2017-07-27
Replace ismine with producesignature check in witnessifier
Andrew Chow
2017-07-26
Change wallet method disabled error text
Russell Yanofsky
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-26
Merge #10655: Properly document target_confirmations in listsinceblock
Wladimir J. van der Laan
2017-07-25
Merge #10799: Prevent user from specifying conflicting parameters to fundrawtx
Wladimir J. van der Laan
2017-07-25
Properly document target_confirmations in listsinceblock
Ryan Havar
2017-07-25
Merge #10789: Punctuation/grammer fixes in rpcwallet.cpp
Wladimir J. van der Laan
2017-07-24
Merge #9622: [rpc] listsinceblock should include lost transactions when param...
Wladimir J. van der Laan
2017-07-21
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-20
[wallet] [rpc] Add listwallets RPC
John Newbery
2017-07-20
[wallet] [rpc] print wallet name in getwalletinfo
John Newbery
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-19
Fix misspellings and remove safety verbiage
Steven D. Lander
2017-07-18
Merge #10784: Do not allow users to get keys from keypool without reserving them
Wladimir J. van der Laan
2017-07-18
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-17
Prevent user from specifying conflicting parameters to fundrawtx
Matt Corallo
2017-07-17
Select wallet based on the given endpoint
Jonas Schnelli
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
fixup some rpc param counting for rpc help
Gregory Sanders
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-12
getbalance example covers at least 6 confirms
Gregory Sanders
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-06
Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBF
Wladimir J. van der Laan
2017-07-05
Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.
Matt Corallo
2017-06-29
rpc: Update `generate` for developer notes
Wladimir J. van der Laan
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Remove duplicate includes
practicalswift
2017-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
RPC/Wallet: Add RBF support for fundrawtransaction
Luke Dashjr
2017-06-05
Wallet: Refactor FundTransaction to accept parameters via CCoinControl
Luke Dashjr
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Merge #10455: Simplify feebumper minimum fee code slightly
Wladimir J. van der Laan
2017-05-25
Simplify feebumper minimum fee code slightly
Russell Yanofsky
2017-05-24
Fix bumpfee rpc "errors" return value
Russell Yanofsky
[next]