tersec
tersec
The core idea of replacing O(n log n) sorting with O(n) selection is sound, but this particular PR has lots of other unwarranted comment changes. It's true that not using...
If one wants a version where the object field in question isn't part of the case-dependent part of the case object, this does the same thing: ```nim type K =...
> I agree the code generator is all to happy to copy stack objects around but at what point are you gonna accept that `array[131072, int]` would be fine with...
> Workaround: > > import std/sugar > > iterator v(): int = > when nimvm: > yield 0 > else: > yield 0 > for _ in v(): > for...
> The ones not working right now, from your config.yaml, seem to be: > > * MAX_REQUEST_BLOCKS > > * EPOCHS_PER_SUBNET_SUBSCRIPTION > > * TTFB_TIMEOUT > > * RESP_TIMEOUT >...
- https://github.com/status-im/nimbus-eth2/actions/runs/17738731583/job/50407060891?pr=7502
- https://github.com/status-im/nimbus-eth2/actions/runs/17739302257/job/50409035632
`V=1` might illuminate things.
> I noticed `vendor/Nim` to be in a wierd state on the host > > manually fixed it with : > > ``` > cd /github-runner/github-runner-node-02/workspace/nimbus-eth2/nimbus-eth2/vendor/nimbus-build-system > git submodule update...
https://ethereum.github.io/beacon-APIs/#/Validator/produceBlockV3 already supports this: > builder_boost_factor=2**64 - 1: prefer the external builder payload unless an error or beacon node health check makes it unviable.