138 Commits (bbb78c76a055877d129a373f1dcbd914b4ae2db0)

Author SHA1 Message Date
Jianping Wu baf31da4a7 WIP: integrated latest cn code. 6 years ago
Jianping Wu 8b1d430007 WIP: Implemented getblockheaderbyheight. 6 years ago
Jianping Wu cd9d169a8f WIP: fixed build with cnutils. 6 years ago
Jianping Wu aa97d9938c WIP: getblocktemplate for cn style return. 6 years ago
Jianping Wu 9afc758027 Started implementing cn layer for kevacoin. 6 years ago
Jianping Wu caef63a27f Reversed incorrect commit. 6 years ago
Jianping Wu b62873f1e8 WIP cn utils. 6 years ago
Jianping Wu 392b7aba5f More changes from litecoin to kevacoin. 6 years ago
Jianping Wu 8bf578cf49 Removed accidental commit. 6 years ago
Jianping Wu eb9ea1b9dd Made sure to delete the entries from the db is they are new (i.e. no namespace and key combo before). 6 years ago
Jianping Wu 638a5a715c Added kevacoin DNS seeders. 6 years ago
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Jianping Wu f9a7c7d3cb Added notes for mining.cpp for GetNodeCount. 6 years ago
Jianping Wu fb0acfc6d9 WIP: started implementing keva_namespace. 6 years ago
Pieter Wuille 657dfc5bca Fix csBestBlock/cvBlockChange waiting in rpc/mining 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Adrian Gallagher e838c27971
Litecoin: Fix various tests 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
Matt Corallo 7e319d6393 Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
Andrew Chow 395cef7601 Change getmininginfo errors field to warnings 7 years ago
Andrew Chow 8502b20852 Unify help text for GetWarnings output in get*info RPCs 7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Wladimir J. van der Laan 5acd82de9a rpc: make estimatesmartfee argument naming consistent with documentation 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Akio Nakamura 47ba2c312a Fix currency/fee-rate unit string in the help text 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 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
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
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 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 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
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago