gridcoin-community / Gridcoin-Tasks

Gridcoin community tasks repository
https://gridcoin.us
MIT License
24 stars 5 forks source link

Prevent duplicate superblocks #182

Closed tomasbrod closed 6 years ago

tomasbrod commented 6 years ago

Reject duplicate superblocks and superblocks which come when one is not needed on network level.

iFoggz commented 6 years ago

hrm iterate back so many blocks back and see if a duplicate is found and if so return error?

tomasbrod commented 6 years ago

Also: https://github.com/gridcoin/Gridcoin-Research/pull/705/commits/4d33b0e4a2a7eb9056ce0085364442d0ed83ae16

tomasbrod commented 6 years ago

done