This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
These transactions will be
- Signed.
- Must be charged fees as a normal tx.
- Must make sure that they have precedence in inclusion
- Must make sure that the block weight limit NOT will cause them to be rejected.
Needs:
Weighable trait to return the priority. fn priority<B>(&self, encodec_len: usize, tip: B)
Weighable to define a function which indicates block fullness. Then we simply return false if we observe an operational tx.
Not much work. Best to do it after #2930 and #2854 are merged.