amesgen

Results 125 comments of amesgen

Also see #322 for the same thing

I also just ran into this. A workaround is to use ghcup 0.1.20.0, everything works for me there. All newer ghcup releases (including 0.1.40.0) produce a corrupted installation. How to...

Thanks for the great report! One potential reason for these could be a concurrent garbage collection. Do you see a `TookSnapshot` event nearby?

Thanks, that then seems quite likely as the reason for the first missed slot. Reducing the performance impact of ledger snapshots is tracked in https://github.com/IntersectMBO/ouroboros-consensus/issues/868; and things should improve fairly...

Generally, there are no guarantees that the tx binary format evolves in a backwards-compatible manner from era to era, as was the case from e.g. Byron to Shelley. So there...

I don't think there is a contradiction, backwards-compatibility is not guaranteed in general (Byron-to-Shelley is the counterexample), but at the same time, it can be satisfied for e.g. Alonzo-to-Babbage. I...

> > Generally, there are no guarantees that the tx binary format evolves in a backwards-compatible manner from era to era > > There is even no guarantee from one...

With this branch, I still got the following error: ``` error: cannot apply 'in' to string and none ┌─ @local/metro:0.3.1/src/impl/unit.typ:116:15 │ 116 │ let out = if "body" in input...

> @amesgen Could you check if you still have the problem? Might have been part of that regression that I found with the math parsing. At least, I can't reproduce...

> Quoting @amesgen: > > > 1. **Is there agreement that this actually is a problem?** > > To a _certain_ degree, we _want_ to discourage small pools, in order...