mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-03 03:36:48 -04:00
🌭 add distributed hash table
This commit is contained in:
parent
2b5b13dd56
commit
683443195a
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
---
|
||||
|
||||
|
||||
## Definitions
|
||||
## lexicon
|
||||
|
||||
|
||||
* LMD-GHOST: latest message drive greediest heaviest observed subtree, the fork choice rule determining which block is viewed as the current chain head.
|
||||
|
@ -58,4 +58,6 @@
|
|||
|
||||
* proposer boost: a modification to LMD-GHOST giving additional weight to blocks proposed earlier in the slot to defend against avalanche attacks, see an explanation of a 7-block reorg in the beacon chain while this update was being rolled out.
|
||||
|
||||
* distributed hash table (DHT): data structure containing (key, value) pairs used by Ethereum nodes to identify peers to connect to and determine which protocols to use to communicate.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue