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 configuration of blockchain's interpreter runtime #476

Merged

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8c6c483 View commit details
    Browse the repository at this point in the history
  2. Blockchain's vmCtx should always be updated to point to the latest He…

    …ader
    
    We also rename Blockchain's newFVMContextFromHeader() to setFVMContextFromHeader()
    m-Peter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6e8d85b View commit details
    Browse the repository at this point in the history
  3. Introduce the Blockchain.NewScriptEnvironment() method

    We also update Blockchain.GetSourceFile() to use the
    Blockchain.NewScriptEnvironment() method.
    m-Peter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3be569a View commit details
    Browse the repository at this point in the history