Skip to content

Version 9.0.1

Compare
Choose a tag to compare
@albrow albrow released this 21 Feb 00:55
· 165 commits to master since this release
1a4a775

Summary

This release fixes a bug that has been present since version 8.0.0. As a side-effect of this fix, Mesh may take longer to startup the first time after upgrading from an older version. You may see the warning "Removing outdated block headers in database (this can take a while)". After the first startup, subsequent startups should be just as fast as before.

If you don't want to wait for Mesh to remove outdated block headers, you can remove the database directory manually when upgrading from an older version. This will cause Mesh to forget about any existing orders it had previously stored, which may be undesirable for some users.

Bug fixes 🐞

  • Fix bug where we weren't enforcing that we never store more than miniHeaderRetentionLimit block headers in the DB. This caused issue #667 and also caused the Mesh node's DB storage to continuously grow over time. (#716)