This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
I noticed sometimes during chain reorganization previous entries from DB needs to be removed and new ones are required to be inserted, during that due to not using cascading removal of transactions/ events from respective DB tables for removed block header(s), conflict used to rise.
This release includes only one PR #64 , which attempts to address this problem.