623 Commits (master)

Author SHA1 Message Date
Felix Weis 86279464b4 [RPC] trivial: gettxout no longer shows version of tx 7 years ago
Andrew Chow e029c6e709 Only return hex field once in getrawtransaction 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 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 1c9b818756 getinfo deprecation warning 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Alex Morcos 06bcdb8da6 Convert named argument from nblocks to conf_target 7 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 7 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Alex Morcos 5e3b7b5686 Improve error reporting for estimaterawfee 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
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 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
Gregory Sanders f2f1d0a83e document script-based return fields for validateaddress 7 years ago
Michael Rotarius b8bb4257fe REST/RPC example update 7 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 7 years ago
Matt Corallo 381b8fc365 Clarify CCoinsViewMemPool documentation. 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
tnaka e503b2b680 fixed listunspent rpc convert parameter 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
John Newbery 0ef7de953f [RPCs] Remove submitblock parameters argument help text 7 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 7 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 7 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 7 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 7 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 7 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago