384 Commits (32cffe6bef8974db6bf1536a24bce8c2b2304c52)

Author SHA1 Message Date
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
tnaka e503b2b680 fixed listunspent rpc convert parameter 8 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 8 years ago
John Newbery 0ef7de953f [RPCs] Remove submitblock parameters argument help text 8 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 8 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 8 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 8 years ago
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 8 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 8 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 8 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 8 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 8 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 8 years ago
practicalswift 90593ed92c Limit variable scope 8 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 8 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Pieter Wuille 4ec0d9e794 Refactor GetUTXOStats in preparation for per-COutPoint iteration 8 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 8 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 8 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 8 years ago
Gregory Sanders f128f78ddb getmempool mempoolminfee is a BTC/KB feerate 8 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 8 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 8 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 8 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 8 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 8 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 8 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 8 years ago
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 8 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 8 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 8 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 8 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 8 years ago
Karl-Johan Alm 3a0a5bc234
[doc] Add hint about getmempoolentry to getrawmempool help. 8 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
Pieter Wuille bd1f138e73 Add getchaintxstats RPC 8 years ago
practicalswift 3fe8a83969 Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) 8 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 8 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 8 years ago
Jorge Timón 1c897fc3da
Missing includes 8 years ago