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

Move flat-storage-reads/fix-contract-loading-cost/implicit-accounts features to runtime configuration #9364

Merged
merged 4 commits into from
Aug 18, 2023

Commits on Aug 18, 2023

  1. runtime: configure protocol changing options at runtime

    Here the noted protocol features have been replaced with runtime
    configuration via parameters instead.
    
    This would be one solution/option to getting rid of compile-time
    features in contract runtime which is interfering with limited
    replayability (compile-time feature control means that all of the crates
    still need to be built as a single compilation unit with consistent
    options.)
    
    cc #8197
    nagisa committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0b9b81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81a22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f545a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e0004d View commit details
    Browse the repository at this point in the history