koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Delay Future Blocks #230

Closed mvandeberg closed 1 year ago

mvandeberg commented 1 year ago

We want to temporarily delay application of future blocks that we know are too far in the future (or likely are too far in the future).

We need to check the block timestamp against now and delay application in the applicator until their block is within a sane future delta.