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
/
rpc
Age
Commit message (
Expand
)
Author
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-21
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC
Wladimir J. van der Laan
2017-07-19
Merge #10857: [RPC] Add a deprecation warning to getinfo's output
Wladimir J. van der Laan
2017-07-18
getinfo deprecation warning
Andrew Chow
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-11
Merge #10676: document script-based return fields for validateaddress
Wladimir J. van der Laan
2017-07-10
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli
Wladimir J. van der Laan
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-06
Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBF
Wladimir J. van der Laan
2017-07-06
Merge #10710: REST/RPC example update
Wladimir J. van der Laan
2017-07-05
Use "replaceable" instead of "optintorbf" in createrawtransaction.
Matt Corallo
2017-07-05
[rpc] fix verbose argument for getblock in bitcoin-cli
John Newbery
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-03
Merge #10683: rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-30
document script-based return fields for validateaddress
Gregory Sanders
2017-06-30
REST/RPC example update
Michael Rotarius
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-27
Clarify CCoinsViewMemPool documentation.
Matt Corallo
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-24
Merge #10627: fixed listunspent rpc convert parameter
Wladimir J. van der Laan
2017-06-24
Merge #10191: [trivial] Rename unused RPC arguments 'dummy'
Wladimir J. van der Laan
2017-06-24
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-19
fixed listunspent rpc convert parameter
tnaka
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-14
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-06-14
[RPCs] Remove submitblock parameters argument help text
John Newbery
2017-06-14
Merge #9738: gettxoutproof() should return consistent result
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-13
Merge #10553: Simplify "bool x = y ? true : false". Remove unused function an...
Wladimir J. van der Laan
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
[next]