Skip to content

Commit af685db

Browse files
authored
Merge pull request #13479 from JoshDavisLight/dev
Add MEV to glossary
2 parents 9bec51f + 046b166 commit af685db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

public/content/glossary/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ lang: en
292292

293293
<GlossaryDefinition term="message-call" />
294294

295+
<GlossaryDefinition term="mev" />
296+
295297
<GlossaryDefinition term="mining" />
296298

297299
<GlossaryDefinition term="miner" />

src/intl/en/glossary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237
"message-definition": "An <a href=\"/glossary/#internal-transaction\">internal transaction</a> that is never serialized and only sent within the <a href=\"/glossary/#evm\">EVM</evm>.",
238238
"message-call-term": "Message call",
239239
"message-call-definition": "The act of passing a <a href=\"/glossary/#message\">message</a> from one account to another. If the destination account is associated with <a href=\"/glossary/#evm\">EVM</a> code, then the VM will be started with the state of that object and the message acted upon.",
240-
"mev-term": "MEV",
241-
"mev-definition": "A mechanism prioritizing certain actions on a blockchain for a fee, influencing outcomes and the order of transactions.",
240+
"mev-term": "Maximal Extractable Value (MEV)",
241+
"mev-definition": "The maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block. <a href=\"/developers/docs/mev/\">More on Maximum Extractable Value (MEV)</a>.",
242242
"mining-term": "Mining",
243243
"mining-definition": "The process of repeatedly hashing a block header while incrementing a <a href=\"/glossary/#nonce\">nonce</a> until the result contains an arbitrary number of leading binary zeros. This is the process by which new <a href=\"/glossary/#block\">blocks</a> are added to a proof-of-work blockchain. This was how Ethereum was secured before it moved to proof-of-stake.",
244244
"miner-term": "Miner",

0 commit comments

Comments
 (0)