Bart Frenk

Results 9 comments of Bart Frenk

## Difference in behaviour The difference in behaviour between the actual API implementation and the model with respect to the valid and invalid states in described by tables below, which...

The `HasHardForkHistory` of `ShelleyBlock proto era` requires creating a `Summary` from a `ShelleyLedgerConfig` and a `ShelleyLedgerState`. The summary itself requires the slot length and the epoch size, which are currently...

The external API used by the node makes use of the `GetGenesisConfig` query in the ledger. There seems to be no way to avoid breaking that query without keeping the...

My plan is to do this in two steps, and separate blocks of PRs: 1. Remove `ShelleyGenesis` from the `LedgerConfig`, while keeping the query (using the aforementioned `BlockConfig`). This touches...