Mikhail Kalinin
Mikhail Kalinin
> I suspect we need to move `/eth/v1/validator/aggregate_attestation` to `v2`, 'cose committee index parameter is required to BN if we want to produce aggregates only for the committee the validator...
There are withdrawal requests mechanism allowing to do partial withdrawals on demand for validators which effective balance satisfies: `32 ETH < EB
There is no plan to include custom EB feature in Electra. It can happen in one of the next hard forks if there is enough desire for having it and...
> I have show a way to delay the epoch justification [delay justification](https://ethresear.ch/t/voting-delay-attack-punishing-honest-validators-in-pos/15421/9?u=mart1i1n) and a way to use the delay of epoch justification to make honest chain not viable for...
> > > I have show a way to delay the epoch justification [delay justification](https://ethresear.ch/t/voting-delay-attack-punishing-honest-validators-in-pos/15421/9?u=mart1i1n) and a way to use the delay of epoch justification to make honest chain not...
> In all the current live networks(ex: bitcoin, ethereum 1), client data is baked into the node's identity. > > https://github.com/bitcoin/bitcoin/blob/fc895d7700f9092d519b43000f412c1283e44d25/src/clientversion.cpp#L15 > https://github.com/ethereum/devp2p/blob/master/rlpx.md#hello-0x00 > > and hasn't had any adverse...
Attestation signature verification in the existing protocol implicitly runs committee association check. Without this check and with EIP-7549 a `committee_index` can be tampered and a subnet can be flooded with...
> The committee_index still needs to be checked but crucially, with this change we can do so _after_ signature verification meaning that only validators can create new shufflings. Considering two...
> If anything, the churn should really be attributed EIP-7549 which changed more than it needed (had it introduced just the on-chain change, it would have had much smaller impact)...
> I'd also want to see performance numbers if we just rely on the churn limit instead of having an additional constant The most optimal DoS strategy seems to be...