-
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
#2029: Passkey withdraw token fees for tx #2040
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
Looking good! 💯 |
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.
Added some comments
); | ||
let tx_payment_validity = tx_charge.validate()?; | ||
let valid_tx = valid_tx | ||
.combine_with(signature_validity) |
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.
Nice!
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.
Looks Great!
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.
One non-blocking comment.
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.
👍 superb! 💯
Goal
The goal of this PR is to enable
pallet_transaction_pallet
to withdraw tx fee, this is needed as our extrinsic isunsigned
, thereby does not gets charged by defaultCloses #2029
Creates #2051
Details
frequency-tx-payment
tocommon-primitives
Discussion
Checklist