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

extract vote-interface crate #4482

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kevinheavey
Copy link

Problem

solana_program::vote imposes a solana_program dep in a few places

Summary of Changes

  • Move to its own crate and re-export for backwards compatibility
  • Make serde and bincode optional in the new crate
  • Remove thiserror and replace with inline impl

Copy link

mergify bot commented Jan 15, 2025

The Firedancer team maintains a line-for-line reimplementation of the
native programs, and until native programs are moved to BPF, those
implementations must exactly match their Agave counterparts.
If this PR represents a change to a native program implementation (not
tests), please include a reviewer from the Firedancer team. And please
keep refactors to a minimum.

@kevinheavey kevinheavey force-pushed the extract-vote-interface branch from 7f05824 to dfed76d Compare January 16, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant