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

sdk: Extract last-restart-slot crate #3272

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

Conversation

joncinque
Copy link

Problem

Just about all of the sysvars have been extract in some way from solana-program, but the last restart slot sysvar has not.

Summary of changes

Following most of the other crates that have done this, move it out.

#### Problem

Just about all of the sysvars have been extract in some way from
solana-program, but the last restart slot sysvar has not.

#### Summary of changes

Following most of the other crates that have done this, move it out.
@@ -493,7 +493,6 @@ pub mod incinerator;
pub mod instruction;
pub mod keccak;
pub mod lamports;
pub mod last_restart_slot;

Choose a reason for hiding this comment

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

looks like last_restart_slot.rs still needs to be deleted

Copy link
Author

Choose a reason for hiding this comment

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

Ah right, thanks for noticing!

@febo
Copy link

febo commented Oct 23, 2024

Looks good – there is only the nit that @kevinheavey mentioned.

@joncinque
Copy link
Author

@yihau can you accept ownership of solana-last-restart-slot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants