This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Slot length changes should probably be ignored by the update system #642
Labels
byron
Required for a Byron mainnet: replace the old core nodes with cardano-node.
consensus
Tickets that the fine folks over at ouroboros-consensus want to keep track of
priority low
Issues/RPs that are low priority issues/PRs in relation to a minimum Shelley testnet and Shelley mai
Currently slot length appears to be tracked in the update system state:
https://github.com/input-output-hk/cardano-ledger/blob/master/cardano-ledger/src/Cardano/Chain/Update/ProtocolParametersUpdate.hs#L148
..and https://github.com/input-output-hk/cardano-ledger/blob/master/cardano-ledger/src/Cardano/Chain/Update/Validation/Registration.hs#L338
This change in slot duration is replicated across update system state, but is however ignored, as far as I could see (i.e. it stays confined to the US state itself).
@dcoutts suggests we should change things, so this change is instead ignored as soon as the update proposal comes from the wire.
The text was updated successfully, but these errors were encountered: