-
Notifications
You must be signed in to change notification settings - Fork 55
feat(svm): implemented the rest svm builtins using fluentbase bindings; implemented missing bindings implementations; #138
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sol_secp256k1_recover using fluent sdk and add tests comparing original and fluent's; implement sol_sha256 using fluent sdk and add tests comparing original and fluent's
…le file data and in exec phase restores solana account from available context (problem of recovering account state not solved yes, hardcoded); introduced features to disable original and extended builtins (which we do not support on fluentbase size) to decrease target contract size (4.4MB -> 0.68MB) and accelerate development/testing etc
…ses so tests pass even if some functions turned off
…cuting solana program
…ana implementation and corresponding e2e tests
…te syscalls, integrated this syscalls with solana and tests
…dwardsMul syscalls, integrated this syscalls with solana and tests; added missing tests for ED25519EdwardsMul - they matched original resutls; some refactoring and proper error processing
…9RisrettoMul syscalls, integrated this syscalls with solana and tests
…25519RistrettoMultiscalarMul syscalls, integrated this syscalls with solana and tests (pass OK); improved error processing; small refactoring
…tested it inside unit-tests (not yet integrated into SDK)
…s; integrated bn254 G1/G2 compress/decompress into fluenbase SDK, tested using solana compatible unit-tests; small refactoring
… and solana builtins, tested
…d solana builtins, tested
…and solana builtins, tested
…one and simplified error processing
…d solana builtins, tested using solana compatible e2e tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.