fix(stm): flakiness in SRS computation in circuit
Co-authored-by: hjeljeli32 <[email protected]>
Co-authored-by: hjeljeli32 <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
And syncs completely before proceeding Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
It was green for the wrong reason. Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Support ghc 9.14
Remove inline Cardano.Read.Ledger.* and Block.Gen modules, consume from cardano-ledger-read node-10.6.2 branch instead. Mirrors the same refactoring done on master (PRs #5204, #5206).
cardano-node 10.6.2 changed the log `host` field from "p6.example" to just "p6" (hostname without domain). The tracer-sidecar used `fromJust (stripSuffix ".example" host)` which crashes on the new format. Use `fromMaybe` instead to handle both formats.
Signed-off-by: Eric Torreborre <[email protected]>
# Description The ContT experiment showed some improvements that could be made for clarity on both ChainSelection and the LedgerDB. The Changelog fragment describes each cleanup.