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

Removes the reserialize fns #1548

Merged
merged 2 commits into from
May 31, 2024

Conversation

brooksprumo
Copy link

Problem

We no longer reserialize bank snapshots. These functions are now unused and can be removed.

Summary of Changes

Remove 'em.

(And fix up tests that relied on them.)

@brooksprumo brooksprumo self-assigned this May 30, 2024
@brooksprumo brooksprumo force-pushed the reserde/remove/fns branch from e5bcc44 to 1f1820a Compare May 30, 2024 20:39
@@ -97,245 +92,6 @@ mod tests {
})
}

fn test_bank_serialize_style(
Copy link
Author

Choose a reason for hiding this comment

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

It is safe to remove this test because in the previous PR I added a new test directly below this one (test_serialize_bank_snapshot()) that covers the same usage.

@brooksprumo brooksprumo marked this pull request as ready for review May 30, 2024 21:26
Copy link

@jeffwashington jeffwashington left a comment

Choose a reason for hiding this comment

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

lgtm

@brooksprumo brooksprumo merged commit efc7291 into anza-xyz:master May 31, 2024
42 checks passed
@brooksprumo brooksprumo deleted the reserde/remove/fns branch May 31, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants