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

[feat: warpToEpoch] warping to an epoch #13

Closed
wants to merge 2 commits into from

Conversation

ochaloup
Copy link
Contributor

@ochaloup ochaloup commented Dec 7, 2023

Another discussion attempt.

It would be pretty handy to be able to not only warping to a particular slot but as well per epoch.
This is an attempt to implement this based of the solana impl in CLI.
https://github.com/solana-labs/solana/blob/v1.17.7/ledger-tool/src/main.rs#L3447

@kevinheavey
Copy link
Owner

This is something I would like to see added to solana-program-test Rust crate. So if you can get it added there I'd be happy to add a wrapper for it here

@ochaloup
Copy link
Contributor Author

The update to solana program test was release in 1.18.0 last week (solana-labs/solana#34620). This is an update of the PR to allow the method being published.
I'm not sure about follow the guidelines in the project. So some more updates in the commit (rust update to follow solana version, formatting, gitignore).

@kevinheavey
Copy link
Owner

Closed by #18

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