Account Abstraction - Custom Validation Signature Scheme
Issue(s): Close #191
Description
Please provide a brief description of the changes made in this pull request and how they address the related issue.
Checklist
- [ ] CI Verifier: Run
./scripts/cairo_programs_verifier.shsuccessfully - [ ] Contract Tests: Added tests to cover the changes
@julio4 Pls check the adjustments I made, also the custom signature validation I used was the standard implementation for Secp256r1 and Secp256k1 used by Argent. Let me know what needs to be added or removed pls
Made some adjustments based on your review @julio4
Reviews implemented and pushed @julio4
@julio4 Please check the adjustments and let me know what else to do
@OkoliEvans The repository has been upgraded to a new site generator and the Markdown format to include code listings is slightly different. The CONTRIBUTING guidelines has been updated to reflect these changes.
Could you rebase this PR onto dev. If there's any issues or if you want me to do these changes let me know.
@julio4 Alright, will get started on it
@julio4 Adjustments have been completed and code upgraded to new Markdown format.