tersec
tersec
Intended to support consensus block value calculations for `produceBlockV3`
Intended for merge early in release cycle immediately after the mainnet Dencun fork release. So, not precisely a draft, but should not be merged until shortly after the mainnet Dencun...
wip, but improves attestation scoring for blocks. there's an odd issue where `addAttestation` is called sometimes with fewer items in `attesting_indices` than there are in aggregate bitmap.
There's some potential value for an Era file equivalent for blob sidecars. It should intentionally mirror Era file as much as makes sense. Some parts don't, such as emphasizing the...
Would need to verify if/that the Nimbus VC can use `produceBlockV3` for this purpose yet. Currently glitchy in CI because it effectively re-introduces the issue https://github.com/status-im/nimbus-eth2/pull/5628 solved.
https://github.com/status-im/nimbus-eth2/issues/4162
https://github.com/ethereum/beacon-APIs/pull/305 still some caveats, e.g. the payload attributes REST encoding can/should be tested, and there are a couple of examples in the beacon API specs, and some parts need to...
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ > To avoid untrusted logged data to use `save-state` and `set-output` workflow commands without the intention of the workflow author we have introduced a new set of environment files...
It currently still inherits its phase0 origins, which aren't directly relevant to how current Ethereum networks run.
https://ci.status.im/blue/organizations/jenkins/nimbus-eth2%2Fplatforms%2Fmacos%2Fx86_64/detail/PR-5085/6/pipeline/ failed CI due to > {"lvl":"FAT","ts":"2023-06-16 22:50:58.009+01:00","msg":"Low attestation participation in previous epoch","total_active_balance":32768000000000,"previous_epoch_target_balance":12416000000000,"current_epoch_target_balance":1000000000,"epoch":2} due to activating doppelganger detection epoch 1 (the second epoch): ``` $ grep "Doppelganger detection active" nimbus_validator_client.2.jsonl...