Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Decide how to handle tx fees #21

@joepetrowski

Description

@joepetrowski

Two decisions to make about transaction fees:

  1. How much to charge? I have configured the runtime to charge 1/10 the tx fees as the Relay Chain would charge. I think transactions on parachains should be cheaper as the execution does not affect other parachains. Note that I left the target block fullness at 25%, but the target block weight is 500ms, as opposed to 2s on the Relay Chain, so blocks will be relatively more full for a given number of transactions. Is 1/10 OK or are there arguments for another value?
  2. What to do with them?
    a. Burn some portion and give the rest to the collator (or burn 0 and give all to the collator, but I believe this has some economic issues).
    b. Give to a Relay Chain validator and let them handle the validator/treasury split.
    c. Add an account to Statemint over which the Relay Chain Council has control and send fees (or some portion) there.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions