Jianping Wu
|
f6b074a81c
|
Fixed keva_delete.
|
6 years ago |
Jianping Wu
|
df20cfc6d2
|
WIP: implemented keva_delete.
Problem: after the call, the corresponding keva coin is gone!
|
6 years ago |
Jianping Wu
|
ceefe25a87
|
WIP: Keva mempool test.
|
6 years ago |
Jianping Wu
|
37ea895cde
|
Keva undo tests.
|
6 years ago |
Jianping Wu
|
7f2f9e55b7
|
Started working on keva test case.
|
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).
TODO: add keva test.
|
6 years ago |
Jianping Wu
|
cf0c3f22c0
|
Reduced the nMinimumChainWork for the first release.
|
6 years ago |
Jianping Wu
|
9b51553117
|
CLIENT_NAME("KevacoinCore")
|
6 years ago |
Jianping Wu
|
ceb78e8e72
|
Fixed genesis coinbase scriptPubKey.
|
6 years ago |
Jianping Wu
|
638a5a715c
|
Added kevacoin DNS seeders.
|
6 years ago |
Jianping Wu
|
c436fe9b65
|
Fixed most miner tests.
Still three failures.
|
6 years ago |
Jianping Wu
|
fd588c921a
|
Fixed script test.
|
6 years ago |
Jianping Wu
|
781e53a22b
|
Fixed POW test cases.
|
6 years ago |
Jianping Wu
|
e4376fdcb5
|
Increased total supply to: 1344000000.
Fixed subsidy test case.
|
6 years ago |
Jianping Wu
|
d5ca3d6bd1
|
Fixed properly the keva name.
|
6 years ago |
Jianping Wu
|
19c0ce9f75
|
Changed ts file LITECOIN to KEVACOIN.
|
6 years ago |
Jianping Wu
|
5435d4b512
|
Tried to improve icons.
|
6 years ago |
Jianping Wu
|
4d49d6ec97
|
Multiple icon size in the same file.
|
6 years ago |
Jianping Wu
|
037da953d2
|
Added Kevacoin icons.
|
6 years ago |
Jianping Wu
|
feccd14a48
|
Second major changes from litecoinS to kevacoinS.
|
6 years ago |
Jianping Wu
|
7a994de062
|
First major changes to kevacoin text.
|
6 years ago |
Jianping Wu
|
2c382b4dc0
|
Fixed test net genesis.
|
6 years ago |
Jianping Wu
|
6e12ede1d6
|
More changes from litecoins to kevacoins.
|
6 years ago |
Jianping Wu
|
e3a786f827
|
Fixed windows build.
Fixed qt build.
|
6 years ago |
Jianping Wu
|
98234230d2
|
Added Base58 format checking for namespace.
|
6 years ago |
Jianping Wu
|
080740146f
|
Fixed list namespaces output - used valid JSON.
|
6 years ago |
Jianping Wu
|
f947286c8b
|
Used DecodeBase58Check to match EncodeBase58Check.
Max value length is MAX_SCRIPT_ELEMENT_SIZE.
|
6 years ago |
Jianping Wu
|
e30e56ef11
|
OK, it was decided that MAX_SCRIPT_ELEMENT_SIZE shall be 3072.
|
6 years ago |
Jianping Wu
|
45fed9568c
|
N for prefix of namespace.
|
6 years ago |
Jianping Wu
|
66f3985021
|
N or M for namespace.
TODO: make sure it is N only!
|
6 years ago |
Jianping Wu
|
cfa582bd00
|
Added op name in keva_pending output.
|
6 years ago |
Jianping Wu
|
ce08f141cc
|
Implemented keva_pending.
|
6 years ago |
Jianping Wu
|
11c740f549
|
Cleaned up code - removed dead code from namecoin.
Removed lots of legacy checks from namecoin.
|
6 years ago |
Jianping Wu
|
a875d1ca34
|
Find keva coins from wallet.
|
6 years ago |
Jianping Wu
|
2e6a3dbec7
|
Removed confirmed/conflicted namespaces and keys.
|
6 years ago |
Jianping Wu
|
126f160722
|
Started working on instant results.
|
6 years ago |
Jianping Wu
|
1d0a0efaeb
|
Validated unique namespace id.
|
6 years ago |
Jianping Wu
|
e23a5a6fe8
|
Used hash of the first TxIn as namespace id. This ensures that the namespace id is unqiue.
TODO: verify that the TxIn is indeed the hash of the first TxIn.
|
6 years ago |
Jianping Wu
|
7d80f78f4e
|
Fixed keva amount in wallet.
|
6 years ago |
Jianping Wu
|
af0a8efb0a
|
More kevacoin name changes.
|
6 years ago |
Jianping Wu
|
049a7b2a80
|
Bug: remove keva input value from the value to select.
|
6 years ago |
Jianping Wu
|
294f4f1cda
|
Started changing from litecoin to kevacoin.
|
6 years ago |
Jianping Wu
|
348513dda6
|
Upgraded to Cryptonight V8.
|
6 years ago |
Jianping Wu
|
b363a8d80e
|
Base58 encoding for namespace (prefix 2, to be fixed to N)
Segwit P2SH-P2WPKH.
redeemScript = 0x0014{20-byte keyhash}
scriptPubKey = OP_HASH160 hash160(redeemScript) OP_EQUAL
|
6 years ago |
Jianping Wu
|
c50e868e14
|
Began to use SEGWIT by default!
|
6 years ago |
Jianping Wu
|
a93ded2feb
|
Used kva instead of ltc.
Changed Base58 prefix for legacy (K), segwit (V) and secret key (M).
|
6 years ago |
Jianping Wu
|
f9a7c7d3cb
|
Added notes for mining.cpp for GetNodeCount.
|
6 years ago |
Jianping Wu
|
0a3cd4eccd
|
Fixed consensus.nMinimumChainWork.
|
6 years ago |
Jianping Wu
|
6d38a1ea6d
|
Fixed C files linking issue -fPIC
|
6 years ago |
Jianping Wu
|
6b28595a6f
|
Fixed namespace/key update checking.
|
6 years ago |