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

Introduce ‘max_gas_burnt_view’ client config and command line flag #4381

Merged
merged 2 commits into from
Jun 28, 2021

Commits on Jun 25, 2021

  1. Introduce ‘max_gas_burnt_view’ client config and command line flag

    The ‘max_gas_burnt_view’ affects the RPCs only and therefore doesn’t
    need to be part of the consensus.  In other words, all nodes could
    have this value customised rather than using an agreed upon value
    from genesis configuration.
    
    Introduce a ‘max_gas_burnt_view’ field to ClientConfig and
    a corresponding flag to ‘init’ and ‘run’ subcommands.  When present,
    it will override the limit used by the node ignoring whatever is
    stored in genesis configuration.
    
    Fixes: near#3080
    mina86 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    027fb57 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    4d81149 View commit details
    Browse the repository at this point in the history