68 Commits (master)

Author SHA1 Message Date
Just Wonder 9ad1e217b5 Implemented keva_group_join. 4 years ago
Just Wonder 9a23025a3f Implemented keva_show_group. Need more work. 4 years ago
Just Wonder dccc893d55 Fixed keva_filter parameter parsing, properly handled numerical values. 4 years ago
Jianping Wu f333314e52 The first parameter of getblockheaderbyheight is integer. 5 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Jonas Schnelli c77170fbdb
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command 7 years ago
Pieter Wuille e278f12ca7 Support BIP173 in addwitnessaddress 7 years ago
Wladimir J. van der Laan 5acd82de9a rpc: make estimatesmartfee argument naming consistent with documentation 7 years ago
Wladimir J. van der Laan 24697c40ee rpc: update cli for estimatefee argument rename 7 years ago
MeshCollider bbdbe805a2 Add iswitness parameter to decode- and fundrawtransaction RPCs 7 years ago
Karl-Johan Alm f999c46cae
listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 7 years ago
Alex Morcos 9c85b91dc1 Change API to estimaterawfee 7 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 7 years ago
Matt Corallo 928c6811f2 Use "replaceable" instead of "optintorbf" in createrawtransaction. 7 years ago
John Newbery 58e9864083 [rpc] fix verbose argument for getblock in bitcoin-cli 7 years ago
tnaka e503b2b680 fixed listunspent rpc convert parameter 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 7 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 7 years ago
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 7 years ago
Pieter Wuille bd1f138e73 Add getchaintxstats RPC 7 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 7 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 7 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 7 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 7 years ago
practicalswift 0c9b9b7d64 [trivial] Fix recently introduced typos in comments 7 years ago
mrbandrews cc0243ad32 [RPC] bumpfee 8 years ago
mrbandrews 1fc4ec7bf2 Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Wladimir J. van der Laan 481f289765 rpc: Named argument support for bitcoin-cli 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jonas Schnelli b2b33d9017 Overhaul network activity toggle 8 years ago
Pedro Branco cb08fdbf78 Add importmulti rpc call 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
Pieter Wuille 854f1af22e Make the dummy argument to getaddednodeinfo optional 8 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 8 years ago
Suhas Daftuar 8f7b5dc4af Add getmempoolancestors RPC call 8 years ago
mruddy 60361ca481 RPC: fix generatetoaddress failing to parse address and add unit test 8 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 8 years ago