Regenerate ledger state golden files.
Ledger state format has changed again, so this is expected.
Ledger state format has changed again, so this is expected.
-- 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'
3885: Switch Babbage testnet to use example directory r=Jimbo4350 a=newhoggy Co-authored-by: John Ky <[email protected]>
Fix Babbage era evaluateMinLovelaceOutput function
Fix the default protocol version for Babbage