add some validator defs 🚬

This commit is contained in:
bt3gl 2022-09-20 19:41:01 -07:00 committed by GitHub
parent 75f9a36ad8
commit ae978ebfbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,22 @@
<br> <br>
* 'feeRecipient`: field set by the block builder in the block header (coinbase address)
* **Block builder**
The agent responsible for assembling the potential contents of a block (i.e. the set of transactions that makes up the “payload” of a block). In Proof of Work Ethereum its the miner. In Proof of Stake Ethereum its the validator, but this activity can separated from the validator via PBS, in which case builders need to submit bids for blocks to be included to the block proposer for inclusion.
* **Block proposer**
The agent responsible for proposing new blocks in a blockchain. In Proof of Work Ethereum its the miner. In Proof of Stake Ethereum its the validator.
* **Node Operator**
An organization/entity/person that operates validators.
* **PBS**
Proposer Builder Separation, see: State of research: increasing censorship resistance of transactions under proposer/builder separation (PBS).
* **Staker**: A user/organization/etc. which holds (w)stETH
* `feeRecipient`: field set by the block builder in the block header (coinbase address)
* payment methods on Ethereum: * payment methods on Ethereum:
- `base_fee`: amount defined by the protocol, always paid from user -> network - `base_fee`: amount defined by the protocol, always paid from user -> network