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

Remove Shelley genesis info from the ledger configuration #4091

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    b0ff5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efff828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f46f41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3967b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e75d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Remove workaround for CI "cannot execute binary file"

    This is no longer needed as of [this PR](#4007)
    dnadales committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    47aaf00 View commit details
    Browse the repository at this point in the history
  2. Remove instructions to update ShelleyBasedEras

    ... since this is no longer defined. We have a `ShelleyBasedEra` symbol,
    but that refers to a type class.
    dnadales committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3f25cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041c0b3 View commit details
    Browse the repository at this point in the history
  4. Reword.

    dnadales committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2be5f69 View commit details
    Browse the repository at this point in the history
  5. Update out of date haddock for 'ProtocolTransitionParamsShelleyBased'

    ... add a FIXME that should be addressed before this PR is merged.
    dnadales committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    408b6e6 View commit details
    Browse the repository at this point in the history
  6. Remove reference to non-existing data structure.

    I do not know if we should mention
    'ProtocolTransitionParamsShelleyBased' here instead.
    dnadales committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d6fb8a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    634ea6c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Remove ShelleyGenesis from ShelleyLedgerConfig

    To avoid breaking backwards-compatibility of the interface we add ShelleyGenesis to
    BlockConfig, and use that to serve the GetGenesisConfig query.
    bartfrenk committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    41ff462 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update ThreadNet tests

    bartfrenk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fae6496 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    02bb05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2450df View commit details
    Browse the repository at this point in the history
  3. Changes after self-review

    bartfrenk committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b870f6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c5c9c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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