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

Remove the sysvar cache #17

Closed
wants to merge 1 commit into from
Closed

Remove the sysvar cache #17

wants to merge 1 commit into from

Conversation

Aursen
Copy link
Collaborator

@Aursen Aursen commented Mar 5, 2024

No description provided.

@Aursen Aursen marked this pull request as ready for review March 5, 2024 19:51
@Aursen Aursen requested a review from kevinheavey March 5, 2024 19:51
let mut cache = SysvarCache::default();

cache.set_clock(self.get_sysvar());
cache.set_rent(self.get_sysvar());
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about the other sysvars? https://docs.solanalabs.com/runtime/sysvars

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I will add all, let met make a push on it

@kevinheavey kevinheavey mentioned this pull request Mar 22, 2024
@Aursen Aursen closed this Mar 22, 2024
@Aursen Aursen deleted the sysvar branch March 25, 2024 08:44
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