437 Commits (d3ef66b9fcfe93ba392172639826aadc26b23039)

Author SHA1 Message Date
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
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
Luke Dashjr c99ab3ca4b RPC: Allow multiple names for parameters 8 years ago
Matt Corallo 1c95e2f9c9 Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining 8 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 8 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 8 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 8 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 8 years ago