Commit Graph

16472 Commits

Author SHA1 Message Date
Just Wonder
ebe3e26bff Fixed zmq value. 2020-01-31 15:30:51 -08:00
The Kevacoin Project
5472bdf51a
Merge pull request #9 from kevacoin-project/zmq
Implemented Keva ZMQ notification.
2020-01-31 15:28:37 -08:00
The Kevacoin Project
c0416c18f7
Added documentation link. 2020-01-31 15:28:01 -08:00
Just Wonder
1dd2c67eb7 Implemented Keva ZMQ notification. 2020-01-31 09:47:33 -08:00
Just Wonder
2a90a04efb RPC: Add new "getzmqnotifications" method.
Cherry-picked from Bitcoin Core.
2020-01-30 15:00:15 -08:00
The Kevacoin Project
e6ba75d77f
Update README.md 2020-01-30 13:34:30 -08:00
Just Wonder
69de9ed62a Fixed wallet rpc help messages. 2020-01-27 20:43:28 -08:00
The Kevacoin Project
16e1224988
Fixed typo in README.md. 2020-01-27 20:15:33 -08:00
Just Wonder
a4ded20d5a Updated nMinimumChainWork.
Fixed nonce display value.
2020-01-27 20:13:14 -08:00
Just Wonder
b2262c5531 Updated Kevacoin's Chinese name. 2020-01-27 18:10:57 -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
4df2c1d6cd Ready for mainnet. 2020-01-15 14:13:40 -08:00
Just Wonder
bb09e64483 Adjusted mainnet genesis block difficulty.
Additional check for Cryptonote header consistency with block header.
2020-01-10 21:08:35 -08:00
Just Wonder
d8d4ea33cb Updated mainnet connection info. 2020-01-05 13:42:57 -08:00
Just Wonder
0083dcf28e Updated libsodium sha2 signature. 2019-12-28 12:54:43 -08:00
Mike
e08960da96
Merge pull request #3 from kevacoin-project/jw-dev
Added libsodium check.
2019-11-17 18:52:34 -05:00
Just Wonder
489c6c3cf9 Added libsodium check. 2019-11-17 14:06:02 -08:00
Just Wonder
a157c492e1 Fixed mainnet hash. 2019-11-12 12:19:20 -08:00
Just Wonder
2f357521ae Fixed typo. keva_list_namespace should be keva_list_namespaces in the output of help. 2019-11-07 09:00:12 -08:00
Jianping Wu
09e3131e98 Updated test parameters. 2019-11-06 15:34:45 -08:00
Just Wonder
7b13f9848e Updated test parameters. 2019-11-06 07:53:08 -08:00
Just Wonder
593b03f2e2 Fixed no-wallet build. 2019-11-05 14:49:37 -08:00
Just Wonder
a7f5763ff8 Fixed Linux build for cnutils. 2019-11-05 12:18:49 -08:00
Just Wonder
d5012d4d60 Fixed Windows WSL build. 2019-11-05 11:21:30 -08:00
Jianping Wu
54fcce40a5 Updated testnet parameters. 2019-09-27 22:43:14 -07:00
Jianping Wu
fc452eb046 Fixed typo in keva test case. 2019-09-27 21:27:39 -07:00
Jianping Wu
397dbab1bd Disabled a mining basic test due to the lack of proposal mode in Kevacoin. 2019-09-02 18:28:25 -07: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
bf158ae112 Configured testnet7. 2019-04-01 22:47:41 -07:00
Jianping Wu
8314daee83 Made sure major_version of Cryptonote header is correct. 2019-04-01 21:57:24 -07:00
Jianping Wu
d8329bd28b Fixed keva functional test case. 2019-04-01 21:38:47 -07:00
Jianping Wu
8f2123572d Sped up the performance of feature_keva test. 2019-04-01 17:12:18 -07:00
Jianping Wu
ed0a03b941 Fixed keva entry in the result of gettransaction. 2019-03-29 23:26:03 -07:00
Jianping Wu
1112bc2f02 Fixed too-long-mempool-chain handling of kevacoin. 2019-03-29 20:10:38 -07:00
Jianping Wu
baa887ba65 Changed more litecoin to kevacoin. 2019-03-29 11:33:35 -07:00
Jianping Wu
f756b1219c Increased RPC timeout due to CN hashrate. 2019-03-29 10:52:44 -07:00
Jianping Wu
f5547ae451 Fixed incorrect height in p2p_sendheaders.py.
Extended sync_blocks timeout to 600 seconds.
2019-03-29 01:04:01 -07:00
Jianping Wu
c5fc61ba4b Deserialized cnHeader in txdb. 2019-03-28 18:04:50 -07:00
Jianping Wu
cb9d3dbec7 Minor fixes of functional test cases. 2019-03-28 00:17:37 -07:00
Jianping Wu
0b30d4911c Fixed RegTest download timeout. 2019-03-27 22:07:00 -07:00
Jianping Wu
991678d552 Fixed functional test cnHeader merkle root. 2019-03-27 18:47:38 -07:00
Jianping Wu
3007571789 Added back the original getblocktemplate call. 2019-03-27 12:44:05 -07:00
Jianping Wu
f7b0fb0008 Increased block download timeout for RegTest as CN hashing is slower and take more time.
Fixed deserialization of cn header in python test framework.
2019-03-27 00:38:30 -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
33ed36e5bf Fixed unit test cases after change of hash calculation. 2019-03-21 23:32:48 -07:00
Jianping Wu
68ffbfc104 Changed block hash calculation, used cryptonote header instead. 2019-03-21 23:10:45 -07:00