We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once paritytech/polkadot-sdk#2280 is merged, we could use the TransactionExtension::Val to pass data from fn validate() to fn prepare() as it is done here: paritytech/polkadot-sdk@d8ed66d#diff-7972c739dd1acb1e23b641b2a26a7b36df883553662a186ab930295ffbee9005R481. It'd simplify code a bit - we won't need to perform the same checks twice.
TransactionExtension::Val
fn validate()
fn prepare()
(I don't want to do that in initial PR, because it adds 8K lines and I want better review for this ^^^ change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once paritytech/polkadot-sdk#2280 is merged, we could use the
TransactionExtension::Val
to pass data fromfn validate()
tofn prepare()
as it is done here: paritytech/polkadot-sdk@d8ed66d#diff-7972c739dd1acb1e23b641b2a26a7b36df883553662a186ab930295ffbee9005R481. It'd simplify code a bit - we won't need to perform the same checks twice.(I don't want to do that in initial PR, because it adds 8K lines and I want better review for this ^^^ change
The text was updated successfully, but these errors were encountered: