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

init new state layout #3

Open
wants to merge 1 commit into
base: 04-04-init_errors
Choose a base branch
from

Conversation

buffalojoec
Copy link
Contributor

@buffalojoec buffalojoec commented Apr 4, 2024

Problem

All of the non-deprecated state types from the original Vote program need to be
added to the BPF version. This presents a great opportunity for organizing all
of those types a little better, especially because they will live in one crate
now!

Summary of Changes

Copy over a large chunk (not all) of the Vote program's state types into the new
BPF crate and introduce a more organized module structure.

Note: Most of the rest of the state types require changes from 2.0, pertaining
to Stake deserialization.

Copy link
Contributor Author

buffalojoec commented Apr 4, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

This was referenced Apr 4, 2024
@buffalojoec buffalojoec force-pushed the 04-04-init_new_state_layout branch from b0c3bb1 to 8b193b6 Compare April 4, 2024 20:10
@buffalojoec buffalojoec marked this pull request as ready for review April 4, 2024 20:11
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.

1 participant