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

Operational Transactions #3092

@kianenigma

Description

@kianenigma

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.

Metadata

Metadata

Assignees

Labels

J0-enhancementAn additional feature request.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions