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

Add a new node config entry: TestShelleyHardForkAtVersion #1345

Merged
merged 1 commit into from
Jun 25, 2020

Commits on Jun 25, 2020

  1. Add a new node config entry: TestShelleyHardForkAtVersion

    Setting this, e.g.
    TestShelleyHardForkAtVersion: 1
    
    Should cause the hard fork to occur when the protocol major version
    eraches this value, rather than the default of 2.
    
    This allows a simpler test setup. Otherwise, given that Byron genesis
    always starts at protocol version 0, it needs two protocol updates
    (includng a node restart) to get to the hard fork.
    dcoutts committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c3ccf7c View commit details
    Browse the repository at this point in the history