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 account-info crate #2429

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

Conversation

kevinheavey
Copy link

Problem

account_info.rs needs to be made available outside solana-program

This branches off #2413 so that needs to be merged first

Summary of Changes

  • Move to its own crate and re-export in solana-program for backwards compatibility
  • Make bincode optional in the new crate

@kevinheavey kevinheavey force-pushed the extract-account-info branch 2 times, most recently from d84ff8a to a13d538 Compare August 3, 2024 14:15
Copy link

mergify bot commented Aug 9, 2024

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 marked this pull request as ready for review September 17, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

1 participant