Skip to content

Commit

Permalink
create-testnet-data: document in more details subtleties of Conway ge…
Browse files Browse the repository at this point in the history
…nesis initialization
  • Loading branch information
smelc committed Jan 6, 2025
1 parent 824a111 commit f401d4a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,10 @@ runGenesisCreateTestNetDataCmd
, L.drepAnchor = SNothing
, L.drepDeposit = max (L.Coin 1_000_000) minDeposit
, L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps"."keyHash-*"."delegators" in the JSON)
-- because its content is derived from the "delegs" field ("cgDelegs" above)
-- More context is provided here: https://github.com/IntersectMBO/cardano-cli/pull/987
-- because its content is derived from the "delegs" field ("cgDelegs" above). In other words, when the Conway genesis is applied,
-- DRep delegations are computed from the "delegs" field. In the future the "delegators" field may
-- be omitted altogether from the JSON representation, but it remains in the Haskell type.
-- More details are provided here: https://github.com/IntersectMBO/cardano-ledger/issues/4782
}
)
)
Expand Down

0 comments on commit f401d4a

Please sign in to comment.