Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releasing v1.10.0

Latest
Compare
Choose a tag to compare
@itzmeanjan itzmeanjan released this 06 Dec 16:24
· 5 commits to main since this release
6b2891d

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.