AleoNet / snarkOS

A Decentralized Operating System for ZK Applications

Home Page:http://snarkos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Amend superfluous is_peer_far_in_future check

vicsn opened this issue Β· comments

πŸš€ Feature

is_peer_far_in_future seems not to do anything, because down the call chain into update_to_next_round , we need to see quorum anyway and we're only advancing one round at a time?. So we can consider not advancing at all when is_peer_far_in_future` and removing that variable.