606 Commits

Author SHA1 Message Date
Just Wonder
103d76c0b5 Increased maxage of keva_filter from 36000 to 96000. 2020-03-25 10:39:22 -07:00
Just Wonder
dccc893d55 Fixed keva_filter parameter parsing, properly handled numerical values. 2020-03-25 10:36:13 -07:00
Just Wonder
c85ed93f3f Build OK with RandomX. 2020-02-28 21:08:27 -08:00
Just Wonder
ecbc9fec10 WIP: RandomX. 2020-02-28 17:04:37 -08:00
Just Wonder
a4ded20d5a Updated nMinimumChainWork.
Fixed nonce display value.
2020-01-27 20:13:14 -08:00
Just Wonder
67b69a64ff Added new blockchain RPC getblockheaderbyhash.
Fixed returned nonce value.
2020-01-24 11:43:03 -08:00
Just Wonder
c72ef98577 Fixed MacOS Catalina build. 2020-01-17 16:14:42 -08:00
Just Wonder
593b03f2e2 Fixed no-wallet build. 2019-11-05 14:49:37 -08:00
Jianping Wu
d89d414627 Fixed Cryptonote APIs description. 2019-04-02 18:51:27 -07:00
Jianping Wu
f333314e52 The first parameter of getblockheaderbyheight is integer. 2019-04-02 14:39:31 -07:00
Jianping Wu
da5ce9ee09 Fixed CN mining getblocktemplate/submitblock hash values. 2019-04-02 12:23:21 -07:00
Jianping Wu
0b30d4911c Fixed RegTest download timeout. 2019-03-27 22:07:00 -07:00
Jianping Wu
3007571789 Added back the original getblocktemplate call. 2019-03-27 12:44:05 -07:00
Jianping Wu
dea50be56b Added support for cryptonote header in functional test python code. 2019-03-26 23:13:36 -07:00
Jianping Wu
06770c9b2c Fixed functional test cases. 2019-03-25 19:17:29 -07:00
Jianping Wu
68ffbfc104 Changed block hash calculation, used cryptonote header instead. 2019-03-21 23:10:45 -07:00
Jianping Wu
d50ffd42b1 Returned correct error message when downloading blocks. 2019-03-21 18:02:56 -07:00
Jianping Wu
ddc43217ca Genesis block also used cn header. 2019-03-21 16:20:45 -07:00
Jianping Wu
937095dd4d WIP: started fixing make check. Fixed difficulty computation. 2019-03-20 20:51:25 -07:00
Jianping Wu
d48d05a182 Supported Cryptonight Variant 4. 2019-03-20 12:26:47 -07:00
Jianping Wu
8766247be1 Fixed CN RPC call transfer. 2019-03-19 22:49:52 -07:00
Jianping Wu
350f6fa953 Fixed CN APIs. 2019-03-18 10:29:26 -07:00
Jianping Wu
27617b446b Fixed CN error messages for mining. 2019-03-15 18:15:38 -07:00
Jianping Wu
b9335132b0 WIP: changed CN dummy key. 2019-03-08 14:45:46 -08:00
Jianping Wu
8d8c36a77f WIP: mining started to work! 2019-03-08 13:15:24 -08:00
Jianping Wu
9e442eb109 WIP: fixed block serialization. 2019-03-08 11:19:10 -08:00
Jianping Wu
420c6a56d6 WIP: fixed keva block deserialization. 2019-03-07 22:37:20 -08:00
Jianping Wu
4d44c773c6 WIP: Fixed extra field deserialization. 2019-03-07 22:07:49 -08:00
Jianping Wu
adb3502f77 WIP: HexStr the template blob. 2019-03-07 17:32:08 -08:00
Jianping Wu
8f4b44cbf6 WIP: added get_info for cryptonote. 2019-03-07 16:21:06 -08:00
Jianping Wu
5424d869fa WIP: fixed getblocktemplate. 2019-03-07 15:44:38 -08:00
Jianping Wu
ed57dabf1e Moved to testnet7.
Fixed getblocktemplate.
2019-03-07 15:18:17 -08:00
Jianping Wu
57ab5c7255 WIP: implemented submitblock. 2019-03-06 23:15:11 -08:00
Jianping Wu
baf31da4a7 WIP: integrated latest cn code. 2019-03-06 15:55:46 -08:00
Jianping Wu
5e39efc98b WIP: implemented getlastblockheader. 2019-03-05 21:26:08 -08:00
Jianping Wu
8b1d430007 WIP: Implemented getblockheaderbyheight. 2019-03-05 21:10:29 -08:00
Jianping Wu
cd9d169a8f WIP: fixed build with cnutils. 2019-03-05 13:18:08 -08:00
Jianping Wu
aa97d9938c WIP: getblocktemplate for cn style return. 2019-03-04 22:13:48 -08:00
Jianping Wu
9afc758027 Started implementing cn layer for kevacoin. 2019-03-02 22:47:25 -08:00
Jianping Wu
caef63a27f Reversed incorrect commit. 2019-03-02 11:07:26 -08:00
Jianping Wu
b62873f1e8 WIP cn utils. 2019-03-01 20:06:42 -08:00
Jianping Wu
2d8820811e Difficulty 1 is: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 2019-02-21 14:02:27 -08:00
Jianping Wu
c763ddc985 Added feature_keva.py functional test case. 2019-02-12 18:45:29 -08:00
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.
2. Fixed typos in keva_filter output and help message.
2019-02-12 15:51:23 -08:00
Jianping Wu
bf62b97a6a Fixed constructor initialization warnings.
Fixed nameSpace variable assignment used in keva_filter.
2019-02-11 22:30:32 -08:00
Jianping Wu
3ea0145db8 Moved keva_get and keva_filter to non-wallet rpc methods. They don't need wallet to function. 2019-02-11 13:02:42 -08:00
Jianping Wu
392b7aba5f More changes from litecoin to kevacoin. 2019-01-28 17:21:28 -08:00
Jianping Wu
d814fc3128 Fixed kevacoin difficulty calculation. 2019-01-18 12:13:09 -08:00
Jianping Wu
8bf578cf49 Removed accidental commit. 2019-01-17 21:20:40 -08:00
Jianping Wu
eb9ea1b9dd Made sure to delete the entries from the db is they are new (i.e. no namespace and key combo before).
TODO: add keva test.
2018-12-13 10:43:54 -08:00