Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions bench/cardano-profile/app/cardano-timeline.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{-# LANGUAGE OverloadedStrings #-}

{-- Create a delta timeline with each parameters and cost changes that happened
in an epoch using "epoch_param" and "cost_model" db-sync tables.
--}
{- Per-epoch delta of protocol parameters and cost models, built from the raw
`epoch_param` and `cost_model` tables of a mainnet db-sync database.

Result is written to stdout. A snapshot of a previous run is kept at
`data/db-sync/timeline-2025-03-01.json` (and similar dated files) for
reference. The runtime timeline at `data/genesis/epoch-timeline.json` is
hand-curated and is not touched by this tool.
-}
--------------------------------------------------------------------------------

module Main where
Expand Down
8,913 changes: 8,648 additions & 265 deletions bench/cardano-profile/data/all-profiles-coay.json

Large diffs are not rendered by default.

Loading
Loading