This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
ValidateUnsigned vs SignedExtension #6102
Labels
Z7-question
Issue is a question. Closer should answer.
I have implemented
validate_unsigned
inSignedExtension
but it still does not accept unsigned transaction.https://github.com/open-web3-stack/open-runtime-module-library/blob/6292542bf340997c97976e574684b0d39f19ee9a/oracle/src/lib.rs#L300
Seems like I have to implement
ValidateUnsigned
to get it working but I don't think it should be required.Or
ValidateUnsigned
is the preferred way to implement validation logic for unsigned transaction and we shouldn't useSignedExtension
for that?The text was updated successfully, but these errors were encountered: