Jianping Wu
|
f96fd1d0dc
|
Implemented keva_filter.
|
6 years ago |
Jianping Wu
|
e05e197e00
|
Re-arranged keva ops.
Changed genesis block reward to 0.00001 coin.
|
6 years ago |
Jianping Wu
|
d94a8e52ca
|
Fixed keva_delete.
|
6 years ago |
Jianping Wu
|
661040d3c2
|
WIP: implemented keva_delete.
Problem: after the call, the corresponding keva coin is gone!
|
6 years ago |
Jianping Wu
|
8eaa74176e
|
WIP: Keva mempool test.
|
6 years ago |
Jianping Wu
|
fb9e794854
|
Keva undo tests.
|
6 years ago |
Jianping Wu
|
0228a376a5
|
Started working on keva test case.
|
6 years ago |
Jianping Wu
|
1f1561472c
|
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
|
68e33218a6
|
Reduced the nMinimumChainWork for the first release.
|
6 years ago |
Jianping Wu
|
6cbda119f3
|
CLIENT_NAME("KevacoinCore")
|
6 years ago |
Jianping Wu
|
c332f21537
|
Fixed genesis coinbase scriptPubKey.
|
6 years ago |
Jianping Wu
|
bf098c7599
|
Added kevacoin DNS seeders.
|
6 years ago |
Jianping Wu
|
d84e085068
|
Fixed most miner tests.
Still three failures.
|
6 years ago |
Jianping Wu
|
5386b97db4
|
Fixed script test.
|
6 years ago |
Jianping Wu
|
d37f845e4f
|
Fixed POW test cases.
|
6 years ago |
Jianping Wu
|
5b84f9350d
|
Increased total supply to: 1344000000.
Fixed subsidy test case.
|
6 years ago |
Jianping Wu
|
cdd1056a4a
|
Fixed properly the keva name.
|
6 years ago |
Jianping Wu
|
acf12b3f70
|
Changed ts file LITECOIN to KEVACOIN.
|
6 years ago |
Jianping Wu
|
1cf35206de
|
Tried to improve icons.
|
6 years ago |
Jianping Wu
|
50887722fd
|
Multiple icon size in the same file.
|
6 years ago |
Jianping Wu
|
18e0893c19
|
Added Kevacoin icons.
|
6 years ago |
Jianping Wu
|
140dce8828
|
Second major changes from litecoinS to kevacoinS.
|
6 years ago |
Jianping Wu
|
7c3079cbad
|
First major changes to kevacoin text.
|
6 years ago |
Jianping Wu
|
63fdb8d801
|
Fixed test net genesis.
|
6 years ago |
Jianping Wu
|
b106cd1a28
|
More changes from litecoins to kevacoins.
|
6 years ago |
Jianping Wu
|
ac66c2e03e
|
Fixed windows build.
Fixed qt build.
|
6 years ago |
Jianping Wu
|
da2fd51170
|
Added Base58 format checking for namespace.
|
6 years ago |
Jianping Wu
|
1c318638f4
|
Fixed list namespaces output - used valid JSON.
|
6 years ago |
Jianping Wu
|
0f8e9b11db
|
Used DecodeBase58Check to match EncodeBase58Check.
Max value length is MAX_SCRIPT_ELEMENT_SIZE.
|
6 years ago |
Jianping Wu
|
6cb75dd88c
|
OK, it was decided that MAX_SCRIPT_ELEMENT_SIZE shall be 3072.
|
6 years ago |
Jianping Wu
|
9c0811ec25
|
N for prefix of namespace.
|
6 years ago |
Jianping Wu
|
a44c56c98a
|
N or M for namespace.
TODO: make sure it is N only!
|
6 years ago |
Jianping Wu
|
f03e39356d
|
Added op name in keva_pending output.
|
6 years ago |
Jianping Wu
|
adcf111f07
|
Implemented keva_pending.
|
6 years ago |
Jianping Wu
|
e273036ab0
|
Cleaned up code - removed dead code from namecoin.
Removed lots of legacy checks from namecoin.
|
6 years ago |
Jianping Wu
|
a4a09bc80d
|
Find keva coins from wallet.
|
6 years ago |
Jianping Wu
|
a1a0763c18
|
Removed confirmed/conflicted namespaces and keys.
|
6 years ago |
Jianping Wu
|
3c8efc7b84
|
Started working on instant results.
|
6 years ago |
Jianping Wu
|
60c19c1186
|
Validated unique namespace id.
|
6 years ago |
Jianping Wu
|
019de6dc09
|
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
|
981d4c2f1e
|
Fixed keva amount in wallet.
|
6 years ago |
Jianping Wu
|
9480faba76
|
More kevacoin name changes.
|
6 years ago |
Jianping Wu
|
09a82fc95c
|
Bug: remove keva input value from the value to select.
|
6 years ago |
Jianping Wu
|
395665d147
|
Started changing from litecoin to kevacoin.
|
6 years ago |
Jianping Wu
|
d2e137a12a
|
Upgraded to Cryptonight V8.
|
6 years ago |
Jianping Wu
|
8292712a86
|
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
|
760b8b838d
|
Began to use SEGWIT by default!
|
6 years ago |
Jianping Wu
|
f65c5e11f2
|
Used kva instead of ltc.
Changed Base58 prefix for legacy (K), segwit (V) and secret key (M).
|
6 years ago |
Jianping Wu
|
4b8dade72a
|
Added notes for mining.cpp for GetNodeCount.
|
6 years ago |
Jianping Wu
|
ac4dbdb214
|
Fixed consensus.nMinimumChainWork.
|
6 years ago |