-
Notifications
You must be signed in to change notification settings - Fork 2.6k
frame_system::remark: Allow any kind of origin #14260
Conversation
There should be no downside in allowing any kind of origin for `remark`.
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.
So in theory this is fine, but in practice this can be used to inflate indexers / archive nodes.
What? |
Ah i thought it would allow unsigned TX, but it does not. Okay 👍 |
* frame_system::remark: Allow any kind of origin There should be no downside in allowing any kind of origin for `remark`. * Fix tests
Sorry, dumb question: Why does this not allow unsigned? Do we not allow unsigned by default? |
This comment was marked as spam.
This comment was marked as spam.
Who would then pay the TX fee? |
Unsigned transactions are rejected by default. As @ggwpez said you need a proper |
great, makes sense, i just didnt remember explicitly. |
There should be no downside in allowing any kind of origin for
remark
.