You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
To remove fees for submitters the submit extrinsic's weight function should return Pays::No if:
the submitted value is valid
if the last submitted value of the caller was X blocks ago. This should be configured with a new config type: FreeSubmissionFrequency: T::BlockNumber. The block number of the last submission should be cached in a new storage page (submitter, Feed) -> BlockNumber
The text was updated successfully, but these errors were encountered:
To remove fees for submitters the
submit
extrinsic's weight function should returnPays::No
if:FreeSubmissionFrequency: T::BlockNumber
. The block number of the last submission should be cached in a new storage page(submitter, Feed) -> BlockNumber
The text was updated successfully, but these errors were encountered: