skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Filter out of sync nodes #52

Open dmytrotkk opened 1 year ago

dmytrotkk commented 1 year ago

Add blocks check in the config generation procedure - the current block timestamp should be +-15min from the current UTC timestamp, other nodes should be filtered out.

Also, check interval should be reduced to 1 hour.