gevulotnetwork / gevulot

Gevulot is an internet scale compute network for zero-knowledge proof generation and verification.
https://gevulot.com
Apache License 2.0
154 stars 48 forks source link

Don't recovery non-executed txs on startup #197

Closed tuommaki closed 4 months ago

tuommaki commented 4 months ago

It has turned out in practice that nodes are unable to re-execute old non-executed transactions on startup. It often happens that nodes are running long time without restart and when they do, they start to re-execute transactions from several days / weeks behind, which doesn't make any sense.

Therefore drop the pickup of non-executed transactions on startup and continue from the latest "HEAD".

tuommaki commented 4 months ago

YOLO; CI green. Going.