Skip to content

Re-metering #97

Open
Open
@axic

Description

@axic

This has been suggested by @poemm as a possible solution for updating gas costs in deployed contracts.

The current proposal is to meter contracts at deployment time which would lock in gas costs from that point on. In this method any "metering statements" (aka. call $useGas) does not receive any special handling and is just treated as a regular call.

With re-metering we could have two options:

  1. update the constants in previously inserted metering statements (with the special rule of handling the first statement in each block)
  2. always remove metering statements prior to metering

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions