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

fix: fixed key in slashing bitmap migration #5

Merged
merged 2 commits into from Oct 9, 2023

Conversation

swelf19
Copy link

@swelf19 swelf19 commented Sep 29, 2023

No description provided.

@@ -39,11 +39,7 @@ func TestMigrate(t *testing.T) {

err := v4.Migrate(ctx, cdc, store, params)
require.NoError(t, err)

// ensure old entries no longer exist and new bitmap chunk entries exist
entries := v4.GetValidatorMissedBlocks(ctx, cdc, store, consAddr, params)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really just remove this line?

@pr0n00gler pr0n00gler merged commit fcccb9a into neutron Oct 9, 2023
21 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants