You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The indexes in the metadata module involving addresses used an off-by-one slice of bytes from the old index entries in order to create the new ones. This results in all of those indexes being incorrect.
Indexing is being done correctly as metadata are written, but things that have not been written since the migration to v1.7 are, for all practical purposes, not indexed. However, since the old index entries aren't correct, they're not being deleted. So there are a bunch of extraneous index entries associated with metadata updated since the migration.
Summary of Bug
The indexes in the metadata module involving addresses used an off-by-one slice of bytes from the old index entries in order to create the new ones. This results in all of those indexes being incorrect.
Indexing is being done correctly as metadata are written, but things that have not been written since the migration to v1.7 are, for all practical purposes, not indexed. However, since the old index entries aren't correct, they're not being deleted. So there are a bunch of extraneous index entries associated with metadata updated since the migration.
Broken Indexes:
Version
v1.7.5
For Admin Use
The text was updated successfully, but these errors were encountered: