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 Nov 15, 2023. It is now read-only.
Why is [the priority] always Normal? Maybe we should get a total length instead? With current implementation we might have large non-normal transactions getting their priority heavily reduced compared to normal transactions.
I'm not sure if having linear relation here is good. For super small transactions (both len and weight) the priority increase seems to be extremely high (absolute values of min(block_length, block_weight). Given that the only way to counter that is with a tip, I feel it might not be tuned well (like there is no relation between extra tip cost to frontrun such transaction and absolute value of block_weight/block_length).
The text was updated successfully, but these errors were encountered:
substrate/frame/transaction-payment/src/lib.rs
Lines 563 to 569 in 279369e
Tomek's Comments about Transaction Priority
The text was updated successfully, but these errors were encountered: