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(svm): PQR support #501

Open
wants to merge 1 commit into
base: Rexicon226/sbpfv2
Choose a base branch
from
Open

Conversation

Rexicon226
Copy link
Contributor

@Rexicon226 Rexicon226 commented Jan 16, 2025

This PR adds support for the PQR (product, quotient, remainder) extension which was described here: solana-foundation/solana-improvement-documents#174.

Other than that, it's just a lot of tests to ensure the implementation of the extension is correct and matches other SVMs and a bit of cleanup in the ELF parser to replace more call sites with safe slicing, to prevent panics from invalid input.

Copy link
Contributor Author

Rexicon226 commented Jan 16, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Rexicon226 Rexicon226 changed the title svm: PQR support feat(svm): PQR support Jan 16, 2025
@Rexicon226 Rexicon226 marked this pull request as ready for review January 16, 2025 05:38
@Rexicon226 Rexicon226 self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

1 participant