Conversation
00667e8 to
336c081
Compare
AmbientTea
left a comment
There was a problem hiding this comment.
Can you provide some context for these changes and why we need them?
336c081 to
f2ddb3c
Compare
|
It is a building block for possible features we may implement around this functionality. In the past, SignedExtensions didn't had a notion of a weight, so by design had to be cheap in execution. Now it is changing, so we can write custom extensions that may add additional data to the extrinsics and perform additional computation while transaction is in the transaction queue, for instance modify origin that will be used to dispatch this extrinsic. |
Description
This PR migrates SignedExtensions to TransactionExtensions.
Checklist
changelog.mdfor affected crate