Commit Graph

96 Commits

Author SHA1 Message Date
miketout
e980a26ddd Enable time locked coin bases to be used as normal coinbase transactions with longer maturity, fix max_money 2018-05-04 16:33:34 -07:00
miketout
48d800c2c6 Merge all Komodo changes, including proof of stake, crypto conditions, passport, etc. 2018-05-02 03:24:21 -07:00
miketout
2910478b5a Added LWMA difficulty algorithm for Verus, enabled compiler optimizations for verushash 2018-04-29 23:21:35 -07:00
miketout
a0dd01bc50 Bug fixes in hash algorithm, parameters, and time lock support 2018-04-28 15:05:20 -07:00
miketout
42181656c2 Implementation of VerusHash CPU-friendly hash algorithm, parameters to enable it, miner, and all changes required to support it on new asset chains 2018-04-27 00:34:50 -07:00
jl777
9d65762061 Test 2018-04-25 18:52:27 +03:00
jl777
efee0b0e9d Fix 700kb limit 2018-04-25 18:50:55 +03:00
jl777
94d3d09da0 Test 2018-04-25 15:37:32 +03:00
miketout
a1af306f81 Accounted for 50 coin transaction in genesis block as genesispremine 2018-04-23 22:49:56 -07:00
Michael Toutonghi
6b78e01d5d Cleanup, rename, fix bug that returned false to return true when we do not recognize a transaction as invalid 2018-04-23 10:54:12 -07:00
jl777
346d96b956 Test 2018-04-22 17:13:18 +03:00
jl777
05c2ba6371 split out asset chain p2p port from roc port 2018-04-22 17:10:35 +03:00
Michael Toutonghi
29bd53a102 Rewrite time locks, coinbase validation, and script functions in C++ for easier integration 2018-04-20 18:38:39 -07:00
Michael Toutonghi
f0e0d9e560 Added time lock transaction creation and verification 2018-04-18 09:41:30 -07:00
jl777
093f2730c8 Fix 2018-04-18 19:22:51 +03:00
jl777
ddd8e4744f Merge branch 'beta' into dev 2018-04-17 23:58:53 +03:00
jl777
958190997f Default jumble paused 2018-04-17 21:25:10 +03:00
jl777
e8fa58ecb5 Default JUMBLR_PAUSE.1 2018-04-17 16:43:03 +03:00
jl777
cf53fd7c3d Test 2018-04-17 16:25:27 +03:00
Michael Toutonghi
abb90a8979 chainparams 2018-04-16 21:36:28 -07:00
jl777
bdeeaa4978 Test 2018-04-16 08:29:21 +03:00
jl777
7b136bcd74 Merge branch 'dev' into devmerge
# Conflicts:
#	src/init.cpp
#	src/komodo_bitcoind.h
#	src/komodo_events.h
#	src/komodo_notary.h
#	src/komodo_structs.h
#	src/main.cpp
#	src/pow.cpp
#	src/rpcblockchain.cpp
2018-04-16 08:28:20 +03:00
jl777
64c8549164 Fix 2018-04-16 08:03:53 +03:00
jl777
a5f848c45a Merge branch 'testmaster' into beta 2018-04-16 03:29:05 +03:00
Michael Toutonghi
7daf656729 Rename time lock parameters and globals 2018-04-15 00:43:57 -07:00
Michael Toutonghi
d26b557b73 Make ASSETCHAINS_TIMELOCKABOVE signed to be greater than negative numbers 2018-04-15 00:18:14 -07:00
Michael Toutonghi
d121e75b0b Adding coinbase transaction checkpoints... slight cleanup 2018-04-15 00:10:21 -07:00
Michael Toutonghi
da94ffe5a6 Checkin small changes to share in prep for coinbase time locks 2018-04-14 01:05:08 -07:00
jl777
9283382740 +komodo_heightstamp 2018-04-14 01:57:38 +03:00
jl777
5d80d093a7 -assetchain_pubkeys 2018-04-14 01:55:51 +03:00
jl777
20dfaa77f5 New notaries activate height 820000
Bugfix for 790833 bug
Performance improvements

If your node crashed, you should be able to just pull and rebuild and
it should startup. We are not seeing the need to resync on most nodes.

If you are mining, this is a must update right away
2018-04-14 01:30:23 +03:00
jl777
69c24cd06e Manual merge 2018-04-13 18:47:42 +03:00
jl777
e28e0df9be Test 2018-04-13 17:56:44 +03:00
jl777
143d63a20b Test 2018-04-13 17:17:07 +03:00
jl777
221ff50675 Test 2018-04-13 17:05:50 +03:00
jl777
51dab14914 MoMoM code complete 2018-04-12 14:41:39 +03:00
jl777
fb9c365218 Calculate MoMoM 2018-04-12 11:44:28 +03:00
jl777
713c2a947a Initial ccdata for notarization 2018-04-11 18:31:50 +03:00
Michael Toutonghi
26a8d19484 fix build 2018-04-10 00:33:38 -07:00
Michael Toutonghi
36647d52f7 Added ac-eras parameter, which enables multiple reward eras by allowing other ac_reward releated parameters to accept comma separated lists of values, one for each era 2018-04-09 22:48:54 -07:00
jl777
dfb57be5ec Test 2018-04-07 20:48:53 +03:00
jl777
ce5dd5473e Test 2018-04-07 18:53:54 +03:00
jl777
709a9861ee Test 2018-03-24 15:56:43 +02:00
jl777
b3548b524d Test 2018-03-24 14:16:00 +02:00
jl777
c26fb215f4 Test 2018-03-22 18:10:32 +02:00
jl777
c88fa588de Test 2018-03-22 15:13:15 +02:00
jl777
052f006800 ASSETCHAINS_CC 2018-02-19 00:08:02 +02:00
jl777
8683bd8d11 Debugging 2018-02-13 21:29:42 +02:00
jl777
eea03b7b5d jumblr_pause and jumblr_resume
Thanks to @amigo for the feature request
2017-11-22 10:53:16 +04:00
jl777
5416af1ddc KOMODO_DEFS_H 2017-11-10 19:15:34 +02:00