jl777
59490d6f23
Test
2018-04-22 16:39:33 +03:00
jl777
34775d996c
Test
2018-04-22 16:36:00 +03:00
jl777
9c117b3df7
Test
2018-04-22 16:19:51 +03:00
jl777
4735f5b201
Test
2018-04-22 16:16:27 +03:00
jl777
5cf29e5bfd
Test
2018-04-22 16:16:14 +03:00
jl777
3a19bc18f5
Test
2018-04-22 16:14:19 +03:00
jl777
9edf27ec05
+print
2018-04-22 16:05:56 +03:00
jl777
3ac6a0a66d
Debug
2018-04-22 15:33:42 +03:00
jl777
d4f64c513e
Merge pull request #611 from jl777/jl777
...
similar to the prior fix, if the prevblock is in the limbo state of not being in the mapIndex or not having a pindex, it used to be a severe enough treatment to blacklist the peer. However this seems too strict as with fast block production and uneven block propagation times it seems not impossible that block N+1 arrives at a node before block N does.
In such a case, if the blockheaders for N and N+1 have not already been seen, these errors were triggered. The change reduces the reaction from a DoS error blacklist points to simply rejecting the block. If it indeed is a valid block, it will soon arrive and all will be well.
2018-04-22 13:00:20 +03:00
jl777
38a3382327
Merge branch 'dev' into jl777
2018-04-22 12:57:26 +03:00
jl777
bbd0d75a7e
prohibit same timestamps for staked blocks
2018-04-22 12:54:42 +03:00
jl777
f307157143
Reduce prev block not found to return false from state.DoS error
2018-04-22 11:07:39 +03:00
jl777
d762865ec9
Merge branch 'beta' into dev
2018-04-22 10:22:56 +03:00
jl777
3404548c41
Merge pull request #610 from KomodoPlatform/master
...
add OSX/WIN mods
2018-04-22 10:13:59 +03:00
jl777
d6eb511b21
-print
2018-04-22 00:08:08 +03:00
jl777
8999ab66f1
Test
2018-04-21 23:18:52 +03:00
jl777
642dd2f82f
Merge pull request #609 from jl777/jl777
...
Jl777
2018-04-21 23:11:46 +03:00
jl777
e6c99a7ab9
Split out no previndex from invalid prevblock
2018-04-21 23:06:56 +03:00
ca333
456f6dfbdb
update boost link
...
update win specific boost lib linking
2018-04-21 20:34:23 +02:00
ca333
696460ce86
revert librustzcash update
2018-04-21 19:42:22 +02:00
ca333
4d94219f27
Merge pull request #23 from jl777/dev
...
update dev
2018-04-21 19:13:54 +02:00
jl777
971f0b0237
Merge branch 'dev' into jl777
2018-04-21 19:53:06 +03:00
ca333
9764030cd4
update librustzcash
...
update librustzcash - experimental!
2018-04-21 18:52:52 +02:00
jl777
d859438b65
Merge
2018-04-21 19:52:27 +03:00
ca333
e20c2740a5
fix proton
2018-04-21 18:51:01 +02:00
jl777
710f1a33f1
Merge pull request #608 from ca333/patch-5
...
update configure
2018-04-21 19:45:28 +03:00
ca333
1c518c38eb
update configure
...
win condition not needed due to boost lib fix
2018-04-21 18:44:20 +02:00
ca333
c13022d7b2
fix rust WIN
2018-04-21 18:29:38 +02:00
jl777
56b09b29ed
Merge pull request #607 from jl777/jl777
...
Jl777
2018-04-21 19:18:03 +03:00
jl777
e3e263b59d
-print
2018-04-21 19:17:16 +03:00
ca333
ecaa9c46bf
fix snark for WIN
2018-04-21 17:42:23 +02:00
ca333
0ed14ad955
OSX/WIN port conditions
2018-04-21 17:31:09 +02:00
ca333
eac0d62477
OSX/WIN port dependencies
2018-04-21 17:15:36 +02:00
jl777
a695f47ee3
Merge branch 'dev' into jl777
2018-04-21 17:26:35 +03:00
jl777
e77c5b8d07
Merge pull request #606 from KomodoPlatform/dev
...
fix OSX/WIN port
2018-04-21 17:26:06 +03:00
ca333
a04f539e27
Merge pull request #22 from jl777/dev
...
update dev
2018-04-21 16:16:11 +02:00
jl777
7d54b77e7d
Merge pull request #605 from jl777/jl777
...
Jl777
2018-04-21 17:10:00 +03:00
jl777
28b18b6127
Test
2018-04-21 16:55:03 +03:00
jl777
985907e4ec
Fix too strict
2018-04-21 16:36:54 +03:00
jl777
2c089649f0
Fix
2018-04-21 16:19:16 +03:00
ca333
85eee03623
Merge pull request #21 from jl777/dev
...
update dev
2018-04-21 15:11:22 +02:00
jl777
b0bf5d0282
-print
2018-04-21 15:55:59 +03:00
jl777
d013a67e45
Merge pull request #604 from jl777/jl777
...
Jl777
2018-04-21 15:35:07 +03:00
jl777
64b45b7192
Test
2018-04-21 15:16:44 +03:00
jl777
a36c1a705a
+print
2018-04-21 14:53:16 +03:00
jl777
41427baa04
Test
2018-04-21 11:36:15 +03:00
jl777
a36fcdf53d
Test
2018-04-21 11:28:37 +03:00
jl777
658d4954b8
Return error instead of assert if prevhash != best block
2018-04-21 10:47:34 +03:00
jl777
8d7c97d9e8
Merge pull request #603 from jl777/jl777
...
Jl777
2018-04-21 10:45:47 +03:00
jl777
e3b04fea0c
Return error if prevblock != best block
2018-04-21 10:43:41 +03:00