-
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
Passkey miscellaneous checks part 1 #2060
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
9628adb
check account signature on passkey
saraswatpuneet 521919e
reference
saraswatpuneet 5e035f6
setup mock and account types
saraswatpuneet 2a5edbb
set unused flag for now
saraswatpuneet 079f764
fix build
saraswatpuneet e387a2d
address feedback
saraswatpuneet 7195c75
set correct AccountId in mock
saraswatpuneet b0f4699
set spec version in future
saraswatpuneet 913b619
update spec version
saraswatpuneet 3535034
sync with types PR
saraswatpuneet 2fbec5a
cleanup
saraswatpuneet e6ceee2
set pallet balances as dependency
saraswatpuneet 3730996
refactor common types from payment
saraswatpuneet a395a83
withdraw tx fee
saraswatpuneet a3454dc
lint
saraswatpuneet b69ca9b
Merge branch 'main' into passkey_tx_charge
saraswatpuneet 04eeb69
Merge branch 'main' into passkey_tx_charge
saraswatpuneet 4acf6bf
set functions to charge tx fees
saraswatpuneet d952208
add negative test without funds fails
saraswatpuneet 04329f1
charge tx and add tests
saraswatpuneet 339642a
cleanup
saraswatpuneet c130441
Merge branch 'main' into passkey_tx_charge
saraswatpuneet 40eed8b
cleanup
saraswatpuneet 88ae756
charge fee post validation
saraswatpuneet ab7488a
add more tests
saraswatpuneet 5b91e44
improve logic
saraswatpuneet df1de03
docs
saraswatpuneet d3fbc5e
Merge branch 'main' into passkey_tx_charge
saraswatpuneet c4445c0
Merge branch 'main' into passkey_tx_charge
saraswatpuneet c4a8da3
improve pattern inline with signed ext
saraswatpuneet 9a0e534
fix tests
saraswatpuneet 066428f
address feedback, undo refactor
saraswatpuneet 5cf9ae9
cleanup
saraswatpuneet 44f191f
Merge branch 'main' into passkey_tx_charge
saraswatpuneet 6859481
fund accounts for benchamrking, add helper
saraswatpuneet d20d2ff
add more tests
saraswatpuneet 42fcca4
add test suggested by aramik
saraswatpuneet e2378f9
add condition
saraswatpuneet 32ba98e
use fungible trait/remove Curreny trait
saraswatpuneet 6df024b
fix redundant calls and fix order of calls
saraswatpuneet a3874b4
fix
saraswatpuneet 45aef19
combine tx validaity
saraswatpuneet 36bc6db
cleanups
saraswatpuneet fb7b463
fix build
saraswatpuneet d0d9598
address feedback: check for error type
saraswatpuneet 9669093
update spec version
saraswatpuneet 6f88951
Merge branch 'main' into passkey_tx_charge
saraswatpuneet cc30f5c
call internal methods
saraswatpuneet 7503e51
Merge branch 'main' into pass_tx_2051
saraswatpuneet 55eef9a
update benchmarks
saraswatpuneet 9461d8f
Merge branch 'main' into pass_tx_2051
saraswatpuneet 89172b5
update spec version
saraswatpuneet f63e93d
Merge branch 'main' into passkey_miscellaneous_1
saraswatpuneet 88642b3
address feedback
saraswatpuneet daa345c
address feedback
saraswatpuneet 5c01c1c
update spec version
saraswatpuneet 6c18eef
Merge branch 'main' into passkey_miscellaneous_1
saraswatpuneet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Order of check is kept same as in SignedExtras