Muhammed Kadir Yücel
Muhammed Kadir Yücel
> Unless the red in the CI is unrelated, then this break a whole lot of stuff. Investigating this but generally time-out during fail-compilation tests (randomly); for example stuck at...
OK, one of the causes that I could find is [this](https://github.com/dlang/druntime/blob/c6762914682d4fa894e2b746bf4bd9ce3ec9f7cb/src/core/exception.d#L419), this changeset conflicts with it. Exceptional cases when GC cannot be trusted (i.e. memory exceptions) are single instanced; and...
@guybrush Can this be merged with just Altair support until then? A new issue may be opened for the Bellatrix support.
Prysm has Bellatrix block [support](https://github.com/prysmaticlabs/prysm/blob/4e225fc667d8df6f8254803d5ae3122be08fd003/proto/prysm/v1alpha1/beacon_block.proto#L328) in `v2.1.4` but Go package [version](https://pkg.go.dev/github.com/prysmaticlabs/prysm/[email protected]) is `v2.0.1` which doesn't have that supported. Updated this to latest, conflicts resolved
I will rework on this, since Prysm has v3 now! https://pkg.go.dev/github.com/prysmaticlabs/prysm/[email protected]
@guybrush Enabled bellatrix-fork code, bellatrix blocks can be parsed
I've tried this recently and it seems to be working properly now.
yes I already did that as a temporary fix but I don't think this auto dialing feature should creep up memory and cpu usage over time; its really hard to...
@manast will try to provide a deterministic test code for this
@manast created [this repo](https://github.com/mkykadir/bullmq-undefined-case) you can clone and run it, you will see ```Task name undefined for``` logs over time. With this code I am expecting task to be defined...