623 Commits (master)

Author SHA1 Message Date
Pieter Wuille 4ec0d9e794 Refactor GetUTXOStats in preparation for per-COutPoint iteration 7 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 7 years ago
Gregory Sanders f128f78ddb getmempool mempoolminfee is a BTC/KB feerate 7 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 7 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 7 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 7 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 7 years ago
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 7 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 7 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 7 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 7 years ago
Karl-Johan Alm 3a0a5bc234
[doc] Add hint about getmempoolentry to getrawmempool help. 7 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 7 years ago
Pieter Wuille bd1f138e73 Add getchaintxstats RPC 7 years ago
practicalswift 3fe8a83969 Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) 7 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 7 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 7 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 7 years ago
Jorge Timón 1c897fc3da
Missing includes 7 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 7 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 7 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 7 years ago
Luke Dashjr c99ab3ca4b RPC: Allow multiple names for parameters 7 years ago
Matt Corallo 1c95e2f9c9 Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining 7 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 7 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 7 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 7 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 7 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 7 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
Wladimir J. van der Laan f885b67029 refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 7 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 7 years ago
Matthew Zipkin 557c9a68fb RPC: getblockchaininfo: BIP9 stats 7 years ago
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to `getmemoryinfo` RPC 7 years ago
James Evans 05a9f22358 Trivial: Fix typo in help getrawtransaction RPC 7 years ago
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
practicalswift 8dc957ae06 Remove unused code 7 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 7 years ago
practicalswift 9ea249014a [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 7 years ago