This patch PR fixes a few bugs we've found with the latest release, with no new features.
We remember that Floresta is still a software under heavy development, and bugs are expected. If you find any bug, please report through our issue tracker
What's Changed
- pin dns-lookup version: This would break MSRV builds due to unsuported features
- Fix reindex during chain selection: We had a bug during headers-first sync where we could get stuck in an infinite loop in some rare cases, this PR fixes this.
- florestad: disable cfilters with --no-cfilters: After some changes in how our internal filters struct works, we had a small bug with our flag to disable filters, where it wouldn't work (the logic was inverted). This commit makes it work again.
Full Changelog: v0.8.0...v0.8.1