poanetwork / parity-ethereum

Fast, light, robust Ethereum implementation.
https://parity.io
Other
10 stars 12 forks source link

Skip a block when reporting malicious validators #138

Closed vkomenda closed 5 years ago

vkomenda commented 5 years ago
  1. Removed instantaneous calls to reportMalicious.
  2. Added a gap of at least one block after reporting malicious validators and before reporting more malicious validators.
varasev commented 5 years ago

Ok, now we need to fix the issue with verify_block_family function in https://github.com/poanetwork/parity-ethereum/pull/129 when sending test report by a block author.

varasev commented 5 years ago

Let's remove vk-skip-block-reporting branch.