frame_system::remark: Allow any kind of origin#14260
Conversation
There should be no downside in allowing any kind of origin for `remark`.
ggwpez
left a comment
There was a problem hiding this comment.
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.