amesgen

Results 117 issues of amesgen

> Upon inspection, I was surpsised that ~70% of the cases had `SomeNotEarly_SomeEarly Zero Zero`, which implies the test never involved downloading a header! > > My initial guess is...

Also allow `containers-0.7` as it is shipped with GHC 9.10.1.

continuous integration
do-not-merge
no changelog

Small tool for Genesis testing

Genesis
no changelog

Also implementing https://github.com/IntersectMBO/ouroboros-consensus/pull/1166#discussion_r1655639209, but in a more fine-grained fashion The insight here is that `txRefScriptSize` is implemented using `getBabbageTxDict` for Shelley-based blocks.

This PR adds support for the GHC WASM backend in an ad-hoc fashion by relying on `getentropy` from the C standard library (as this is available in wasi-libc). There is...

This PR reverts #366 and recovers the logic in a minimal fashion for backwards-compatibility (as the Conway HF already happened on mainnet). The ledger state corresponding to the first mainnet...

Consider ticking an `ExtLedgerState` of a `HardForkBlock` across an era/epoch boundary where the tip slot is more than one safe zone before the era/epoch boundary. This is currently (current `main`,...

The ChainSync server example https://github.com/IntersectMBO/ouroboros-network/blob/29899dffaaab43e82cbee381c8889563083cc2b8/ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/ChainSync/Examples.hs#L161-L261 does not adhere to the spec, namely the following aspec: > Whenever the server replies with $\texttt{MsgIntersectFound}$ the client can expect the next update (i.e....

chain-sync

**Describe the bug** Certain programs fail at runtime when compiled via mingwW64 after #2156: ``` Mingw-w64runtimefailure: 32 bit pseudo relocation at 00000001400017FE out of range, targeting 00000000004 08160, yielding the...

bug

Since #964, @TerrorJack added JavaScript FFI and TemplateHaskell support to the GHC WASM backend, so we can now seamlessly switch back to using Miso, simplifying Ormolu Live and superseding previous...