Created stark proof verification#117
Closed
KAMALDEEN333 wants to merge 1 commit intoskill-mind:mainfrom
Closed
Conversation
Collaborator
|
@KAMALDEEN333 please run |
GoSTEAN
requested changes
Jul 5, 2025
Collaborator
|
@KAMALDEEN333 are you still working on this or i should close? |
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
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.
Created Starknet's STARK proofs to enable scalable off-chain verification, ideal for complex checks like inactivity periods. While not fully supported yet, preparing the contract for STARK proof integration will future-proof it for verification tasks and ensured all the criteria were met
Added a placeholder verify_claim_with_proof function to accept STARK proofs.
Used Poseidon hashing to prepare data for future STARK proofs.
Monitored Starknet's roadmap for STARK proof support and update logic accordingly.
Documented the planned STARK proof integration.
verified_claim_with_proof function is implemented as a placeholder with Poseidon hashing.
Claimed data is formatted for future STARK proof compatibility.
Unit tests mock STARK proof verification and validate placeholder logic.
Documentationed outlines the planned STARK proof integration and roadmap dependencies.
Issue is updated when Starknet's STARK proof support is available.
closes[#115]