tersec

Results 145 comments of tersec

Whatever is done here should ensure it doesn't reintroduce https://github.com/status-im/nimbus-eth2/issues/1582

It's `mainnet` but with 6 second slots, not `minimal` (which already includes 6 second slots)?

> TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH Nimbus doesn't use `TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH`.

- https://github.com/status-im/nimbus-eth2/pull/5188 - https://github.com/status-im/nimbus-eth2/pull/6262 - https://github.com/status-im/nimbus-eth2/pull/6278 - https://github.com/status-im/nimbus-eth2/pull/6292

https://github.com/status-im/nimbus-eth2/blob/11f5250ce4e786625382282a00f2dfc87183d1fc/beacon_chain/spec/mev/bellatrix_mev.nim#L70-L72 defines a `getHeader` timeout of 1.5 seconds. https://github.com/status-im/nimbus-eth2/blob/11f5250ce4e786625382282a00f2dfc87183d1fc/beacon_chain/validators/validator_duties.nim#L465-L483 then uses this 1.5 second time out. This 1.5 second timeout is longer than the official [1 second timeout](https://github.com/ethereum/builder-specs/blob/v0.3.0/specs/bellatrix/validator.md#constants), but eventually,...

In general, "Bloom" is a person's name in this context: > A Bloom filter is a space-efficient [probabilistic](https://en.wikipedia.org/wiki/Probabilistic) [data structure](https://en.wikipedia.org/wiki/Data_structure), conceived by Burton Howard Bloom in 1970 So all the...

This is better done by copying the mainnet (or any other) configuration wholesale, modifying the bootstrap nodes, and using it as a runtime configuration. In general, certain types of customization...

> It causes problems without marking. "Problems" should not be "ICEs".