Results 97 comments of Potuz

Seems like an omission in `get_token`, the following addition is a workaround to make it work in this case since eth is not a contract ``` # FIXME: This function...

I would be very strongly against such a flag. One thing is facilitating access to MEV to avoid forks, another very different is actively weakening anti censoring mechanisms

Apologies for being late here. What I want in the issue is to act completely independent of the slasher: when the BN receives a block on gossip and it already...

And yes, I would expect you to bypass the db writing indeed, I'll review this tomorrow morning (without a computer today)

Thanks for the question, I'll add more context on the kinds of changes this would entail. There are some design decisions still to be made, and I am not strongly...

> what contexts would this surface in? Duties -- bad. It's not clear to me what the actual danger here there is: for attestations, this shifts the semantics of the...

Addressed in #12036

Closing as not planed

Close as @nisdas sat on this for long enough

Given https://ethresear.ch/t/selfish-mining-in-pos/15551/3 I suggest we add a constant `REORG_PARENT_WEIGHT_THRESHOLD` with suggested value of `uint64(160)` and an extra condition ``` parent_weight = get_weight(store, parent_root) parent_reorg_threshold = calculate_committee_fraction(justified_state, REORG_PARENT_WEIGHT_THRESHOLD) parent_strong = parent_weight...