Skip to content

Commit

Permalink
Regenerate ledger state golden files.
Browse files Browse the repository at this point in the history
Ledger state format has changed again, so this is expected.
  • Loading branch information
nc6 committed Jan 27, 2022
1 parent 2ab703e commit 6a38014
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ouroboros-consensus-shelley-test/test/golden/disk/LedgerState
Binary file not shown.
Expand Up @@ -516,9 +516,12 @@ registerGenesisStaking staking nes = nes {
-- 1. Add the initial UTxO, whilst deleting nothing.
-- 2. Update the stake map given the initial delegation.
SL.incrementalStakeDistr
<<<<<<< HEAD
-- Note that 'updateStakeDistribution' takes first the set of UTxO to
-- delete, and then the set to add. In our case, there is nothing to
-- delete, since this is an initial UTxO set.
=======
>>>>>>> 5beaf61f1 (Regenerate ledger state golden files.)
(SL.updateStakeDistribution mempty mempty (SL._utxo (SL._utxoState ledgerState)))
dState'
pState'
Expand Down

0 comments on commit 6a38014

Please sign in to comment.