This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't recovery non-executed txs on startup (#197)
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".
- Loading branch information