Commit Graph

24173 Commits

Author SHA1 Message Date
blackjok3r
2bff24cffe fix LABST is not staked = 2. Will stop having any block reward. 2019-01-26 00:58:17 +08:00
blackjok3r
e9bd3e1d67 try change version 2019-01-25 23:44:04 +08:00
blackjok3r
ef567651e3 fix block1 to allow an ac_aupply. 2019-01-25 20:51:57 +08:00
jl777
3ea404eaf3 Merge pull request #1203 from jl777/jl777
Jl777
2019-01-25 01:28:50 -11:00
jl777
07a05ccd6b -print 2019-01-25 01:27:55 -11:00
jl777
9dda24f913 set nonz = 0 2019-01-25 01:23:36 -11:00
blackjok3r
d5b76cee9d try fix extralen bug. Add is_STAKED == 2 to have a consensus block reward of 0. 2019-01-25 19:59:42 +08:00
jl777
b4a9c7e504 Init nonz 2019-01-25 00:57:40 -11:00
blackjok3r
4bda6bcac4 Change is_STAKED so that chains with a BR are 1 and chains with none are 2. Chains that are 255 are banned, and no notarisations can happen. 2019-01-25 19:14:22 +08:00
blackjok3rtt
04f7f39d23 Merge pull request #79 from KMDLabs/mastertest
Merge MaterTest to master.
2019-01-25 18:09:07 +08:00
blackjok3r
fd1de72c60 fixed 2019-01-25 16:54:27 +08:00
blackjok3r
63eda9498a test fix 2019-01-25 16:50:15 +08:00
blackjok3r
73e71d5e4e fix 2019-01-25 16:42:50 +08:00
blackjok3r
b984401e96 add ca333's Makefile, change depend to hardcoded berkely DB in depnds folder. Add exception for COINABSE_MATURITY =1 for all LABS chains. 2019-01-25 16:18:00 +08:00
jl777
1b53f34527 Use tmp 2019-01-24 04:18:54 -11:00
jl777
ed73fd8423 Undo tmpfile 2019-01-24 04:16:01 -11:00
jl777
d682dfd830 +print 2019-01-24 03:42:27 -11:00
jl777
d797bce94d Test 2019-01-24 03:34:10 -11:00
jl777
10b7fff5bc Static 2019-01-24 03:32:22 -11:00
jl777
d8611d936d FlushStateMode 2019-01-24 03:30:17 -11:00
jl777
f5ad6948fc -recvtx 2019-01-24 03:28:26 -11:00
jl777
df9d2ddc97 Test 2019-01-24 03:11:31 -11:00
jl777
eda67fa9d6 bool ReceivedBlockTransactions(const CBlock &block, CValidationState& state, CBlockIndex *pindexNew, const CDiskBlockPos& pos) 2019-01-24 03:04:10 -11:00
jl777
f44e95a3f5 nDataPos 2019-01-24 03:02:21 -11:00
jl777
4c4c50cbd7 Receive transactions 2019-01-24 03:01:02 -11:00
jl777
b963af2269 Tmp undo file 2019-01-24 02:41:08 -11:00
jl777
f9e2487fdd Mark new file as dirty 2019-01-24 02:37:35 -11:00
jl777
86ee8f6550 Switch to main file from temp files 2019-01-24 02:33:21 -11:00
jl777
05371f93bd +print 2019-01-24 02:30:39 -11:00
jl777
420158a628 Undo for tmp files 2019-01-24 02:29:23 -11:00
jl777
0097d0c870 Merge pull request #1200 from tonymorony/FSM
initial heir tests
2019-01-24 02:15:15 -11:00
jl777
2367a5cc0b Create first entry for tmpBlockfiles 2019-01-24 02:14:31 -11:00
Anton Lysakov
87a12db2d1 Omg 2019-01-24 20:11:42 +07:00
jl777
9f663ad841 Remove fKnown = false 2019-01-24 02:00:37 -11:00
Anton Lysakov
3c1e3aede1 initial heir tests 2019-01-24 19:55:55 +07:00
jl777
669f5c4d39 Const 2019-01-24 01:55:15 -11:00
jl777
82bc38fabf Syntax 2019-01-24 01:51:33 -11:00
jl777
0f6ee83311 Tmp files 2019-01-24 01:44:20 -11:00
jl777
d192f1d1f3 Rawtx->hex for marmara 2019-01-23 23:46:45 -11:00
jl777
2a36abaf5d skip Zero pruned blocks 2019-01-23 22:51:10 -11:00
jl777
1a9476e844 +/- prints 2019-01-23 22:22:52 -11:00
jl777
effb3a2a10 Tweak error check 2019-01-23 22:20:26 -11:00
jl777
d9e2156c3f Merge pull request #1199 from blackjok3rtt/jl777
Auto purge of orphaned blocks from block DB and Index.
2019-01-23 22:19:47 -11:00
blackjok3r
c3df1b8747 add auto purge of orphans from before notarisation. 2019-01-24 17:16:42 +08:00
jl777
0d1effd93b Text 2019-01-23 22:04:27 -11:00
blackjok3rtt
ec1abe2be2 Merge pull request #13 from jl777/jl777
Jl777
2019-01-24 16:58:22 +08:00
jl777
af8f3f4938 Merge pull request #1198 from KomodoPlatform/cclib_dyn
update cclib
2019-01-23 07:11:27 -11:00
ca333
088ea2bfb4 update cclib
to match autotools/libtools naming convention
2019-01-23 19:02:05 +01:00
blackjok3r
1fb9fd6ba7 fix equihash chain sync. 2019-01-24 00:08:04 +08:00
blackjok3r
bf726a2c03 Merge branch 'new_staker' into mastertest 2019-01-23 17:46:36 +08:00