tersec
tersec
At this point, since Nimcrypto requires Nim 1.6 regardless, and https://nim-lang.org/docs/sysrand.html is available (different implementation, same name, same concept/intention) in the Nim standard library, is that an appropriate replacement for...
Seeing this as well.
> does anyone know why this is necessary? @tersec @arnetheduck ? > This PR just exists to allow CI to run
> I think I get it now, this is to make it possible to run CI on the `nim-libp2p-auto-bump-unstable` branch. Indeed
https://writings.flashbots.net/the-cost-of-resilience/ documents some reasonable default thresholds
https://github.com/status-im/nimbus-eth2/pull/4847
https://github.com/status-im/nimbus-eth2/pull/6331
https://github.com/status-im/nimbus-eth2/pull/4746
https://github.com/status-im/nimbus-eth2/pull/5547 addresses this for `publishBlockV2`, leaving only `publishBlindedBlockV2`.
 Ideally, by the time this is removed, the Teku VC would be able to use `produceBlockV3` in place of `produceBlindedBlock` without this flag.