tersec

Results 314 comments of tersec

Probably not worthwhile once enforcing `MIN_EPOCHS_FOR_BLOCK_REQUESTS` of around 5 months.

Several approaches have been provided.

https://github.com/status-im/nimbus-eth2/pull/5839 and https://github.com/status-im/nimbus-eth2/pull/5878 switch `Dropping aggregate` and the other `Dropping` gossip message logging to use the `reason`, not `error` field. Is this issue still applicable?

Given that macOS 13 (Ventura) [doesn't support pre-2017 hardware](https://support.apple.com/en-us/HT213264), and in particular, doesn't support the [pre-Broadwell CPUs](https://github.com/status-im/nimbus-eth2/blob/stable/docs/cpu_features.md#bmi2--adx) blocking requiring BMI2/ADX, combined with its not being a particularly common deployment, it...

https://github.com/supranational/blst/pull/163 would/will make this substantially more feasible.

163 was replaced by https://github.com/supranational/blst/pull/165 with similar effect, and BLST has now merged run-time detection. This issue should be resolvable by updating BLST and using required settings to enable runtime...

https://github.com/supranational/blst/releases/tag/v0.3.11 implements runtime switching required for this. So at this point, probably no special action should be taken to implement this issue. In the due course of eventually updating BLST,...

https://github.com/status-im/nim-blscurve/pull/159