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

Provide slot-to-time conversion to ledger #3036

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 26, 2021

  1. Update cardano-ledger-specs and add SystemStart to TPraosParams

    Most of the content that this commit removes from
    `Ouroboros.Consensus.BlockchainTime.WallClock.Types` was recently upstreamed in
    PR IntersectMBO/cardano-base#212. This PR updates `ouroboros-network` in
    turn.
    
    Combined with PR IntersectMBO/cardano-ledger#2223, this commit will
    discharge CAD-2713 via the new `EpochInfo` field `epochInfoSlotToRelativeTime_`
    et al.
    
    As of PR IntersectMBO/cardano-ledger#2223 being merged, the Shelley
    `Globals` now requires a `SystemStart`. In order to pipe it through to our
    ledger invocations, we must add it to `ConsensusConfig` for `TPraos`.
    nfrisby committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7cea373 View commit details
    Browse the repository at this point in the history