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

Allow migration of maxCodeSizeConfig to transitions.contractsizelimit #1623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 10, 2023

  1. Allow migration of maxCodeSizeConfig to transitions.contractsizelimit

    * Require genesis to specify max contract size using Transitions config.
    * Add checks to allow migrating from a prior maxCodeSizeConfig to
      contractsizelimit specified in Transitions config.
    * Remove support for legacy max code size genesis configuration by
      rejecting genesis config that specifies only maxCodeSizeConfig or
      maxCodeSize and maxCodeSizeChangeBlock.
    * cosmetic enhancement to a log message on startup to include
      Transitions since this is useful information for node operators.
    vdamle committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    bac2dc6 View commit details
    Browse the repository at this point in the history