-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Feature]: Passkey - Finishing checks and cleanup and documentation #2032
Milestone
Comments
Just putting this here as a reminder. In #2047, I noticed several validations in passkey/src/lib.rs that can be turned into one-liners, some if/elses that can be replaced with ensure!, etc. |
aramikm
added a commit
that referenced
this issue
Jul 10, 2024
# Goal The goal of this PR is <!-- insert goal here --> Related to #2032 # Discussion - Checks the blocks limits - The `post_dispatch` is not added to the extrinsic yet due to constraint complications but it will be done a different PR related ticket #2063 # Checklist - [x] Chain spec updated - [x] Tests added - [x] Weights updated
aramikm
added a commit
that referenced
this issue
Jul 11, 2024
# Goal The goal of this PR is to clean up tests and use Builder pattern to setup the test Related to #2032 # Checklist - [x] Tests Updated
aramikm
added a commit
that referenced
this issue
Jul 12, 2024
# Goal The goal of this PR is to re order the validations to be as close as possible to the signed extension order considering the customizations that we did such as not having post_dispatch implemented. Related to #2032
aramikm
added a commit
that referenced
this issue
Jul 16, 2024
# Goal The goal of this PR is to calculate accurate weights for passkey pallet Related to #2032 # Checklist - [x] Weights updated --------- Co-authored-by: aramikm <[email protected]>
saraswatpuneet
added a commit
that referenced
this issue
Jul 17, 2024
# Goal The goal of this PR is to add e2e tests for passkey pallet Details - Added 3 Negative tests and One happy path test Part of #2032 # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated js/api-augment. - [ ] Design doc(s) updated - [x] Tests added - [ ] Benchmarks added - [ ] Weights updated --------- Co-authored-by: Aramik <[email protected]>
aramikm
added a commit
that referenced
this issue
Jul 31, 2024
# Goal The goal of this PR is to simplify the extrinsic filter for passkeys Related to #2032
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
In this issue we would like to re-check all assumptions and done the finishing clean-up and adding left-over documentations
Acceptance Criteria
The text was updated successfully, but these errors were encountered: