cardano-ledger-byron icon indicating copy to clipboard operation
cardano-ledger-byron copied to clipboard

Additional state and check in the implementation of PVBUMP

Open Vtec234 opened this issue 5 years ago • 1 comments
trafficstars

The specification of PVBUMP (fig. 44) keeps track of the protocol version and parameters but not the current epoch. Furthermore, it does not check whether the epoch has changed when invoked. In contrast, the implementation both has the epoch as extra state and checks whether there has been a change in epoch number. This is an entirely sensible thing to do, so this is just to note the difference.

Vtec234 avatar Feb 10 '20 17:02 Vtec234

This is changed in https://github.com/input-output-hk/cardano-ledger/pull/753

nc6 avatar Mar 20 '20 15:03 nc6