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
/
client.cpp
Age
Commit message (
Expand
)
Author
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-09-28
Support BIP173 in addwitnessaddress
Pieter Wuille
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
rpc: update cli for estimatefee argument rename
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
Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC
Wladimir J. van der Laan
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
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-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-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-06-19
fixed listunspent rpc convert parameter
tnaka
2017-06-12
Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
Wladimir J. van der Laan
2017-06-06
Remove references to priority that snuck back in in 870824e9.
Matt Corallo
2017-06-05
RPC: rawtransaction: Add RBF support for createrawtransaction
Luke Dashjr
2017-05-23
RPC/Mining: Restore API compatibility for prioritisetransaction
Luke Dashjr
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-17
Add query options to listunspent rpc call
Pedro Branco
2017-05-15
Merge #8704: [RPC] Transaction details in getblock
Wladimir J. van der Laan
2017-05-12
Use a verbosity instead of two verbose parameters
Andrew Chow
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Expose estimaterawfee
Alex Morcos
2017-05-03
Add getchaintxstats RPC
Pieter Wuille
2017-04-19
Allow disconnectnode() to be called with node id
John Newbery
2017-04-10
[rpc] Add logging RPC
John Newbery
2017-03-26
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-02-27
[rpc] Remove estimatepriority and estimatesmartpriority.
Alex Morcos
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-01-19
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
[RPC] bumpfee
mrbandrews
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
Update RPC argument names
John Newbery
2017-01-10
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-10-24
Overhaul network activity toggle
Jonas Schnelli
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-09-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-01
Make the dummy argument to getaddednodeinfo optional
Pieter Wuille
2016-06-09
Add getmempooldescendants RPC call
Suhas Daftuar
[next]