Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core, core/vm: added gas price variance table (EIP #150) #3111

Merged
merged 1 commit into from
Oct 14, 2016

Commits on Oct 14, 2016

  1. core, core/vm: added gas price variance table

    This implements 1b & 1c of EIP150 by adding a new GasTable which must be
    returned from the RuleSet config method. This table is used to determine
    the gas prices for the current epoch.
    
    Please note that when the CreateBySuicide gas price is set it is assumed
    that we're in the new epoch phase.
    
    In addition this PR will serve as temporary basis while refactorisation
    in being done in the EVM64 PR, which will substentially overhaul the gas
    price code.
    obscuren committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    64af2aa View commit details
    Browse the repository at this point in the history