prysmaticlabs / documentation

Documentation portal for all things Prysmatic / Eth2
https://docs.prylabs.network
39 stars 143 forks source link

Improve/fix multiple parts of the doc. #873

Closed nalepae closed 11 months ago

nalepae commented 11 months ago

Warning: In builder.md, in the sentence:

There are risks to using a builder which may result in missed rewards, missed proposals, censored transactions, omitted transactions, and even slashing when used incorrectly.

I removed the

and even slashing when used incorrectly.

In my opinion, using builder cannot lead to slashing when used incorrectly. I believe the assumption behind this sentence was something like:

  1. Get a block from a builder, sign it and broadcast it, then, for the same slot
  2. Get a local block from the execution node, sign it and broadcast it

However, in this case, signing 2. is rejected by the anti-slashing module.