tersec

Results 314 comments of tersec

https://github.com/status-im/nim-web3/pull/53 addresses this.

https://github.com/status-im/nimbus-eth2/pull/3850 points out some spec points around this.

https://github.com/status-im/infra-role-beacon-node-linux/commit/558b4069 provides an example of how to do this.

For reference, how Teku does this: https://github.com/ConsenSys/teku/pull/4894

Sure, and having `-j` (or `-j$(nproc)`) as a default is probably better here than a progress bar.

(4) copy std/json into stew/shims to get the most critical bugfixes to unblock 1.2.10, then (1) or (2) or other more long-term alternatives

This seems reasonable as a goal. I'm in favor of ensuring that the easy thing is correct, i.e. something like a `fatalAssert`.

I don't see how would do anything but list all validators matching a certain set of status flags (whether active or inactive, etc; not whether attached to any particular node):...

https://lighthouse-book.sigmaprime.io/installation-binaries.html documents Lighthouse's approach.

https://github.com/status-im/nimbus-eth2/pull/3494/commits/6474a90be8860bb630c1002595babacd7e8bd858 guards against this, so it shouldn't outright crash, though it's still unclear how it'd get into a state with `nil` Eth1Monitor to begin with.