helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

Add invalid end block check #1410

Closed vihu closed 2 years ago

vihu commented 2 years ago

Problem

The current subnetwork rewards don't check whether the rewards are for future blocks.

Solution

Add an additional check to ensure that we don't reward future blocks by checking current ledger height.