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.

Per-transaction weight #2796

@kianenigma

Description

@kianenigma

Currently:

  • The block fullness is just merely a check that the total size does not exceed 4mb
  • Fees are paid based on byte_fee and base_fee with fee = base_fee + byte_fee * tx_bytes.

What we want:

  • Allow each transaction (as opposed to one global config) to determine its own notion of weight, consisting of the same base + byte weight.
  • Measure the fullness based on weight.

Next up:

Metadata

Metadata

Assignees

Labels

U1-asapNo need to stop dead in your tracks, however issue should be addressed as soon as possible.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions