(I moved the message from the read-only archive category)
Calls consume the highest possible fee according to the benchmark, then refund the caller in a way that can be customized.
Maybe we can use this to refund accordingly to the total block load.
Transaction priority is determined by the pallet transaction-payment
, which we already use. The current policy is ordering by tip. I guess we can also prioritize by membership.