Skip to content

Commit

Permalink
Merge pull request #1003 from IntersectMBO/smelc/more-details-in-conw…
Browse files Browse the repository at this point in the history
…ay-genesis-initialization

create-testnet-data: document in more details subtleties of Conway genesis initialization
  • Loading branch information
smelc authored Jan 7, 2025
2 parents 824a111 + f401d4a commit e95324d
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 e95324d

Please sign in to comment.