Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata migration created incorrect address index entries #541

Closed
4 tasks
dwedul-figure opened this issue Oct 27, 2021 · 0 comments · Fixed by #544
Closed
4 tasks

Metadata migration created incorrect address index entries #541

dwedul-figure opened this issue Oct 27, 2021 · 0 comments · Fixed by #544
Assignees

Comments

@dwedul-figure
Copy link
Contributor

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant