175 Commits (master)

Author SHA1 Message Date
Just Wonder a4ded20d5a Updated nMinimumChainWork. 4 years ago
Just Wonder 67b69a64ff Added new blockchain RPC getblockheaderbyhash. 4 years ago
Just Wonder c72ef98577 Fixed MacOS Catalina build. 5 years ago
Jianping Wu 68ffbfc104 Changed block hash calculation, used cryptonote header instead. 5 years ago
Jianping Wu 8766247be1 Fixed CN RPC call transfer. 5 years ago
Jianping Wu 350f6fa953 Fixed CN APIs. 5 years ago
Jianping Wu 8f4b44cbf6 WIP: added get_info for cryptonote. 5 years ago
Jianping Wu 5e39efc98b WIP: implemented getlastblockheader. 5 years ago
Jianping Wu 8b1d430007 WIP: Implemented getblockheaderbyheight. 5 years ago
Jianping Wu cd9d169a8f WIP: fixed build with cnutils. 5 years ago
Jianping Wu 2d8820811e Difficulty 1 is: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5 years ago
Jianping Wu d814fc3128 Fixed kevacoin difficulty calculation. 6 years ago
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Gregory Sanders cbd2f70b75
expose CBlockIndex::nTx in getblock(header) 6 years ago
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 6 years ago
David A. Harding 4087dd08e7
RPC Docs: gettxout*: clarify bestblock and unspent counts 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 6 years ago
MarcoFalke fa1e69e52b qa: Sync with validationinterface queue in sync_mempools 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Jeff Rade aad309065d [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolminfee help description 7 years ago
Andrew Chow e4d0af4fe1 Loop through the bip9 soft fork deployments instead of hard coding 7 years ago
sean 3e1ee31043 [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
practicalswift a9b6ba0b7c Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
John Newbery 11413646be [trivial] (whitespace only) fix getblockchaininfo alignment 7 years ago
John Newbery bd9c18171d [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Cristian Mircea Messel 149dffd3b2 [rpc] mempoolinfo should take ::minRelayTxFee into account 7 years ago
Daniel Edgecumbe b7dfc6c4b8 [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning 7 years ago
Andrew Chow 8502b20852 Unify help text for GetWarnings output in get*info RPCs 7 years ago
Andrew Chow f77f0e4825 Add warnings field to getblockchaininfo 7 years ago
Lawrence Nahum 1aa97ee088
Add savemempool RPC 7 years ago
Akio Nakamura 47ba2c312a Fix currency/fee-rate unit string in the help text 7 years ago
Suhas Daftuar 7e5d5965d1 RPC: add wtxid to mempool entry output 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Jorge Timón 6d2d2eb493
RPC: gettxout: Slightly improve doc and tests 7 years ago
Akio Nakamura 33366768af Fix getchaintxstats() 7 years ago
MeshCollider c001992440 Fix potential null dereferences 7 years ago
Andrew Chow 6bbdafcdc4 Pass serialization flags and whether to include hex to TxToUniv 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Felix Weis 86279464b4 [RPC] trivial: gettxout no longer shows version of tx 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
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
Matt Corallo 381b8fc365 Clarify CCoinsViewMemPool documentation. 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 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