623 Commits (master)

Author SHA1 Message Date
Jianping Wu baf31da4a7 WIP: integrated latest cn code. 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 aa97d9938c WIP: getblocktemplate for cn style return. 5 years ago
Jianping Wu 9afc758027 Started implementing cn layer for kevacoin. 5 years ago
Jianping Wu caef63a27f Reversed incorrect commit. 5 years ago
Jianping Wu b62873f1e8 WIP cn utils. 5 years ago
Jianping Wu 2d8820811e Difficulty 1 is: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5 years ago
Jianping Wu c763ddc985 Added feature_keva.py functional test case. 5 years ago
Jianping Wu ffc04e7399 1. Handled "too-long-mempool-chain" by deleting the offending Tx so that it is not in mempool and will not affect the subsequent operations. 5 years ago
Jianping Wu bf62b97a6a Fixed constructor initialization warnings. 5 years ago
Jianping Wu 3ea0145db8 Moved keva_get and keva_filter to non-wallet rpc methods. They don't need wallet to function. 5 years ago
Jianping Wu 392b7aba5f More changes from litecoin to kevacoin. 5 years ago
Jianping Wu d814fc3128 Fixed kevacoin difficulty calculation. 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 294f4f1cda Started changing from litecoin to kevacoin. 6 years ago
Jianping Wu f9a7c7d3cb Added notes for mining.cpp for GetNodeCount. 6 years ago
Jianping Wu 2ba7b82896 Handled keva script with getAddress. 6 years ago
Jianping Wu fb0acfc6d9 WIP: started implementing keva_namespace. 6 years ago
Anthony Towns 1825e37075 Error on missing amount in signrawtransaction* 6 years ago
Pieter Wuille 657dfc5bca Fix csBestBlock/cvBlockChange waiting in rpc/mining 6 years ago
Gregory Sanders 6b9dc8ceae have verifytxoutproof check the number of txns in proof structure 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
Tamas Blummer e730b82b07 fix version typo 6 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 6 years ago
Adrian Gallagher e838c27971
Litecoin: Fix various tests 6 years ago
Pieter Wuille 3762ac127a
Make signrawtransaction accept P2SH-P2WSH redeemscripts 6 years ago
MeshCollider ee11121229 Add special error for genesis coinbase to gettransaction 7 years ago
MarcoFalke fa1e69e52b qa: Sync with validationinterface queue in sync_mempools 7 years ago
Wladimir J. van der Laan 49e5f3ff7e rpc: Add deprecation error for `getinfo` 7 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Andrew Chow 1df206f854 Disallow using addresses in createmultisig 7 years ago
Pieter Wuille 37c03d3e05 Support P2WPKH addresses in create/addmultisig 7 years ago
Pieter Wuille 3eaa003c88 Extend validateaddress information for P2SH-embedded witness 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
João Barbosa 320669a363 rpc: Validate replaceable type in createrawtransaction 7 years ago
Russell Yanofsky 9c8eca7704 Split up key and script metadata for better type safety 7 years ago
MarcoFalke fa4c16d2e7 qa: Add getrawtransaction in_active_chain=False test 7 years ago
Karl-Johan Alm b167951677
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction from a block directly. 7 years ago
Andrew Chow e4d0af4fe1 Loop through the bip9 soft fork deployments instead of hard coding 7 years ago
Karl-Johan Alm a5f5a2ce53
[rpc] Fix fVerbose parsing (remove excess if cases). 7 years ago
sean 3e1ee31043 [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. 7 years ago