amesgen
amesgen
Draft until GHC 9.12.1 gets released
The node already uses 9.6, so we can finally drop 8.10 and get rid of a lot of cruft. I tried to remove everything I could find by grepping for...
https://github.com/IntersectMBO/cardano-cli/issues/773 motivates a query to obtain the maximum major protocol version supported by one's node. The goal of this ticket is to add such a query. It is part of...
We sadly have various flaky tests that fail from time to time (often with multiple months in between them). Ideally we would fix them properly, but that might be a...
These versions are no longer supported by `CardanoBlock`, so we can remove them and all associated functionality: - [ ] `ByronNodeToNodeVersion1`. - [ ] `HardForkNodeToNodeDisabled` and `HardForkNodeToClientDisabled`. This is a...
E.g. on cf4695abb9b8c66a16ad0a83ac5b5349f6fd856c, test with ``` -p '/Adversarial chains win if checked with relaxed parameters/' --quickcheck-replay="(SMGen 11912988973458833518 16836906162971932891,5)" ``` (depends on the speed of your machine). --- In contrast to...
```haskell Resp {getResp = Right (IterResultGCed (IteratorResultGCed {real = True, iterResult = IteratorResult (...)}))} :/= Resp {getResp = Right (IterResultGCed (IteratorResultGCed {real = False, iterResult = IteratorExhausted}))} ``` Full logs:...
In the Genesis documentation (added in #1174), > ### The Devoted BlockFetch Component > > > Note that in the code, this component is still called *BulkSync BlockFetch* at the...
Closes #345 Essentially a revived version of #358. Main difference/simplification is that this PR doesn't use `WhetherTickedOrNot`, but this requires careful thought.
@karknu reports that syncing with the following topology file with Genesis enabled is very slow: > Slow as in kbyte per second, It seems to stall for minutes at the...